@charset "utf-8";
/* CSS Document */
form{
	margin:0px;
	padding:0px;
}

html{
	height:100%;
}

body{
	text-align:center;
	margin:0px;
	padding:0px;
	background-image:url(../images/bkg.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.mainContent{
	background-color:#E6E6E6;
	width:100%;
	margin:auto;
	text-align:left;
	position:relative;
	float:left;
	clear:both;
	min-height:80%;
}

.contentDiv{
	width:960px;
	margin:auto;
	text-align:left;
	position:relative;
	margin-top:13px;
	height:365px;
}

/* colors */

.blue{
	color:#0E539E;
}

.gray{
	color:#333;
}


/* links */

a{
	color:#0E539E;
	text-decoration:none;
}

a:hover{
	color:#0E539E;
	text-decoration:underline;
}

a.orangeLink{
	color:#FF8B22;
	text-decoration:none;
	cursor:pointer;
}

a.orangeLink:hover{
	color:#FFF;
	text-decoration:underline;
	/*cursor:pointer;*/
}

/* forms  */
.form{
	margin:0px;
	padding:0px;
}

.orangeBtn{
	background-image:url(../images/orangeBtn.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	width:144px;
	height:25px;
	text-align:center;
	color:#333;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	font-size:12px;
	line-height:27px;
	padding:0px;
	margin:15px 0px;
	vertical-align:top;
}

.orangeSmallBtn{
	background-image:url(../images/orangeSmallBtn.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	width:103px;
	height:25px;
	text-align:center;
	color:#333;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	font-size:12px;
	line-height:27px;
	padding:0px;
	margin:15px 0px;
	vertical-align:top;
}

.orangeXsBtn{
	background-image:url(../images/orangeXsBtn.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	width:68px;
	height:25px;
	text-align:center;
	color:#333;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	font-size:12px;
	line-height:27px;
	padding:0px;
	margin:15px 0px;
	vertical-align:top;
}

.grayBtn{
	background-image:url(../images/grayBtn.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	width:144px;
	height:25px;
	text-align:center;
	color:#333;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	font-size:12px;
	line-height:27px;
	padding:0px;
	margin:15px 0px;
	vertical-align:top;
}

.graySmallBtn{
	background-image:url(../images/graySmallBtn.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	width:103px;
	height:25px;
	text-align:center;
	color:#333;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	font-size:12px;
	line-height:27px;
	padding:0px;
	margin:15px 0px;
	vertical-align:top;
}

.grayXsBtn{
	background-image:url(../images/grayXsBtn.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	width:68px;
	height:25px;
	text-align:center;
	color:#333;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	font-size:12px;
	line-height:27px;
	padding:0px;
	margin:15px 0px;
	vertical-align:top;
}

.blueBtn{
	background-color:#0E539E;
	display:block;
	height:20px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	font-size:12px;
	/*padding:0px 3px;*/
	width:90px;
}

select {
	width:175px;
}

.smallSelect{
	width:70px;
}

/* txt styles */

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

h1{
	font-family:"Comic Sans MS";
	font-size:30px;
	color:#fff;
	font-weight:normal;
	line-height:27px;
	margin-top:0px;
}

h2{
	font-family:"Comic Sans MS";
	font-size:18px;
	color:#fff;
	margin:0px 0px 0px 23px;
	font-weight:normal;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF8B22;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

/* control find tutor */
.findTutorTable {
	/*white-space:nowrap;*/
	font-size:12px;
	text-align:left;
	width:200px;
}

.findTutorTable tbody{
	margin:0px;
	padding:0x;
}

.findTutorTable td{
	vertical-align:bottom;
	height:25px;
}

.findTutorTable label{
	font-weight:bold;
	font-size:12px;
}

/* control filter */
.findTutorTableFilter {
	font-size:12px;
	border-top:1px solid #333;
}
.findTutorTableFilter td{
	padding-top:5px;
}

.findTutorTableFilter label{
	font-weight:bold;
	font-size:12px;
	line-height:40px;
}

.findTutorTableFilter select{
	width:70px;
}

.orangeSmallBtn{
	background-image:url(../images/orangeSmallBtn.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	width:103px;
	height:25px;
	text-align:center;
	color:#333;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	font-size:12px;
	line-height:27px;
	padding:0px;
	margin:15px 0px;
	vertical-align:top;
}
