/* CSS Document */

/*header Style*/
.header
{
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.header A
{
	font-family: arial;
	font-size: 15px;
	color: #0f7ba5;
	text-decoration: none;
	font-weight: bold;
}
.header A:hover
{
	font-family: arial;
	font-size: 15px;
	color: #8ad506;
	text-decoration: none;
	font-weight: bold;
}
.logintext
{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}
/*Search bar style*/
.search
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.search input
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.search A
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.search A:hover
{
	text-decoration: underline;
	color: #000000;
}



/*Home Page content Style*/
img
{
	border: 0px;
}
.middle
{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.middle A
{
	color: #1a8ab2;
	text-decoration: none;
}
.middle A:hover
{
	color: #1a8ab2;
	text-decoration: underline;
}
.titlebig
{
	font-family: arial;
	font-size: 18px;
	color: #1b313f;
	text-decoration: none;
	font-weight: bold;
}
.content
{
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
.margin1
{
	margin-left: 50px;
}
.margintop
{
	margin-top: 3px;
}
#outerdiv
{
	position: relative;
	float: left;
}
/*inner page style*/

.pagetitle
{
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.heading
{
	font: arial;
	font-size: 10pt;
	color: #ffffff;
}
.subheading
{
	font: arial;
	font-size: 11pt;
	color: #1a1a1a;
}
.bgrow
{
	background: #17799c;
}
.border
{
	border-bottom: 0.1px;
	border-left: 0.1px;
	border-right: 0.1px;
	border-top: 0.1px;
}

.txtheading
{
	font-family: arial;
	font-size: 9pt;
	color: #6c6557;
	font-weight: bold;
}

.messagedetails
{
	font-family: arial;
	font-size: 9pt;
	color: blue;
	line-height: 20px;
}



/*advanced search*/

.heading1
{
	font-family: Arial;
	font-size: 17px;
	color: #000000;
}

.helement
{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.celement
{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.searchheading
{
	font-family: Arial;
	font-size: 17px;
	color: #000000;
}
.button
{
	border-color: #585880;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
	border-width: 1px;
}

.buttonHyper
{
	border-color: #ffffff;
	color: #0000ff;
	font-weight: bold;
	background-color: #ffffff;
	font-size: 12px;
	border-width: 0px;
}

/* tutor profile page style*/
.theading
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}
.tutorname
{
	font-family: Arial;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}
.tedu
{
	font-family: Arial;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}
.tdetails
{
	font-family: Arial;
	font-size: 100%;
	color: #000000;
	text-transform: capitalize;
}
.confirmname
{
	font-family: Arial;
	font-size: 90%;
	color: #333333;
	text-transform: capitalize;
}


/*footer links content page*/

.fheading
{
	color: CornflowerBlue;
	font-family: Arial;
	font-weight: bold;
	font-size: 95%;
}

.ftext
{
	font-size: 85%;
	font-family: Arial;
	color: #000000;
	line-height: 20px;
}
ol.withRoman
{
	list-style-type: lower-roman;
}
.contacttext
{
	font-size: small;
	font-family: Arial;
	color: #000000;
}
.listheading
{
	font-size: 95%;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}
.listtext
{
	font-size: 90%;
	font-family: Arial;
	color: #000000;
}
.listtext A
{
	font-size: 100%;
	font-family: Arial;
	color: #1a8ab2;
	text-decoration: none;
}
.listtext A:hover
{
	font-size: 100%;
	font-family: Arial;
	color: #1a8ab2;
	text-decoration: underline;
}


/*footer Style*/

.footer
{
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
}
.footer A
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.footer A:hover
{
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}



/* Rating */
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(../Images/FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar
{
	background-image: url(../Images/SavedStar.png);
}


/*Toggle Button*/

/*Setup*/
.walkthrough li
{
	padding-bottom: 5px;
}

/*Using a sample extender*/


/*Creating a new extender*/
.walkthroughNote
{
	padding-left: 25px;
	font-style: italic;
}

/*Other neat stuff*/

/*Password Strength*/
.cssClass
{
	border-width: 2px;
	width: 180px;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 15px auto;
}

.class1
{
	border-width: 2px;
	width: 180px;
	color: Red;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 15px auto;
}
.class2
{
	border-width: 2px;
	width: 180px;
	color: Salmon;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 15px auto;
}
.class3
{
	border-width: 2px;
	width: 180px;
	color: Orange;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 15px auto;
}
.class4
{
	border-width: 2px;
	width: 180px;
	color: Green;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 15px auto;
}
.class5
{
	border-width: 2px;
	width: 180px;
	color: DarkGreen;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 15px auto;
}
/*end Password Strength*/

.addbutton
{
	border: NONE;
	background-image: URL(../images/plus.gif);
	width: 18px;
	height: 18px;
}
.removebutton
{
	border: NONE;
	background-image: URL(../images/minus.gif);
	width: 18px;
	height: 18px;
}

/* Featured Tutor*/

.top
{
	background: url(../images/top.jpg) no-repeat;
	width: 220px;
	height: 17px;
}
.center
{
	background: url(../images/middle.jpg) repeat-y;
	width: 220px;
}
.margin
{
	padding: 0px 5px 0px 8px;
}
.caption
{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.bottom
{
	background: url(../images/bottom.jpg) no-repeat;
	width: 220px;
	height: 28px;
}


/*tutor video streaming*/
.tutorintro {
	font-size:20px; font-weight:bold; color:#000000;
}

.tutorrating {
	border:solid 1px #CCCCCC; width:470px; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px;
}
.tutorrating a {
	font-weight:bold; text-decoration:none; color:#0000ff;
}
.tutorrating a:hover {
	font-weight:bold; text-decoration:underline; color:#0000ff;
}
.tutorinfo {
	border:solid 1px #999999; width:470px; padding-left:5px; padding-right:5px; padding-top:5px;
}
.listheading1 {
	font-size:15px; font-weight:bold; color:#000000;
}

.listboundary {
	border:solid 1px #cccccc; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;  width:380px; height:450px; overflow:auto;
}
.listboundary span a{
	text-decoration:none; font-size:13px; font-weight:bold;
}
.listboundary span a:hover{
	text-decoration:underline;
}
.listboundary a{
	text-decoration:none; font-size:12px;
}
.listboundary a:hover{
	text-decoration:underline;
}
.listseparator {
	background:url(../images/dotline.jpg) repeat-x; height:10px;
}

/*FAQ styles*/
.bolditalic {
	font-style:italic; font-weight:bold;
}
.blackitalic {
	color:#000000; font-style:italic;
}
.blackbolditalic{
	color:#000000; font-weight:bold; font-style:italic;
}
