﻿@charset "utf-8";
body, html {
	margin: 0px;
	height: 100%;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

a:link {
	color: #A52127;
	text-decoration: none;
}
a:visited {
	color: #A52127;
}
a:hover {
	color: #58ABD3;
	text-decoration: underline;
}
a:active {
	color: #A52127;
}
h1   {
	color: #A52127;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 27px;
}
h2 {
	color: #A52127;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 22px;
}
h3 {
	color: #A52127;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 18px;
}



#MainWrapper #InnerWrapper p {
	line-height:1.6em;
}



#MainWrapper {
	clear: both;
	float: none;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #002B55;
	box-shadow: 2px 2px 8px 2px #999;
	max-width: 1200px;
	min-width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002B55;
}
#MainWrapper #masthead {
	background-image: url(../images/stripes.gif);
	background-repeat: no-repeat;
	height: 128px;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	background-color: #A52127;
	background-position: right;
	background-size: auto;
}
#MainWrapper #MainNavBar {
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	height: auto;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
}
#MainWrapper #MainNavBar a:link, #MainWrapper #MainNavBar a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 105%;
	/* [disabled]padding-right: 2%; */
	/* [disabled]padding-left: 2%; */
	/* [disabled]line-height: 28px; */
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #FFF; */
	letter-spacing: 0em;
}

#MainWrapper #MainNavBar a:hover {
	color: #58ABD3;
	text-decoration: none;
}

#MainWrapper #MainNavBar a:active {
	color: #FFF;
	text-decoration: none;
}
#MainWrapper #InnerWrapper {
	clear: both;
	float: none;
	width: 96%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 10px;
}

#MainWrapper #Footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	line-height: 40px;
	color: #FFF;
	background-color: #58ABD3;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

#MainWrapper #Footer a:link, #MainWrapper #Footer a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

#MainWrapper #Footer a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #A52127;
	text-decoration: underline;
}

#MainWrapper #Footer a:active {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

.MastheadMessage {
	background-color: #FFF;
	text-align: center;
	padding: 6px;
	float: right;
	margin-top: 12px;
	margin-right: 8px;
	border-radius: 8px;
	border: 2px solid #2D5073;
	font-size: 95%;
}
.logo {
	float: left;
	height: auto;
	width: 28%;
	margin-left: 10px;
	margin-top: 10px;
	max-width: 250px;
}
.FloatsClr {
	clear: both;
	float: none;
}

#TabsWrapper {
	width: 99%;
	display: block;
}
/*Tab and Table styles*/

.tab1 {
	color: #FFF;
	background-color: #A52127;
	text-align: center;
	float: left;
	padding-top: 3px;
	border-radius: 8px 8px 0px 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	min-width: 75px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	line-height: 25px;
}
.tab2 {
	color: #FFF;
	background-color: #75171C;
	text-align: center;
	float: left;
	padding-top: 3px;
	border-radius: 8px 8px 0px 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	min-width: 75px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	line-height: 25px;
}

.tab1 a:link, .tab1 a:visited {
	color: #FFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.tab1 a:hover {
	color: #CCC;
	text-decoration: underline;
}

.tab1 a:active {
	color: #FFF;
	text-decoration: none;
}
.tab2 a:link, .tab2 a:visited {
	color: #FFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.tab2 a:hover {
	color: #CCC;
	text-decoration: underline;
}

.tab2 a:active {
	color: #FFF;
	text-decoration: none;
}
.TableHeaderRed {
	line-height: 30px;
	color: #FFF;
	background-color: #A52127;
	text-align: left;
	font-weight: bold;
    padding-left:4px;
}


.TableHeaderRed a:link, .TableHeaderRed a:visited {
	color: #FFF;
	text-decoration: none;
}
.TableHeaderRed a:hover {
	color: #FFF;
	text-decoration: underline;
}
.TableHeaderRed a:active {
	color: #FFF;
	text-decoration: none;
}

 .TableHeaderRed td {
        padding-left: 4px;
        padding-right: 4px;
    }

.TableCRWhite {
	line-height: 30px;
	color: #000;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}

    .TableCRWhite td {
        padding-left: 4px;
        padding-right: 4px;
    }

.TableCRBlue {
	line-height: 30px;
	color: #000;
	background-color: #D9ECF4;
	text-align: left;
	font-weight: normal;
}
 .TableCRBlue td {
        padding-left: 4px;
        padding-right: 4px;
    }
.TableBorderCR {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
  
}
.NOTableBorderCR {
	border-width: 0px !important;
}



.CellBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}

/*FORM STYLES*/

#MainWrapper #InnerWrapper #FormBox {
	line-height: 0.8em;
	color: #333;
	background-color: #D9ECF4;
	padding: 9px;
	clear: both;
	float: none;
	height: auto;
	width: 98%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #838485;
}

.label {
	line-height: 30px;
	margin-right: 8px;
	/*float: right;*/
	text-align: right;
    /*padding-left:40px;*/
}
input {
	padding: 3px;
	/* [disabled]min-width: 90%; */
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	vertical-align: middle;
}

