/* ----------------------------------------------------------------------------
   @Copyright 2013 
   Cincinnati Magic Collectors
   Cincinnati, OH
   ------------------------------------------------------------------------- */

html {
    overflow:scroll;	
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #000000;
	color: #ffffff;
	font-family: Garamond;
}

a {
	text-decoration: none;
	color: #ffffff;
}

/* ----------------------------------------------------------------------------
   Page: index.html
   ------------------------------------------------------------------------- */
.page-title {
	font-family: Garamond;
	font-size: 36pt;
	font-weight: bold;
	font-style: italic;
}

.main-links {
	border-radius: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #010137;
	border: 1px solid lightgray;
	font-size: 12pt;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	color: white;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	text-align: center;
	width: 160px;
}

.main-links a {
	color: white;
	text-decoration: none;
}

table.table-border {
	border-radius: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ffffff;
	border: 3px solid #cdcdcd;
	padding: 5px 5px 5px 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	width: 600px;
}

table.table-border a {
	color: #000000;
}


/* ----------------------------------------------------------------------------
   Page: eventRegistration.html
   ------------------------------------------------------------------------- */
.top-text {
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12pt;
	text-align: left;
	background: #ffffff;
	color: #000000;
}
.section-head {
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	background: #cdcdcd;
	color: #000000;
}
.section-text {
	padding-bottom: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	background: #ffffff;
	color: #000000;
}

.section-space {
	padding: 5px 5px 5px 0px;
	font-size: 10pt;
}

.drop-down {
    font-size: 14px;
    padding: 5px;
    height: 28px;
    background: #cdcdcd;
}

.field-label {
	padding: 8px 0px 0px 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	background: #FFFFFF;
	color: #000000;
}
.field-input {
	padding: 0px 0px 0px 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	background: #ffffff;
	color: #000000;
}



/* ----------------------------------------------------------------------------
   Page: contacts.html
   ------------------------------------------------------------------------- */
th.table-head {
	border: 1px solid lightgray;
	padding: 5px 5px 5px 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	background: #FFFFFF;
	color: #000000;
}
td.table-details1 {
	border: 1px solid lightgray;
	padding: 5px 5px 5px 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	background: #cdcdcd;
	color: #000000;
}
td.table-details1 a {
	background: #cdcdcd;
	color: #000000;
}

td.table-details2 {
	border: 1px solid lightgray;
	padding: 5px 5px 5px 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	background: #FFFFFF;
	color: #000000;
}
td.table-details2 a {
	background: #FFFFFF;
	color: #000000;
}

/* ----------------------------------------------------------------------------
   Page: date_meetings.html
   ------------------------------------------------------------------------- */
.meetings-text {
	white-space: pre-wrap;       /* CSS3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    	white-space: -pre-wrap;      /* Opera 4-6 */
    	white-space: -o-pre-wrap;    /* Opera 7 */
    	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* ----------------------------------------------------------------------------
   Buttons
   ------------------------------------------------------------------------- */
div.largebutton {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	background: #010137; 
	font-size: 14pt; 
	color: white; 
	padding: 15px 10px 15px 10px; 
	cursor: pointer;
	text-align: center;
}

div.largebutton a {
	color: white;
	text-decoration: none;
}