/* medcompnet.com/css/main.css */

BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	background:url(../images/MAIN_bg.jpg) top left repeat-x #d6d6d6;
	margin:0px;
	padding:0px;
	/* Scrollbars are only affected in IE */
	scrollbar-face-color:#E5E5E5;
	scrollbar-highlight-color:#E5E5E5;
	scrollbar-3dlight-color:#E5E5E5;
	scrollbar-arrow-color:#D9003A;
	scrollbar-darkshadow-color:#E5E5E5;
	scrollbar-shadow-color:#E5E5E5;
	scrollbar-track-color:#F2F2F2;
}

/*Gradient fade that covers the main area underneath the drop-down menus to provide contrast*/
#MAIN #menu_over {
	position:absolute;
	z-index:77;
	top:-7000px;
	left:-7000px;
	background-color:#777;
	background:url(../images/bg_gradient_595px.png) top left repeat-x #333;
	filter:alpha(opacity=100);	/* for IE, javascript: object.filter = "alpha(opacity=" + opacity + ")"; */
	-moz-opacity:1;				/* for mozilla, javascript: object.MozOpacity = (opacity / 100); */
	opacity:1;					/* for safari, javascript: object.opacity = (opacity / 100); */
	khtml-opacity:1				/* for konquerer and older safari, javascript: object.KhtmlOpacity = (opacity / 100); */
}
#MAIN.menuover #menu_over {
	filter:alpha(opacity=25);	/* for IE */
	-moz-opacity:0.25;			/* for mozilla */
	opacity:0.25;				/* for safari */
	khtml-opacity:0.25;			/* for konquerer and older safari */
}




/** MAIN table edge cells **/
#MAIN TD.dst {
	background:url(../images/MAIN_ds_T.png) top left repeat-x;
}
#MAIN TD.dsr {
	background:url(../images/MAIN_ds_R.png) top right repeat-y;
}
#MAIN TD.dsb {
	background:url(../images/MAIN_ds_B.png) bottom left repeat-x;
}
#MAIN TD.dsl {
	background:url(../images/MAIN_ds_L.png) top left repeat-y;
}

#MAIN_NAV_TABLE {
}
/** MAIN nav menu cell. For main_search_cell, see below under form styles **/
#MAIN_NAV_CELL {
	padding:5px 0px 0px 10px;
	/*height:24px;*/
	padding-top:14px;
	/*using padding in stead of height because of the CSS on the contained List items, i.e. 'vertical-align:bottom' has no effect.
	IMPORTANT: when adjusting the top-padding value, make sure to also adjust the menu_over layer, or it will cover up the lower part of the top nav links
	and cause undesirable behavior.*/
}

#username_cell {
	position:relative;
	width:100px;
	overflow:hidden;
}

/** MAIN table first row (under logo & nav) general & each cell **/
#MAIN TD.row1 {
	height:76px;
}
#a0 {}
#a1 {}
#a2 {/*subnav - usually an image and text header*/
	color:#e81111;
	text-transform:uppercase;
	padding-left:10px;
	vertical-align:bottom;
	}
	#a2 IMG.header {
		vertical-align:middle;
		float:left;
	}
	#a2 DIV, #a2 H1 {/*header: subsection wrapper, meant to line up with lower-case x-height of header image text*/
		display:inline-block;
		height:21px;
		padding:2px 0px 0px 10px;
		margin:0px;
		letter-spacing:1px;
		/*added to control H1 style*/
		font-size:11px;
	}
#a3 {}
#abc_height {
	height:516px;	/*Old IE needs minimum cell heights to enforce vertical structure in main table*/
}
/** MAIN table second row general & each cell **/
#MAIN TD.row2 {}
#b0 {}
#b1 {}
#b1 DIV.links {
	margin:0px;
	padding:10px 0px 0px 25px;
	text-transform:uppercase;
	}
	#b1 DIV.links P A {
		font-size:10px;
		color:#666666;
	}
	#b1 DIV.links P A:hover {
		color:#D9003A;
	}
	#b1 DIV.links P.header {
		font-size:11px;
		color:#666666;
		font-weight:bold;
	}

#b2 {
	padding:5px 50px 0px 10px;
}
#b3 {}
/** MAIN table third row general & each cell **/
#MAIN TD.row3 {}
#c0 {}
#c1 {}
#c2 {}
#c3 {}
/** MAIN table fourth row general & each cell **/
#MAIN TD.row4 {}
#d0 {}
#d1 {
	text-align:right;
}
#d2 {/*bottom navigation row*/
	vertical-align:bottom;
	padding-right:15px;
}
#d2 TD#contact_info_footer {
	text-align:left;
}
#d1, #d2 TD#contact_info_footer {
	vertical-align:bottom;
	color:#666666;
	font-size:10px;
}
#d2 A {
	color:black;
	text-decoration:none;
}
#d2 A:hover {
	text-decoration:underline;
}
#d3 {}/*bottom0right red corner image*/
/** MAIN table fifth/bottom row general & each cell **/
#MAIN TD.row5 {}
#e0 {}
#e1 {}
#e2 {}
#e3 {}/*bottom0right red corner image*/
/** Document Standard Styles **/
H1, H2, P, UL, .reg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#545454;
}
H1, H2 {
	font-weight:normal;
	margin:5px 0px;
}
H1 {
	font-size:24px;
	color:#e81111;
}
H2 {
	font-size:16px;
	color:#484848;
}
P {
	line-height:18px;
	margin:10px 0px 0px;
}