input [type="text"]{
	padding: 3px;
	/* [disabled]min-width: 90%; */
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	vertical-align: baseline;
}
.textarea {
	padding: 3px;
	/* [disabled]min-width: 90%; */
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	vertical-align: baseline;
}


input[type="select"] {
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 95%;
}

input[type="radio"] {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
/*input[type="submit"] {
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 110%;
	background-color: #A52127;
	text-align: center;
	height: 30px;
	border-radius: 11px;
	color: #FFF;
	width: auto;
    min-width:125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}

input[type="submit"]:hover{
	color: #CCCCCC;
	background-color: #75171C;
}*/

textarea {
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	min-width: 95%;
}


/*CALENDAR STYLES*/
#CalWrapperOuter {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	margin-bottom: 10px;
}
#CalWrapperOuter #MiniCalendar {
	float: left;
	height: auto;
	width: 22%;
	margin-top: 8px;
	font-size: 85%;
}

#CalWrapperOuter #MiniCalendar .MinCalTable {
	/* [disabled]font-size: 85%; */
	line-height: 22px;
	text-align: center;
    border:none !important;
   }

.Today {
	border: 2px solid #333;
	font-weight: bold;
	color: #A52127;
}
.DateFade {
	font-weight: normal;
	color: #A8A8A8;
}
#CalWrapperOuter #MiniCalendar .MinCalTable a:hover {
	color: #A52127;
}


.ThisWeekSel {
	background-color: #E2B8B9;
}

.DayStyle {
    padding-left: 3px;
    padding-right: 3px;
}








#CalWrapperOuter #CalHeader {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #b54a4d;
	width: 100%;
	margin-bottom: 6px;
	/* [disabled]padding-top: 2px; */
	/* [disabled]padding-bottom: 2px; */
	border-radius: 12px;
}
#CalHeader #CalTitle {
	font-size: 22px;
	color: #FFF;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 11px;
	display: block;
	margin-right: 6px;
	line-height: 30px;
	width: auto;
	float: left;
	font-weight: bold;
}
#CalWrapperOuter #CalHeader #CalLiveDate {
	font-size: 93%;
	color: #FFF;
	background-color: #75171C;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 6px;
	/* [disabled]border: 2px solid #75171C; */
	line-height: 30px;
	width: auto;
	text-align: center;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 6px;
}
#CalWrapperOuter #CalHeader #CalLiveDate a:link, #CalWrapperOuter #CalHeader #CalLiveDate a:visited {
	/*font-weight: bold;*/
	color: #FFF;
	/*background-color: #000;*/
    cursor:pointer;
}
#CalWrapperOuter #CalHeader #CalLiveDate a:hover {
	/*font-weight: bold;*/
	color: #CCC;
	/*background-color: #CCC;*/
	text-decoration: none;
}
#CalWrapperOuter #CalHeader #CalLiveDate a:active {
	/*font-weight: bold;*/
	color: #FFF;
	/*background-color: #000;*/
}
#CalWrapperOuter #MainCalendar {
	float: right;
	height: auto;
	width: 77%;
	margin-top: 8px;
	font-size: 85%;
    overflow-y:scroll;
}
#MainWrapper #InnerWrapper #CalWrapperOuter #MainCalendar .MainCalTable {
	font-size: 95%;
	line-height: 20px;
	text-align: center;
    width:100%;
    border-collapse:collapse;
}
.ThisWeekMarker {
	background-color: #E2B8B9;
    cursor:pointer;
}
.AppointmentMarker {
	background-color: #D9ECF4;
    cursor:pointer;
}
.NextButton {
	/*line-height: 25px;*/
	font-weight: bold;
	color: #FFF;
	background-color: #A52127;
	text-align: center;
	min-width: 80px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	/*margin-bottom: 25px;*/
	border-radius: 11px;
    padding: 10px;
    cursor:pointer;
}

.NextButton a:link, .NextButton a:visited {
	color: #FFF;
	text-decoration:none;
}

.NextButton a:hover {
	color: #FFF;
	text-decoration:underline;
    cursor:pointer;
}

.SmallButton {
	font-weight: bold;
	color: #FFF;
	background-color: #A52127;
	text-align: center;
	/*min-width: 100px;*/
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	/*margin-bottom: 25px;*/
	border-radius: 11px;
    padding: 5px;
    font-size: 10px;
    cursor:pointer;
}

.SmallButton a:link, .SmallButton a:visited {
	color: #FFF;
	text-decoration:none;
}

.SmallButton a:hover {
	color: #FFF;
	text-decoration:underline;
    cursor:pointer;
}

.DisabledSmallButton {
	font-weight: bold;
	color: #CCC;
	background-color: #838485;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	border-radius: 11px;
    padding: 5px;
    font-size: 10px;
}

.TimeCol   {
	font-size: 100% !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.MainCalTable tr th{
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#MainCalendar .MainCalTable tr td {
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}




.TextRight {
	text-align: right;
	float: right;
}

.ClickableCell {
    cursor: pointer;
}

.FormBox {
    line-height: 0.8em;
    color: #333;
    background-color: #D9ECF4;
    padding: 9px;
    clear: both;
    float: none;
    height: auto;
    width: 94%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border: 1px solid #838485;
}
    
