﻿body
{
	padding: 10px;
	background: #FFFFFF; 
	color: #222; 
	text-align: left; 
	margin: 0px 0px 0px 0px; 
	font: 85% "Trebuchet MS",Arial,sans-serif; 
	font-size: 14px;
	background-image: url(../images/pagebackground.png); background-repeat: repeat-x;
}

table td img 
{
	/* display: block; */
}

.bartitle {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #588CC8;
	background-image: url(../images/menu_bartitleRed.jpg);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 27px;
	padding-left: 17px;
	width: 150px;
	text-decoration:none;
}

a.srollover {
	display: block;
	width: 150px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	background-image: url(../images/menu_bar_over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 33px;
	line-height: 31px;
	padding-left: 18px;
     }
     
a:link.srollover 
{
	color: #000000;
	text-decoration: none;
}

a:active.srollover 
{
	color: #333333 !important;
	text-decoration: none;
}
a:hover.srollover {
	background-position: -210px 0px;
	color:#FFFFFF !important;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline !important;
}
a:visited.srollover {
	display: block;
	width: 150px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #000000; 
	font-weight: normal;
	text-align: left;
	background-image: url(../images/menu_bar_over.jpg);
	background-repeat: no-repeat;
	/* background-position: 0px 3px; */
	height: 33px;
	line-height: 31px;
	padding-left: 18px;
	text-decoration: none;
     }

.subject-title
{
   font-family: Arial; 
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/section-header.jpg);
	color: Black;
	padding-left: 30px;
	padding-top: 2px;
	height: 18px;
	text-align: left;
}

.announcement
{
	font-size: 18px;
	font-weight: bold;
	color: black;
}


.paragraph
{
	margin-top: 5px;
	margin-bottom: 15px;
}

.price
{
	font-size: 20px;
	font-weight: bold;
	color: Orange;
}

hr
{
	color: gray;
	height:1px;
	overflow:hidden;
	clear:both;
	margin:0px;
	padding:0px;
}

ul
{
	margin-left: 0px;
	padding-left: 20px;
}

.TodayClock
{
   /* background-color:#FFF; */
   /* border:1px solid #D2D2D2; */
   font-weight:normal;
   padding: 3px 0px 0;
   width: 110px;
   /* float: right; */
   text-align: center;
   /* margin-top:-16px; */
}

.TodayClock .TodayDate
{
	font-weight: bold;
   font-size:12px;
}

.TodayClock .TodayTime
{
   font-size:22px;
}

.TodayClock .TodayTimeAMPM
{
	margin-left: 5px;
   font-size: 12px;
}


.site-table
{
   background-color: White;
   border-top: solid 2px black; 
   border-left: solid 2px black; 
   border-right: solid 2px black; 
   border-bottom: solid 2px black;
   text-align: left;
}

.site-header
{
   background-image: url(../images/header-background.jpg);
   background-repeat: repeat-x;
   height: 130px;
}

#site-header-image
{
   float: left;
   top: 0px;
   padding-left: 30px;
}

#site-header-name
{
   float: left;
   top: 0px;
   padding-left: 200px;
   padding-top: 30px;
}

#site-header-col-3
{
   float: left;
   top: 0px;
   padding-left: 10px;
   padding-top: 0px;
   width: 100%;
}

.site-footer-text
{
   background-color: #000000; 
   border-top: solid 0px black;
   border-bottom: solid 0px black; 
   color: White;
   text-align: center;
}

.site-footer
{
   background-color: #0579C6;
   height: 10px;
}

.menu-background
{
   background-color: #0579C6;
   text-align: left;
}

a.button{
	background: url(../images/nicebutton/img/button280.gif);
	display: block;
	color: #555555;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 5px;
	text-decoration: none;
	width: 280px;
}
a:hover.button
{
	color: #0066CC;
	cursor: pointer;
}

a.button200{
	background: url(../images/nicebutton/img/button200.gif);
	display: block;
	color: #555555;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 5px;
	text-decoration: none;
	width: 200px;
}
a:hover.button200
{
	color: #0066CC;
	cursor: pointer;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(../images/nicebutton/img/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(../images/nicebutton/img/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url(../images/nicebutton/img/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url(../images/nicebutton/img/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url(../images/nicebutton/img/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(../images/nicebutton/img/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.lens{
		background:url(../images/nicebutton/img/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(../images/nicebutton/img/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.money{
		background:url(../images/nicebutton/img/money_dollar.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}


.rounded-corners-sm
{
	border: 1px solid #C9C0B2;
	padding: 4px;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.picture-shadow-sm
{
   background: transparent url(../images/shadow-sm-140.png) no-repeat scroll center -5px;
	padding-top: 18px;
}

.rounded-corners-lg
{
	border: 1px solid #C9C0B2;
	padding:  7px;
	background-color: #FFFFFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.picture-shadow-lg
{
   background: transparent url(../images/shadow-lg.png) no-repeat scroll center -5px;
	padding-top: 28px;
}

.alert-text
{
   font-family: "Arial Black";
   font-weight: bold;
   font-size: 16px;
	/* color: #3f6daf; */
	text-decoration: none;
   /* font-style: oblique */
}

.post-it
{
   background-image: url(../images/post-it-note-small.jpg);
   background-repeat: no-repeat;
   background-position: left top;
   width: 200px;
   height: 220px;
}

.mt10
{
   margin-top: 10px;
}

.pr10
{
   padding-right: 10px;
}

.alert-box
{
   margin-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   border: 1px solid #000000;
   border-radius: 7px;
}