A {
	color:#545454;
	text-decoration:none;
}
A:hover {
	/*color:#c4234a;
	color:#D9003A;	medcomp red*/
	color:#ed174b;	/*medcomp red for this site*/
	color:#e81111;	/*the above isn't showing up with enough tonal contrast on smaller text*/
}
A.darker {
	color:#666666;	/*use with darker gray bgrounds*/
}
A.darker:hover {
	color:#af0f37;/*medcomp red + 30% k*/
}
A.link {
	color:#06F;
	color:#1846C1;/*sampled from blue part of product
	display:inline-block;
	border-bottom:inset 1px #0CF;*/
}
A.link:hover {
	color:#4d44a1;/*10 more B than 1846C1 in LAB mode
	border-bottom-color:#09F;*/
}

.reg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}

.small, PRE {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.red {
	color:#D9003A;
	color:#e81111;
}

SUP {
	font-size:9px;
		font-size:80%;
	line-height:125%;
	text-decoration:none;
	vertical-align:text-top;
	text-align: right;
}

IMG.absmiddle {
	vertical-align:middle;	/*align="absmiddle" is now an obsolete IMG attribute*/
	margin-bottom:3px;		/*still sits a bit low, so bump up the bottom*/
}
IMG.leftIcon {
	text-align:left;
	margin:3px 5px 0px -20px;
}

/*DIV tag with scrolling text. Customize further on each page*/
#scroller {
	padding-right:15px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
}


/*FORM elements*/
LABEL {
	display:inline-block;
	font-size:11px;
	font-size:12px;
	color:#545454;
}
INPUT.field, INPUT#submit, INPUT.button, SELECT.field, TEXTAREA.field {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:10px;
	color:#666666;
	background-color:white;
	border:solid #CCCCCC 1px;
	outline:none;
}
INPUT.field, INPUT#submit, INPUT.button, SELECT.field {
	height:17px;
	width:150px;
}
INPUT#submit, INPUT.button, SELECT.field {
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
}
TEXTAREA {
	resize:none;	/*need this in Safari*/
	outline:none;
}
INPUT#submit, INPUT.button {
	font-size:11px;
	line-height:11px;
	width:auto;
	cursor:pointer; cursor:hand;
	background-color:#E5E5E5;
}
INPUT#submit:hover, INPUT.button:hover {
	background-color:#F0EEEE;
}
INPUT#submit:active, INPUT.button:active {
	background-color:#CCC;
}

/*main/top-nav search form*/
#main_search_cell {
	color:#999;
	line-height:10px;
	line-height:15px;
}
#main_search_cell A#share_email, #main_search_cell A#nav_twitter, #main_search_cell A#nav_youtube {
	display:inline-block;
	display:none;
	width:16px;
	height:11px;
	position:relative;
	overflow:hidden;
	margin:0px 3px -2px;
	line-height:100px;
	background:url(/images/icon_email_states.png) 0px 0px no-repeat;
}
#main_search_cell A#nav_twitter, #main_search_cell A#nav_youtube {
	height:16px;
	margin-bottom:-4px;
	background-image:url(/images/icon_twitter_states.png);
}
#main_search_cell A#nav_youtube {
	background-image:url(/images/icon_youtube_states.png);
}
#main_search_cell A#share_email:hover {
	background-position:0px -11px;
}
#main_search_cell A#nav_twitter:hover, #main_search_cell A#nav_youtube:hover {
	background-position:0px -16px;
}
#main_search_cell INPUT.field {
	width:100px;
	height:12px;
	line-height:10px;
	color:#CCC;
	font-style:italic;
}
#main_search_cell INPUT.field:focus {
	color:#333;
	font-style:normal;
}

#newscol_table {
	margin-top:13px;
}
#newscol_table LABEL {
	font-size:11px;
}
#newscol_table INPUT.field {
	height:12px;
	line-height:10px;
}
#newscol_table INPUT.field, #newscol_table SELECT.field {
	width:143px;
	margin:1px 0px 3px;
}
#newscol_table SELECT.field, #newscol_table INPUT#submit {
	margin:5px 0px;
}
TD.newscol_header {
	background-color:#AAAAAA;
	color:white;
	font-size:12px;
	text-align:center;
	padding:3px;
}
TD.newscol_body {
	background:url(/images/bg_gradient_200px.jpg) repeat-x white;
	height:200px;
	padding:5px;
	vertical-align:top;
}

TD.newscol_body P {
	font-size:12px;
}


IMG#kampyle_btn {
	background:url(../images/btn_kampyle.gif) no-repeat;
}

