body
{
	margin:0px;
        /*font-family: "verdana" , Arial, Helvetica, sans-serif;*/
        /*font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif */
        font-family:Arial,Helvetica,sans-serif
	font-size: 11px;
	line-height:1.1em;
	background: #ecf8fe;
	border-top: 5px solid #01578f;
}
body img
{
	/*display: block;*/
	clear: both;
}
h1
{
	color: #0A3B6C;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 30px;
	font-weight: lighter;
	font-family: Arial;
}
h2
{
	color: #014979;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
h2.red
{
	color: Red;
}
h3
{
	color: #014979;
	font-size: 15px;
	line-height: 20px;
}
p.gray
{
	color: #2c2c2c;
	font-size: 13px;
}
ul.gray
{
	list-style-type: square;
	line-height: 15px;
	padding: 0;
	margin: 0;
}
ul.gray li.gray
{
	padding: 0;
	margin: 0;
}
.s-left
{
	float: left;
}
.s-right
{
	float: right;
}
.s-leftcontent1
{
	float: left;
	width: 65%;
}
.s-rightcontent1
{
	float: right;
}
.clear
{
	margin: 0;
	padding: 0;
	clear: both; /*	height:0; 	top:0; 	font-size:0;*/
}
/* HTML Strucutre CSS */
#container
{
	width: 996px;
	margin: 0 auto;
	padding: 0;
}
/* Header CSS*/
#s-header
{
	height: 120px;
	margin: 0;
	padding: 0;
}
.s-logo
{
	float: left;
	margin: 0;
	padding: 0;
}
#s-header img
{
	margin: 15px 20px 19px 0;
}
#s-header .s-headerquick
{
	float: right;
	background: url(/content/images/quick_link_bg.gif) no-repeat top left;
	height: 16px;
	width: 234px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
#s-header .s-headerquick a
{
	color: #fff;
	text-decoration: none;
}
#s-header .s-headerquick a:hover
{
	color: #9cd7ff;
	text-decoration: none;
}
#s-header #s-top-nav
{
	margin: 0;
	background: url(/content/images/top_nav_bg.gif) no-repeat top left;
	position: relative;
	width: 996px;
	height: 39px;
	z-index: 100;
}
#s-header #menu, #menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#s-header #menu a
{
	display: block;
	float: left;
	font-size: 13px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #fff;
	height: 39px;
	line-height: 39px;
	text-decoration: none;
}
#s-header #menu a b
{
	display: block;
	float: left;
	padding: 0 7px;
	white-space: nowrap;
	height: 39px;
	cursor: pointer;
	font-weight: normal;
	background: url(/content/images/nav_divider.gif) no-repeat top right;
}
#s-header #menu a b.last
{
	background: none;
}

#s-header #menu li
{
	float: left;
}
#s-header #menu li a:hover
{
	position: relative;
	color: #fff;
}
#s-header #menu li:hover
{
	position: relative;
}
#s-header #menu li ul
{
	position: absolute;
	left: -9999px;
	width: 135px;
	z-index: 1000;
}
#s-header #menu li:hover > ul
{
	left: 90px;
	width: 135px;
	background: #c5e8ff;
	border: 1px solid #ccdacc;
}
#s-header #menu > li:hover > ul
{
	left: 0;
	top: 39px;
	border: 1px solid #ccdacc;
	text-align: left;
	padding: 0 10px;
	border-top: 0 none;
}

#s-header #menu table
{
	border-collapse: collapse;
	width: 0;
	height: 0;
	border: 0;
	font-size: 1em;
	margin: 0 -5px 0 0;
}
#s-header #menu li a:hover ul
{
	left: 0;
	top: 39px;
	width: 135px;
	border: 1px solid #ccdacc;
	background: #c5e8ff;
	text-align: left;
	padding: 0 10px;
}
#s-header #menu :hover ul li a
{
	color: #000;
	height: 25px;
	width: 135px;
	line-height: 25px;
	font-size: 11px;
}
#s-header #menu :hover ul li a:hover
{
	color: #26658f;
}
#s-header .s-subheader
{
	background: url(/content/images/sub_hdr_bg.gif) no-repeat left top;
	height: 27px;
	margin: 4px 0 0 0;
	font-size: 13px;
	color: #fff;
	line-height: 27px;
	text-transform: uppercase;
	padding: 0 4px 0 10px;
}
#s-header .s-subheader .s-marquee
{
	float: left;
	width: 68%;
}
#s-header .s-subheader .s-search
{
	float: right;
	margin: 0;
	padding: 0;
	width: 27%;
}
#s-header .s-subheader .s-search input
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242323;
	padding: 1px 5px;
	margin: 2px 2px 0 0;
	width: 170px;
	border: 1px solid #b4b4b4;
}
#s-header .s-subheader .s-search .button
{
	width: 29px;
	height: 19px;
	background: url(/content/images/btn_go.gif) no-repeat left top;
	cursor: pointer;
	display: block;
	padding: 0;
	margin: 3px 0 0 0;
	border: 0 none;
	vertical-align: top;
}


/* Middle Part CSS */

.s-three-column
{
	margin: 20px 0;
}

/* Left CSS*/

.s-three-column .s-leftcontent
{
	width: 253px;
	margin: 0;
	padding: 0;
	float: left;
}
.s-three-column .s-leftcontent .s-registration .s-yellowbox
{
	background: #ffd65c url(/content/images/yellow_box_bg.gif) repeat-x left top;
	border-left: 1px solid #ddc677;
	border-right: 1px solid #ddc677;
	padding: 0 10px;
}
.s-three-column .s-leftcontent .s-registration .s-yellowbox input[type=text].small
{
	width: 90px;
}
.s-three-column .s-leftcontent .s-registration .s-yellowbox img.title
{
	margin-bottom: 5px;
}
.ui-datepicker-trigger
{
	display: inline;
	margin-left: 3px;
	vertical-align: middle;
}
.s-three-column .s-leftcontent .s-registration .s-yellowbox label
{
	color: #362416;
	width: 85px;
	float: left;
	margin-right: 5px;
	text-align: right;
	line-height: 16px;
	margin-top: 10px;
}
.s-three-column .s-leftcontent .s-registration .s-yellowbox input
{
	border: 0;
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	margin-top: 10px;
	_margin-top: 10px;
	width: 135px;
	_width: 130px;
	padding: 1px 2px;
}
.s-three-column .s-leftcontent .s-registration .s-yellowbox input.radio
{
	border: 0;
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	margin: 10px 5px 0 0px;
	padding: 1px 2px;
	width: auto;
	float: left;
}

.s-three-column .s-leftcontent .s-registration .s-yellowbox select
{
	float: left;
	margin-top: 10px;
	_margin-top: 8px; *margin-top:7px;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:11px;
width:140px;
border:0none;
}

.s-three-column .s-leftcontent .s-registration .s-yellowbox input.paynow
{
	background: url(/content/images/btn-register-now.gif) no-repeat top left;
	height: 23px;
	width: 104px;
	border: 0 none;
	cursor: pointer;
	margin: 10px 0 0 90px;
}

.s-three-column .s-leftcontent .s-dowanload
{
	margin: 10px 0;
}
.s-three-column .s-leftcontent .s-youtube
{
	background: url(/content/images/img_youtube_bg.gif) no-repeat top left;
	height: 195px;
	padding: 13px 22px;
	text-align: center;
}
.s-three-column .s-leftcontent .s-youtube img.title
{
	margin: 0 auto;
	margin-bottom: 5px;
}

/* Right part CSS*/

.s-three-column .s-rightcontent
{
	width: 233px;
	margin: 0;
	padding: 0;
	float: left;
}
.s-three-column .s-rightcontent .s-blog
{
	margin: 0 0 10px 0;
}
.s-three-column .s-rightcontent .s-joinupdate
{
	background: url(/content/images/bg_join_updated.gif) no-repeat top left;
	height: 117px;
	padding: 9px 14px 9px 12px;
	margin: 10px 0;
}

.s-three-column .s-rightcontent .s-joinupdate label
{
	color: #fff;
	width: 50px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	text-align: right;
	line-height: 18px;
	margin-top: 15px;
	_margin-top: 12px; *margin-top:12px;
}

.s-three-column .s-rightcontent .s-joinupdate input
{
	border: 0;
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	margin-top: 15px;
	_margin-top: 12px; *margin-top:12px;
width:145px;
_width:140px;
padding:1px2px;
}

.s-three-column .s-rightcontent .s-joinupdate img.title
{
	margin-bottom: 5px;
}

.s-three-column .s-rightcontent .s-joinupdate input.paynow
{
	background: url(images/btn_join_now.gif) no-repeat top left;
	height: 23px;
	width: 81px;
	border: 0 none;
	cursor: pointer;
	margin: 8px 0 0 55px;
}
.s-three-column .s-rightcontent img.rgtImg
{
	margin: 7px 0 0 0;
}


.s-three-column .s-maincontent
{
	width: 509px;
	margin: 0;
	padding: 0;
	float: left;
}

.s-three-column .s-maincontent .s-welcome
{
	margin: 0 12px;
	line-height: 15px;
}
.s-three-column .s-maincontent .s-welcome img
{
	margin-bottom: 5px;
}

.s-three-column .s-maincontent .s-middleboxes
{
	margin: 5px 7px 0 7px;
}
.s-three-column .s-maincontent .s-middleboxes .s-coursebox
{
	width: 152px;
	margin: 18px 6px;
	_margin: 18px 5px;
	padding: 0;
	float: left;
	font-size: 12px;
}

.s-three-column .s-maincontent .s-middleboxes .s-coursebox img.photo
{
	border: 1px solid #cccccc;
	margin-bottom: 7px;
}

.s-three-column .s-maincontent .s-middleboxes .s-coursebox .s-redtext, .s-three-column .s-redtext
{
	color: #ff0000;
	padding-bottom: 5px;
	height: 25px;
}
.s-three-column .s-readmoretext
{
	height: 75px;
}
.s-three-column .s-maincontent .s-middleboxes .s-coursebox .s-readmore
{
	background: url(images/bulllet.gif) no-repeat left 8px;
	line-height: 20px;
	float: right;
	padding: 5px 0 0 15px;
}
.s-three-column .s-maincontent .s-middleboxes .s-coursebox .s-readmore a
{
	color: #004b7c;
	text-decoration: none;
}
.s-three-column .s-maincontent .s-middleboxes .s-coursebox .s-readmore a:hover
{
	color: #ff0000;
	text-decoration: none;
}
/* Footer CSS */
.s-footer
{
        clear: both;
	margin: 0;
	padding: 0;
}
.s-footer .s-bluebox
{
	
        background: #014979;
	margin: 0;
	padding: 10px 20px;
/*	_padding: 7px 18px; *padding:7px18px;*/
        color:#fff;
        font-size:13px;
}
.s-footer .s-copyright
{
        
        background: #dddddd;
	margin: 2px 0 0 0;
	color: #000;
	padding: 0 15px;
	line-height: 18px;
	height: 20px;
        font-size:13px;

}
.s-footer .s-copyright a
{
	color: #000;
	text-decoration: none;
}
.s-footer .s-bluebox .s-ourlink
{
      	
        float: left;
	width: 170px;
	margin: 0;
	padding: 0;
}
.s-footer .s-bluebox .s-ourlink p.s-title
{
	
       margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
}
.s-footer .s-bluebox .s-ourlink ul
{
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.s-footer .s-bluebox .s-ourlink li
{
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
	background: url(/content/images/white_arrow.gif) no-repeat left 5px;
	line-height: 18px;
}
.s-footer .s-bluebox .s-ourlink li a
{
	color: #fff;
	text-decoration: none;
}
.s-footer .s-bluebox .s-ourlink li a:hover
{
	color: #9cd7ff;
	text-decoration: none;
}
.s-footer .s-bluebox .s-ourservices
{
	float: left;
	width: 245px;
	margin: 0;
	padding: 0;
}
.s-footer .s-bluebox .s-ourservices p.s-title
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
}
.s-footer .s-bluebox .s-ourservices ul
{
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.s-footer .s-bluebox .s-ourservices li
{
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
	background: url(/content/images/white_arrow.gif) no-repeat left 5px;
	line-height: 18px;
}
.s-footer .s-bluebox .s-ourservices li a
{
	color: #fff;
	text-decoration: none;
}
.s-footer .s-bluebox .s-ourservices li a:hover
{
	color: #9cd7ff;
	text-decoration: none;
}
.s-footer .s-bluebox .s-ourservicessub
{
	float: left;
	width: 245px;
	margin: 13px 0 0 0;
	padding: 0;
}
.s-footer .s-bluebox .s-ourservicessub ul
{
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.s-footer .s-bluebox .s-ourservicessub li
{
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
	background: url(/content/images/white_arrow.gif) no-repeat left 5px;
	line-height: 18px;
}
.s-footer .s-bluebox .s-ourservicessub li a
{
	color: #fff;
	text-decoration: none;
}
.s-footer .s-bluebox .s-ourservicessub li a:hover
{
	color: #9cd7ff;
	text-decoration: none;
}
.s-footer .s-bluebox .s-contact
{
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}
.s-footer .s-bluebox .s-contact p.s-title
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
}
.s-footer .s-bluebox .s-contact p
{
	line-height: 15px;
}

/* About Us Page CSS*/
.s-three-column h2
{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
.s-three-column .s-aboutusbanner
{
	background: url(/content/images/banner-About-Us.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-contactusbanner
{
	background: url(/content/images/banner-contact-us.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-enggcoursebanner
{
	background: url(/content/images/banner-Engineering-Courses.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-enggleadershipbanner
{
	background: url(images/banner-Engineering-Leadership.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-graduateprogrammingbanner
{
	background: url(images/banner-GraduateProgramming.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-helpbanner
{
	background: url(images/banner-Help.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-inhousebanner
{
	background: url(images/banner-In-House-Courses.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-onlinebanner
{
	background: url(images/banner-On-Line-Courses.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-professionaldevelopmentbanner
{
	background: url(images/banner-Professional-Development-Courses.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-professionalyearbanner
{
	background: url(images/banner-Professional-Year-Engineering.jpg) no-repeat top left;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 265px;
	text-transform: uppercase;
}
.s-three-column .s-sub-content
{
	width: 253px;
	float: left;
}
.s-three-column .s-sub-content .s-inner-leftnav
{
	margin: 6px 0;
}
.s-three-column .s-sub-content img.leftImg
{
	margin: 7px 0 0 0;
}

.s-three-column .s-middle-content
{
	width: 731px;
	float: left;
	margin: 6px 0;
	padding: 3px 0 0 12px;
}
.s-three-column .s-middle-content img.s-thumbnail
{
	border: 1px solid #a5e0fe;
}
.s-three-column .s-middle-content .s-left
{
	float: left;
	width: 67%;
}
.s-three-column .s-middle-content p, .s-three-column .s-middle-content div
{
	line-height: 18px;
	font-size: 13px;
}
.s-three-column .s-middle-content .s-course-title
{
	font-size: 20px !important;
	font-weight: bold;
	line-height: 26px;
	color: #014979;
	border-bottom: 1px solid #a9d3ea;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.s-three-column .s-middle-content strong
{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #014979;
}
.s-three-column .s-middle-content strong span
{
	color: #e01d24;
}

.s-three-column .s-middle-content img
{
	display: block;
}
.s-three-column .s-middle-content a
{
	text-decoration: none;
	color: #1D4A83;
}
.s-three-column .s-middle-content a:hover
{
	text-decoration: none;
	color: #103063;
}
.s-three-column .s-sub-content .s-left-nav
{
	background: #ea3727 url(images/inner_left_bg.gif) no-repeat left 0px;
	padding: 5px;
}
.s-three-column .s-sub-content .s-left-nav ul
{
	/*CSS for UL of each sub menu*/
	color: white;
	font-size: 13px;
	padding: 5px 8px;
}
.s-three-column .s-sub-content .s-left-nav ul li
{
	color: #fff;
}
.s-three-column .s-sub-content .s-left-nav ul li a
{
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0;
	border-bottom: 1px solid #f17d72;
}
.s-three-column .s-sub-content .s-left-nav ul li ul
{
	color: #fff;
	font-size: 12px;
	border: 0 none;
}
.s-three-column .s-sub-content .s-left-nav ul li ul li a
{
	color: #f1cdca;
	background: url(images/arrow.gif) no-repeat left 9px; /*custom bullet list image*/
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	border: 0 none;
}
.s-three-column .s-sub-content .s-left-nav ul li a:hover
{
	/*hover state CSS*/
	color: #fff;
}

.s-three-column .s-middle-content table
{
	margin: 15px 0;
	border: 1px solid #afe4ff;
	width: 60%;
	border-bottom: 0 none;
	border-right: 0 none;
}
.s-three-column .s-middle-content table td.first
{
	background: #dbf3ff;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #afe4ff;
	border-right: 1px solid #afe4ff;
	font-size: 13px;
	color: #014979;
}
.s-three-column .s-middle-content table td.sub
{
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #afe4ff;
	border-right: 1px solid #afe4ff;
	font-size: 12px;
	color: #000;
}
label.error
{
	margin-left: 90px;
	color: #990000 !important;
	width: 120px !important;
}
#s-header #topmenu-header, #topmenu-header ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 999;
}
#s-header #topmenu-header a
{
	display: block;
	float: left;
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #fff;
	height: 15px;
	text-decoration: none;
	z-index: 999;
}
#s-header #topmenu-header a b
{
	display: block;
	float: left;
	padding: 0 10px;
	white-space: nowrap;
	height: 16px;
	cursor: pointer;
	font-weight: normal;
}
#s-header #topmenu-header a b.last
{
	background: none;
}
#s-header #topmenu-header li
{
	float: left;
}
#s-header #topmenu-header li a:hover
{
	position: relative;
	color: #fff;
}
#s-header #topmenu-header li:hover
{
	position: relative;
}
#s-header #topmenu-header li ul
{
	position: absolute;
	left: -9999px;
	width: 135px;
	z-index: 999;
}
#s-header #topmenu-header li:hover > ul
{
	left: 90px;
	width: 135px;
	background: #01578f;
	border: 1px solid #01578f;
}
#s-header #topmenu-header > li:hover > ul
{
	left: 0;
	top: 16px;
	border: 1px solid #01578f;
	text-align: left;
	padding: 0 10px;
	border-top: 0 none;
}
#s-header #topmenu-header table
{
	border-collapse: collapse;
	width: 0;
	height: 0;
	border: 0;
	font-size: 1em;
	margin: 0 -5px 0 0;
}
#s-header #topmenu-header li a:hover ul
{
	left: 0;
	top: 16px;
	width: 135px;
	border: 1px solid #01578f;
	background: #01578f;
	text-align: left;
	padding: 0 10px;
}
#s-header #topmenu-header :hover ul li a
{
	color: #fff;
	height: 20px;
	width: 135px;
	line-height: 20px;
	font-size: 11px;
}
#s-header #topmenu-header :hover ul li a:hover
{
	color: #87c8f2;
}
.s-three-column .s-middle-content ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.s-three-column .s-middle-content li
{
	padding: 0;
	margin: 0 25px;
	list-style-type: disc;
	line-height: 22px;
}
.s-three-column .s-middle-content li a
{
	color: #c40000;
	text-decoration: none;
}
.s-three-column .s-middle-content li a:hover
{
	color: #000;
	text-decoration: none;
}


img.icon-aboutus
{
	clear: none;
	margin-right: 10px;
	vertical-align: middle;
	display: inline !important;
}

.row
{
	overflow: auto;
}
.coursebox
{
	float: left;
	width: 180px;
}
.coursebox .boxdescription
{
	width: inherit;
	text-align: center;
}
.coursebox .boximage
{
}
.coursebox .boximage img
{
	border: none;
	display: block;
	margin: 10px auto 5px auto;
}

div.formContent
{
	width: 600px;
}
div.field
{
	line-height: 22px;
	padding: 3px 0 3px 0;
	overflow: auto;
}
div.field label
{
	width: 180px;
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
}
div.formContent div.field input[type=text].large, div.formContent div.field input[type=password].large
{
	width: 220px;
}
div.formContent div.field input[type=text].medium, div.formContent div.field input[type=password].medium
{
	width: 150px;
}
div.formContent div.field input[type=text].small, div.formContent div.field input[type=password].small
{
	width: 80px;
}
div.formContent div.field select.large
{
	width: 225px;
}
div.formContent div.field select.small
{
	width: 85px;
}
div.formContent div.field select.medium
{
	width: 152px;
}
div.formContent div.field textArea
{
	width: 300px;
	height: 90px;
}
div.formContent div.buttons
{
	margin-left: 190px;
}

div.field label.error
{
	float: left;
	width: auto !important;
	background-image: none;
	font-size: 0.9em;
	padding-top: 2px;
	padding-left: 8px;
	margin-left: 180px;
	color: #F00 !important;
}
div.radiolist
{
	margin-left: 190px;
}
div.radiolist ul
{
	margin: 0;
	padding: 0;
}
div.radiolist ul li
{
	padding: 0;
	margin: 0 !important;
}
input[type=submit]#paynow
{
	background: url(images/register-now.gif) left top no-repeat;
	width: 235px;
	height: 59px;
	border: none;
	cursor: pointer;
}

input[type=text].querybox.default
{
	/*background-color: #FAFAFA;*/
	color: #AAA;
	font-style: italic;
}

.faqlist a
{
	color: #004991 !important;
}
.faqlist a:hover
{
	color: #000 !important;
}
table.datalist
{
	border: none !important;
	width: 100% !important;
}
.yellowtext
{
	background-color: #ffd65c;
}

/*Alpesh*/

#content {
	padding: 10px 0px 30px 13px;
	float: left;
	width: 650px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
        font-size:13px;
}

.post .title {
       color: #014979;
       text-decoration:none;
}

.post .title a {
color:#014979;
text-decoration:none;
}

.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 650px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	padding-bottom: 2px;
	float:left;
	font-size: 96%;
	color: #014979;
}

.post-cat .title a {
           color:#014979;
           text-decoration:none;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}

.post-comments .title a {
           color: #FF0000;
           text-decoration:none;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	/*padding-top: 10px;*/
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #ff0000;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#fff;
	border: 1px solid #b2d0e0;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background:#fff;
	border: 1px solid #b2d0e0;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
        /*line-height:1.5;  */
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 105%/100% "Trebuchet MS", Tahoma, Arial;
	/*color: #758d38;*/
         color:#cc0000;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #b2d0e0;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #014979;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF0000;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
        font-size:13px;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #b2d0e0;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {http://eeaust.com.au/blog/wp-admin/theme-editor.php?file=C:\inetpub\vhosts\eeaust.com.au\httpdocs\blog/wp-content/themes/glossyblue-advanced-1-1/style.css&theme=glossyblue-advanced-1-1&a=te&scrollto=23922
	display: none;
}
#searchform #s {
	border:1px solid #b2d0e0;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }
.entry p{
	text-align:left;
	font-size:13px;
	line-height:18px;
	}

.entry h2{ color:#014979;}

.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 4px;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	/*list-style:circle inside !important;*/
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

/* PageNavi */

.more_entries {font-size:11px;}
.more_entries .wp-pagenavi {clear:both;float: right;}
.more_entries .wp-pagenavi a {text-decoration: none !important;}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #9f9f9f !important;}

.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { background: #EEEEEE;color: #666; padding: 4px !important; margin-left: 4px; border:1px solid #DDDDDD; line-height:24px; }

.more_entries .wp-pagenavi .extend { background:none; border:none; }

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

.sideTabs {
	width:308px !important;
	height:auto !important;
	min-height:258px;
	padding:5px;
	border:1px solid #ddd;
	background-color:#eeeeee;
	float:left;
	display: block;
}
.col2 .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border:1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
	cursor: pointer;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	border: 1px solid #ddd;
	text-decoration: none;
}
.col2 .mootabs_panel {
	display: none;
	clear: none;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 293px !important;
	padding:5px !important;
	border:1px solid #ddd !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:203px;
	}
.list1 li,.list2 li, .list3 li{
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #eee;
}
.list1 li a,.list3 li a,.list4 li a, .list5 li a{
	color: #666666;
	font-size: 12px;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
#tagcloud {
	float:left;
	width:306px;
	padding-top:10px;
}
.copyright { color:#666666;text-align:center;}	
.copyright a{ color:#666666 !important;}	
.copyright a:hover{ color:#666666; text-decoration:none;}

/*a img {border:0;}
.bookmark {list-style:none;margin:5px 0; padding:0;}
.bookmark li { width:auto; float:left; margin:1px 3px; opacity:.6; line-height:20px; list-style:none;}
.bookmark li:hover {opacity:100;}
.entry .bookmark ul li {
list-style:none;
margin-left:0;
padding:0;
}
.entry .bookmark li ul, .bookmark ul li {margin:0; padding:0; list-style:none;}

.entry .bookmark img {margin:0; padding:0;}*/
