/* MedSym, Inc. */

/* SITE BASICS */
html {
	scrollbar-face-color:#D4D0C8;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-arrow-color:#464646;
	scrollbar-3dlight-color:#CCCCcc;
	scrollbar-darkshadow-color:#999999;
	scrollbar-track-color:#e6e6e6; 
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url('../gui/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.background2 {
	background-image: url('../gui/background_bottom.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.background_header {
	background-image: url('../gui/background_header.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 120px;
}
.ruleH {
	background-color: #B50E15;
}

img { 
	border-color: #666666; 
}



/* PAGE TITLE */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: normal;
	color: #B50E15;
}



/* EXTRA TEXT */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #000000;
}
.text a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.text a:hover {
	font-weight: bold;
	color: #A98A08;
	text-decoration: underline;
}
.text .subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}



/* BUSINESS INFO */
.businessinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #333333;
}



/* BREADCRUMB */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
}
.breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}
.breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #3399FF;
	text-decoration: underline;
}



/* NAVIGATION */
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #B50E15;
	text-decoration: underline;
}



/* NAVIGATION: BOTTOM */
.navigation_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #FFFFFF;
}
.navigation_bottom a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation_bottom a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}



/* NEWS */
.news .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #800000;
	padding-bottom: 5px;
}
.news .title a {
	color: #800000;
	text-decoration: underline;
}
.news .title a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.news .text {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #000000;
}
.news .text a {
	color: #800000;
	text-decoration: none;
}
.news .text a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* COPYRIGHT */
.copyright_padding {
	padding-bottom: 5px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
}
.copyright a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}



/* CALENDAR */
table.calendar {border: 1px solid #999999;}
table.calendar td, th {text-align: center; border: 0;}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar th {color: #666666; text-align: center;}
table.calendar td {width: 22px; font-size: 12px; line-height: 20px;}
table.calendar td.linked-day {font-size: 12px; background-color: #DDDDDD;}
table.calendar td.linked-day-today {font-size: 12px; font-weight: bold; background-color: #DDDDDD;}
table.calendar td.day-today {font-size: 12px; font-weight: bold; background-color: #a2dcf7;}
table.calendar .calendar-month {font-size: 16px; font-weight: bold; text-align: center; margin-top: 3px;}
table.calendar .calendar-month a{text-decoration: none;}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}



.socialmedia {
	position: absolute;
	top: 50px;
	left: 235px;
	width: 40px;
	margin: 0 auto;
	z-index: 1;
}
