﻿/*---------------------------------
------------ reset ----------------
---------------------------------*/

.master_clear {
	clear:both;
}
/*---------------------------------
--------- main layout -------------
---------------------------------*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	/*margin:20px auto;*/
	background-color: #fdfbed;
	/*width: 990px;*/
	color:#666666;
}
a {
	text-decoration:none;
}
a, a:visited, a:active {
	color: #666666;
}
a:hover {
	color: #000000;
}
.wrapper {
	width:990px;
	margin:0 auto;
}
p {
	margin:0;
	padding:0;
}
.title {
	width:800px;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-left:30px;
	margin-top:15px;
	margin-bottom:50px;
}
h2 {
	margin:0;
	font-weight:normal;
	font-style:italic;
}
h4 {
	margin:0;
	font-size:24px;
	font-weight:bold;
}
.divider-line {
	height:1px;
	background-color:#e8e6e6;
	border-top:1px #bcb9b9 solid;
	margin:0 50px;
	clear:both;
}

/*----------------------------------
----------- header start -----------
----------------------------------*/
.logo-area {
	width:955px;
	height:45px;
	float:left;
}
.logo-area img {
	float:left;
}
.header {
	margin:20px auto 0;
	width:990px;
	height:80px;
}
.clear-header-left, .clear-header-right {
	width:15px;
	height:45px;
}
.clear-header-left {
	float:left;
}
.clear-header-right {
	float:right;
}
.SocialSharingHolderTop {
	float:right;
	height:45px;
	width:112px;
	margin-top:50px;	
}

/*----------------------------------
------------- navigation -----------
----------------------------------*/

#top_shadow {
	height:15px;
	width:990px;
}
#navigation {
	margin-left: 15px;
	height: 40px;
	width: 960px;
	background-color: #ecedd7;
	display: block;
	z-index:1000;
	padding:0;
	position:relative;
}
#navigation_area {
	width:990px;	
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-image: url('../imagesn/top_shadow.png');
}
#navigation img {
	border:none;
	margin: -3px 0 -4px 5px;
}
/* Top menu items */
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
#navigation ul li {
	margin:0px;
	padding:0;
	float:left;
	position:relative;
	top:0px;
}
#navigation ul li a, #navigation ul li.nav-greet, #navigation ul li.nav-no-link {
	display:block;
	margin:0;
	border-right: 1px #a6a6a6 solid;
	padding:15px 10px 13px 10px;
	font-size:1em;
	line-height:1em;
	display:block;
	background:#ecedd7;
	text-decoration:none;
	color:#666666;
}
#navigation ul li.active-nav a {
	color:#fff;
	background:#000;
}
#navigation ul li a:hover {
	background:#fffeee; /* Top menu items background colour */
	color:#000;
}
#navigation ul li:hover a,
#navigation ul li.hover a { /* This line is required for IE 6 and below */
	background:#fffeee; /* Top menu items background colour */
	color:#000;
}
/* Submenu items */
#navigation ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:40px;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:15em; /* width of the drop-down menus */
	z-index:1;
}
#navigation ul ul li {
	left:-1px;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#navigation ul li ul li:first-child {
	border-top:1px #a6a6a6 solid;
}
#navigation ul ul li a,
#navigation ul li.active-nav li a,
#navigation ul li:hover ul li a,
#navigation ul li.hover ul li a { /* This line is required for IE 6 and below */
	margin:0;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#ecedd7;
	color:#666666;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-left: 1px #a6a6a6 solid;
	border-bottom:1px solid #a6a6a6; /* sub menu item horizontal lines */
	float:left;
	width:100%;
}
#navigation ul ul li a:hover,
#navigation ul li.active-nav ul li a:hover,
#navigation ul li:hover ul li a:hover,
#navigation ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#fffeee; /* Sub menu items background colour */
	color:#000;
	float:left;
}
/* Flip the last submenu so it stays within the page */
#navigation ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#navigation ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}
/* Make the sub menus appear on hover */
#navigation ul li:hover ul,
#navigation ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}
#navigation_area #right-link a {
	position:absolute;
	top:0px;
	right:0px;
	padding:12px 10px 13px 10px;
	border-left:1px solid #ccc;
}
#navigation_area #right-link a:hover{
	background:#fffeee;
}

/* ----------------------------------
--------------- Footer ---------------
------------------------------------ */

div.FooterMaster {
	background:#fdfbed url('../imagesn/footermaster-repeat.jpg') repeat-y;
	width:990px;
	bottom:0;
	clear:both;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	float:left;
}
div.Footer {
	width:960px;
	margin:0 auto;
	color:#d8d8d8;
	font-size:13px;
	position:relative;
}
div.Footer p{
	margin:0 0 10px 0;
}
div.FooterBottom {
	background:transparent url('../imagesn/footer_bottom.jpg');
	width:990px;
	height:25px;
	clear:both;
}
/* -- div.FooterMid {
	width:600px;
	margin:20px 0px 0px 10px;
	padding:10px;
	float:left;
} --*/
div.FooterLine {
    background: none repeat scroll 0 0 #b0b0b0;
    border-bottom: 1px solid #fdfbed;
    height: 1px;
    margin: 5px 0 0px;
}
div.Footer ul {
	margin:10px 0 0 10px;
	padding:0;
}
div.Footer ul li {
    list-style:disc;
    color:#066c5a;
}
div.Footer ul li a {
    color: #005d4d;
    text-decoration:none;
}
div.Footer ul li a:hover {
	color:#039074;
	text-decoration:underline;
}
div.Footer ul li.LiHeader {
	list-style:none;
	font-weight:bold;
	padding-bottom:5px;
	font-size:15px !important;
}
div.SocialLink {
	position:absolute;
	top:22px;
	right:20px;
}
div.LineDashed {
	width:100%;
	height:1px;
	border-top:1px #d8d6ca dashed;
	clear:both;
}
div.Copyright {
	width:920px;
	margin:10px 10px 0px;
	padding:10px 10px 40px;
	font-size:0.9em;
	text-align:center;
	height:40px;
	clear:both;
	color:#066c5a;
}
div.Copyright a {
	font-size:11px;
	color:#066c5a;
}
div.Copyright a:hover {
	color:#000;
}
.Footer-18Px {
	font-size:18px;
}
p.Footer-18Px a {
	color:#066c5a;
}
div.MidBox ul, div.FooterLeft ul, div.FooterRight ul {
	padding:0 5px;
}
div.FooterMaster img {
	outline:none;
	border:none;
}
div.FooterSocialLink {
	width:190px;
	height:40px;
	float:left;
	margin-left: 38px;
	margin-top:-15px;
}

/*-- div.FooterLeft {
	width:234px;
	margin:20px 0 0px 10px;
	padding:10px;
	float:left; 
}--*/
div.FooterLeft div.MidBox {
	width:185px;
	float:left;
}
div.FooterRight div.MidBox {
	width:160px;
	float:left;
	margin-top:-2px !important;
}

div.FooterLeft {
	width:555px;
	float:left;
	padding:10px;
	margin:10px;
}
div.FooterRight {
	width:325px;
	float:left;
	padding:10px;
	margin:10px;
}
.TermsLink{
	color:#666 !important;
}

.TermsLink:hover {
	color:#066c5a !important;
	text-decoration:underline;
}




/* ------------------------------------
------- floating menu by azman --------
-------------------------------------*/
#floatMenu {
                position:absolute;
                top:50%;
                /*top:250px;*/
                left:5px;
                width:58px;
                margin-top:-140px;
                padding:5px;
                border:1px solid #ccc;
                background:#ecf5fa;
                z-index:9999;
}
#floatMenu iframe.fb_ltr {
                margin:0 0 10px 5px !important;
                z-index:9999 !important;
}
#floatMenu div.floatFeedback {
                margin:6px 0 0 1px !important;
                /*margin: -12px 0 -5px !important;*/
                text-align:center;
}
#floatMenu div.floatStore{
	margin:6px 0 0 3px !important;
                /*margin: -12px 0 -5px !important;*/
                text-align:center;
}
/*#floatMenu div.floatFeedback a {
                font-family: Tahoma, Geneva, sans-serif !important;
                color: #168bbe !important;
}
#floatMenu div.floatFeedback a:hover {
                color:#000;
                text-decoration:underline;
}*/
#floatMenu .plusone{
	margin:10px 0 0 3px;
}

#floatMenu a.feedBack{
	display:block;
	width:54px;
	height:30px;
	background:url(../imagesn/FeedbackBtn.gif) no-repeat;
}
#floatMenu a.Store{
	display:block;
	width:50px;
	height:75px;
	background:url(../imagesn/FloatBarStoreIcon.gif) no-repeat;
}
#floatMenu a.feedBack:hover,
#floatMenu a.Store:hover{
	background-position:bottom;
}

/*-------------------------------------
-------- Splash Page Styles -----------
-------------------------------------*/

#Splash_layout {
	position:relative;/* edited by azman @22/6/2011 to cater for slider pagination */
	width:940px;
	margin:10px;	
}
#Splash_layout img {
	border:none;
}
#Logo_Container {
	height:45px;
	width:100%;
	float:left;
	clear:right;
	margin-bottom: 10px;
}
#SplashSlide {
	width:660px;
	height:330px;
	background:#ccc;
	float:left;
	clear:both;
}
#SplashRightButtons {
	width:280px;
	height:330px;
	float:left;
	position:relative;
	background:#ecedd7;
}
div.SplashVideoContainer, div.SplashSignUpHolder {
	background: none repeat scroll 0 0 #000000;
    float: left;
    border:1px solid #444;
}
div.SplashVideoContainer {
	height: 186px;
    margin: 10px;
    width: 258px;
}
div.SplashSignUpHolder {
    height: 110px;
    margin: 0 10px 10px;
}
div.SplashSocialButton {
	width:220px;
	height:90px;
	float:left;
	color:#fff;
	font-size:24px;
}
#SplashHighlights {
	width:720px;
	height:360px;
	float:left;
	margin:10px 0;
	position:relative;
	background: #edeedd url('../imagesn/sh_bg.png') repeat-x;
}
#SplashHighlights h2 {
	padding:10px;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
}
div.SGTopSchoolsContainer {
	margin:0 0 10px;
	width:940px;
	background:#edeedd;
	float:left;
	clear:both;
}
div.SGSchoolTitle {
	clear: both;
    font-size: 20px;
    font-weight: bold;
    margin:10px;
}
div.SGSchoolTitle img {
	float:left;
	clear:left;
	margin:10px 10px 10px 0;
}
div.SGTopColumn {
	font-size:16px;
	min-height:285px;
	width:435px;
	margin:10px 0 10px 8px;
	padding:10px;
	float:left;
	border:1px dashed #ccc;
	line-height:1.3em;
	background:#f3f5dc;
}
div.SGTopColumn a:hover {
	text-decoration:underline;
}
div.SGTopColumn h2 {
	font-size:24px;
	min-height:70px;
	line-height:1.3em;
}
div.SGTopColumn span {
	display:block;
	float:left;
	width:25px;
	padding-right:5px;
}
div.SgOtherSchoolContainer {
	background:#F3F5DC;
	float:left;
	clear:both;
	margin:10px;
	width:918px;
	border:1px dashed #ccc;
}
div.SgListColumn {
	width:276px;
	min-height:120px;
	padding:10px;
	margin-right:10px;
	background:#F3F5DC;
	float:left;
	line-height:1.5em;
}
div.SgListColumn a:hover {
	text-decoration:underline;
}
div.SplashColumn {
	width:240px;
	height:252px;
	float:left;
}
#SplashHighlights div.HighlightDescription {
    font-size: 16px;
    margin-top: 120px;
    padding: 10px 15px;
    text-align: center;
}
#CreateHighlights, #ShareHighlights, #LearnHighlights {
	width:240px;
}
#CreateHighlights {
	background:transparent url('../imagesn/create_test.png') no-repeat 0 10px;
}
#ShareHighlights {
	background:transparent url('../imagesn/share_test.png') no-repeat 0 10px;
}
#LearnHighlights {
	background:transparent url('../imagesn/learn_test.png') no-repeat 0 10px;
}
#SplashPageTestimonials {
	width:219px;
	height:360px;
	float:right;
	margin-top:10px;
	position:relative;
	color:#555;
	border-left:1px dashed #ccc;
	background: #edeedd url('../imagesn/sh_bg.png') repeat-x;
}
#SplashPageTestimonials h3 {
	text-align:center;
	font-size: 16px !important;
	width:220px;
}
span.CommentName, span.CommentName a {
	color:#066c5a;
	font-size:12px;
	text-align:right;
	display:block;
	padding:10px 0 0;
	font-style:italic;
}
span.CommentName a:hover {
	text-decoration:underline;
	color:#000;
}
div.TestimonialContainer {
	margin:10px 0 10px 10px;
	padding:0px 20px 10px 10px;
	font-size:14px;
}
div.TestimonialContainer div {
	padding:0 15px 0;
	line-height:1.3em;
}
#VideoContainer {
	width:940px;
	height:470px;
	float:left;
	background:transparent url('../imagesn/vid-holder.png') no-repeat;
	position:relative;
}
#VideoContainer h1 {
    font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 290px;
}
#SplashBrowseTest {
	width:940px;
	height:130px;
	background:transparent url('../imagesn/SplashBrowseTestBG.png') no-repeat;
	float:left;
	margin:10px 0 0;
}
#SplashBrowseTest h1 {
	float:left;
	color:#fff;
	padding:4px 0 0 20px;
	width:600px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:normal !important;
}
div.SplashBrowseTestButton {
	bottom: 85px;
    float: right;
    height: 56px;
    position: absolute;
    right: 53px;
    width: 256px;
}
div.SplashBrowseTestButton a {
	text-indent:-999999%;
	display:block;
	height:56px;
	width:256px;
	background:transparent url('../imagesn/BrowseTestButton.png') no-repeat 0 0;
}
div.SplashBrowseTestButton a:hover {
	background:transparent url('../imagesn/BrowseTestButton.png') no-repeat 0 -56px;
}
#Splash_layout div.Footer {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	width:940px;
	margin:0 auto;
	position:relative;
	color:#d8d8d8;
	font-size:16px;
	height:300px;
}
#Splash_layout div.FooterMid {
	margin:20px 0px 0px 55px;
}
div#SFB-Button a, div#STw-Button a, div#SBl-Button a,
div#SFB-Button a:hover, div#STw-Button a:hover, div#SBl-Button a:hover,
div#SplashSignupButton a, div#SplashSignupButton a:hover {
	height:90px;
	width:220px;
	display:block;
	text-indent:-99999%;
}
div#SplashSignupButton a {
	background:transparent url('../imagesn/SplashSignup_Btn.png')no-repeat 0 0;
}
div#SplashSignupButton a:hover {
	background:transparent url('../imagesn/SplashSignup_Btn.png')no-repeat 0 -90px;
}
div#SFB-Button a {
	background:transparent url('../imagesn/SplashFB_Btn.png') no-repeat 0 0;
}
div#SFB-Button a:hover {
	background:transparent url('../imagesn/SplashFB_Btn.png') no-repeat 0 -90px;
}
div#STw-Button a {
	background:transparent url('../imagesn/SplashTW_Btn.png') no-repeat 0 0;
}
div#STw-Button a:hover {
	background:transparent url('../imagesn/SplashTW_Btn.png') no-repeat 0 -90px;
}
div#SBl-Button a {
	background:transparent url('../imagesn/SplashBlog_Btn.png') no-repeat 0 0;
}
div#SBl-Button a:hover {
	background:transparent url('../imagesn/SplashBlog_Btn.png') no-repeat 0 -90px;
} 
/* ---------------------------------
----------- CSS by Azman -----------
--------------------------------- */

#SplashSlideNav {
	position:absolute;
	top:310px;
	left:10px;
	z-index:10;
}
#SplashSlideNav a {
	display:block;
	margin-right:3px;
	float:left;
	text-indent:-9999%;
	overflow:hidden;
	width:12px;
	height:12px;
	background-image:url(../imagesn/slider_nav.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#SplashSlideNav a.activeSlide {
	background-image:url(../imagesn/slider_nav.png);
	background-repeat:no-repeat;
	background-position:top;
}
#SplashSlideNav a:hover {
	background-image:url(../imagesn/slider_nav.png);
	background-repeat:no-repeat;
	background-position:top;
}
#SplashSlideNav a:focus {
	outline: none;
}
#TestimonialsSlideNav{
	position:absolute;
	top:305px;
	right:15px;
	z-index:10;
}
#TestimonialsSlideNav a {
	display:block;
	margin-right:3px;
	float:left;
	text-indent:-9999%;
	overflow:hidden;
	width:12px;
	height:12px;
	background-image:url(../imagesn/slider_nav.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#TestimonialsSlideNav a.activeSlide {
	background-image:url(../imagesn/slider_nav.png);
	background-repeat:no-repeat;
	background-position:top;
}
#TestimonialsSlideNav a:hover {
	background-image:url(../imagesn/slider_nav.png);
	background-repeat:no-repeat;
	background-position:top;
}
#TestimonialsSlideNav a:focus {
	outline: none;
}

/*----------------------------------
----------- Content Area -----------
----------------------------------*/

.container {
	float:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	background:#fff url('../imagesn/content-bg.jpg') repeat-y;
	z-index: auto;
	clear:both;
}
.content_area {
	margin:0 auto;
	position:relative;
	width: 960px;
	min-height:400px;
	border-top-color: #a6a6a6;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #a6a6a6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
span.important {
	color:red;
}
.popup-container {
	float:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	width:990px;
	background:#fff url('../imagesn/content-bg.jpg') repeat-y;
	z-index: auto;
}
.popup_content_area {
	margin:0 auto;
	position:relative;
	width: 960px;
	min-height:200px;
	border-top-color: #a6a6a6;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #a6a6a6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:-1px;
}

/*----------------------------------
-------- form element start --------
---------------------------------*/

input.btn, button.btn, .btn {
	border:1px #a6a6a6 solid;
	position:relative;
	color:#000;
	text-align:center;
	font-family:"Trebuchet MS", Georgia , "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	background-color:#e8e7e7;
	cursor:pointer;
	background:transparent url('../imagesn/button-shade.png') repeat-x;
	padding:7px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    top: 0px;
    left: 0px;
}
input.btn:hover, button.btn:hover {
	background:transparent url('../imagesn/button-shade-hover.png') repeat-x;
	color:#FFF;
	border:1px solid #c6c6c6;
}
.error-msg {
	float: left;
	position: relative;
	font-size: 12px;
	color:red;
	}
	
select {
	margin-right:5px;
	padding:5px;
}
.option {
	padding-left:10px;
}

/*----------------------------------
--------- registration page --------
----------------------------------*/

.registration_form {
	width:858px;
	float:left;
	position:relative;
	background-color:#fdfbed;
	margin:10px;
	padding-bottom:20px;
	padding-left:80px;
	border:1px #bebebe solid;
}
.registration_form .row {
	clear:both;
	margin-bottom:10px;
	position:relative;
}
.registration_form .title {
	margin-left: -60px;
}
input.registration {
	float:left;
	padding-top:2px;
	padding-left:5px;
	width:333px;
	height:25px;
	border:1px #cecbcb solid;
	background:#ffffff;
}
.registration_form div.row label, .registration_form div.row label.telerik-label {
	display:block;
	float:left;
	width:250px;
	padding-top:4px;
	margin-right:10px;
	text-align:right;
	font-size:18px;
}
.registration_form div.row label.telerik-label {
	padding-top:1px;
}

div.registration_form .note {
	float:left;
	width:300px;
	padding-top:4px;
	margin-left:265px;
	margin-bottom:10px;
	line-height:1.4em;
}
.registration_form .row .spam-check {
	float:left;
	margin-bottom:10px;
	width:338px;
	height:70px;
	background:#ffffff;
	border:1px #cecbcb solid;
}
/* --customized button -- */
.registration_form .row input.btn {
	margin-right:258px;
	float:right;
}
/* --customized button -- */

.registration_form .error-msg {
	margin:0px 0px 10px 260px;
}
.registration_form .row select {
	border:1px solid #cecbcb;
}
span.text-input #birthday {
	display:inline;
	width:333px;
	float:left;
}
select.know-us {
	width:341px;
	float:left;
}

/*----------------------------------
---------- feedback page -----------
----------------------------------*/

.feedback-container {
	width:938px;
	float:left;
	position:relative;
	padding:10px 0 40px 0;
	margin:10px;
	background-color:#fdfbed;
	border:1px #bebebe solid;
}
.feedback-row {
	position:relative;
	clear:both;
	padding-bottom:10px;
}
div.feedback-row label {
	display:block;
	float:left;
	width:250px;
	padding-top:7px;
	text-align:right;
	font-size:18px;
}
.feedback-container .error-msg {
	width:240px;
	margin-left:255px;
	padding:5px;
}

div.feedback-row input.registration {
	width:320px;
	margin-bottom:5px;
}

div.feedback-row select.feedback-select {
	height:22px;
	width:328px;
	float:left;
	margin:5px 0;
}

div.feedback-row input.attach-file {
	width:328px;
	border:1px solid #cecbcb;
	padding:5px;
	margin-top:7px;
}

textarea.feedback-text-input {
	width:500px;
	height:200px;
}

div.feedback-row input.btn {
	margin:5px 5px 5px 25px;
}

.feedback-button-holder {
	width:418px;
	margin:0 auto;
}

/* ---------------------------------
--------- feedback success ---------
--------------------------------- */

div.feedback-success-data-holder {
	width:938px;
}
div.feedback-success-item {
	width:680px;
	float:left;
	position:relative;
	margin:5px 5px 5px 200px;
}
div.feedback-success-data-holder label {
	display:block;
	float:left;
	width:250px;
	padding-top:7px;
	margin-right:10px;
	text-align:right;
	font-size:12px;
}
div.feedback-success-data-holder label.feedback-success-data {
	display:block;
	float:left;
	width:400px;
	padding-top:7px;
	font-size:12px;
	text-align:left;
}
div.feedback-success-button-holder {
	margin:0 auto;
	width:60px;
}
div.feedback-success-button-holder input.btn,div.feedback-success-button-holder button.btn {
	margin-top:50px;
}
/* ---------------------------------
-----------  login page  -----------
--------------------------------- */

#login_form #password .active-msg .login_button input.btn {
	margin-top:5px;
	width:75px;
}
#login_form #password .active-msg .login_button input.btn:hover {
	background-color:#fffeee;
} 
#login_form {
	border: 1px #CCCCCC solid;
	margin-left: 30px;
	background: #fdfbed;
	height: 160px;
	width: 345px;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 15px;
}
#username, #password{
	height:32px;
	font-size:12px;
	margin-bottom:10px;
	clear:both;
}
label.item {
	margin-top: 0px;
	padding-top:4px;
	width: 80px;
	text-align: center;
	float: left;
	font-size:18px;
	display:block;
}
.login-username {
	float:left;
	width:220px;
	position:relative;
	margin-left:15px;
}
.login-password {
	float:left;
	width:220px;
	position:relative;
}
input.login-username-input,
input.login-password-input {
	width: 223px;
	height: 19px;
	border:1px #cecbcb solid;
	padding:5px;
	margin-left:5px;
}
#login_form .active-msg {
	height:40px;
	width:328px;
	margin-top:5px;
	float:left;
	position:relative;
}
#login_form .active-msg .error-msg {
	padding:5px 0 0 2px;
	width: 230px;
	height:35px;
}
.login_button {
	height:34px;
	float:right;
	cursor:pointer;
}

/* ---------------------------------
---- Login and registration form ----
--------------------------------- */
div.RegistrationLoginContainer {
    background-color: #FDFBED;
    border: 1px solid #BEBEBE;
    margin: 10px;
}
div.RegistrationLoginContainer h1 {
	padding:10px 10px 15px;
}
div.RegistrationFormContainer {
	width:520px;
	float:left;
	background:#eeefdf;
	margin: 0px 10px 10px;
	padding: 0 10px 20px;
}
div.RegistrationFormContainer .row {
	clear: both;
    margin-bottom: 10px;
    position: relative;
}
div.RegistrationFormContainer div.row label, 
div.RegistrationFormContainer div.row label.telerik-label {
    float: left;
    font-size: 16px;
    padding-top: 4px;
    text-align: right;
    width: 215px;
}
div.RegistrationFormContainer span.AsterixIndicator {
	float:left;
	width:8px;
	height:20px;
	margin-right:2px;
	color:red;
	display:block;
}
div.RegistrationFormContainer .error-msg {
	margin: 0 0 5px 230px;
}
div.RegistrationFormContainer select.know-us {
	float: left;
    width: 282px;
}
div.RegistrationFormContainer .RegTitle {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-top: 15px;
}
.RegistrationFormContainer .note {
    float: left;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-left: 228px;
    padding-top: 4px;
    width: 283px;
    font-style:italic;
}
.RegistrationFormContainer input.registration {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CECBCB;
    float: left;
    height: 25px;
    padding:2px 0 0 5px;
    width: 275px;
}
.RegistrationFormContainer input.birthday {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CECBCB;
    float: left;
    height: 25px;
    padding:2px 0 0 5px;
    width: 160px;
}
.RegistrationFormContainer span.DateNote {
	padding:7px;
	float:left;
	font-style:italic;
}
.RegistrationFormContainer input.error, .LoginFormContainer input.error {
	background:#f4e2e5 !important;
	border:1px solid #d36b7c !important;
} 

.RegistrationFormContainer .spam-check {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CECBCB;
    float: left;
    height: 70px;
    margin:0 10px 10px;
    width: 280px;
}
div.RegistrationFormContainer .row input.btn {
    float: right;
    margin-right:13px;
}
div.RegistrationFormContainer, div.LoginFormContainer {
	margin-top:10px;
}
div.LoginFormContainer {
	float:left;
}
div#LoginForm {
	border: 2px #CCCCCC dashed;
	background: #fdfccc;
	padding:15px 17px 20px;
	float:left;
}
div#LoginForm .RegTitle {
	float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:25px;
}
div#LoginForm span.AsterixIndicator {
	color: red;
    display: block;
    float: left;
    height: 20px;
    margin-right: 2px;
    width: 8px;
}
div#LoginForm .ForgotPassword {
    float: left;
    width: 257px;
    padding:10px 0 0 2px;
}
div#LoginForm .ForgotPassword a {
	font-size:14px;
	color:red;
}
div#LoginForm .ForgotPassword a:hover {
	text-decoration:underline;
}
div#LoginForm div.login_button {
	float:right;
}
div#ForgotPass {
	border: 2px #CCCCCC dashed;
	background: #f9f7ed;
	padding:20px;
	float:left;
	margin-top:10px;
	font-size:18px;
	text-align:center;
	width:324px;
	text-decoration:underline;
}


/* ---------------------------------
------ submit test login form ------
--------------------------------- */

.submit-test-notification {
	padding:10px;
	margin:20px 30px;
	background: #fdfbed;
	border: 2px #CCCCCC dashed;
	font-size:1.4em;
}
.submit-test-notification img {
	float:left;
	padding-top:10px;
	margin-right:10px;
}
.submit-test-notification a {
	color:#781414;
	text-decoration:underline;
}
#submittest_login_form {
	border: 1px #CCCCCC solid;
	margin-top: 10px;
	margin-left: 30px;
	background: #fdfbed;
	width: 345px;
	padding:25px 5px 20px 20px;
}
#submittest_login_form .active-msg input.btn {
	width:200px;
	margin-bottom:5px;
	float:right;
}
#submittest_login_form .active-msg {
	width:320px;
}
.sp-login-btn-holder {
	float:right;
	margin-right: 25px;
}
.st-login-btn-holder, .st-login-btn-holder input.btn {
	float:right;
	margin:0 13px 5px 0;
}
#st-username, #st-password{
	height:32px;
	font-size:12px;
	margin-bottom:12px;
	clear:both;
}
#st-submittest_login_form {
	border: 1px #CCCCCC solid;
	margin-top: 10px;
	margin-left: 30px;
	background: #fdfbed;
	width: 418px;
	padding:20px 0px 5px 20px;
}
input.st-login-username-input, input.st-login-password-input {
    border: 1px solid #CECBCB;
    height: 19px;
    margin-left: 5px;
    padding: 5px;
    width: 295px;
}
/* --------------------------------
------ submit test anonymous ------
--------------------------------- */

.submit-test-container {
	width:600px;
	margin:0 auto;
	text-align:center;
}
.submit-test-container p {
	font-size:18px;
	margin:20px 10px;
}
.submit-test-container span.score-low {
	color:#f10000;
}
.submit-test-container span.score-high {
	color:#288d00;
}
.submit-test-container input.btn {
	margin:10px auto;
}
.submit-test-container input.submittest-email-add {
	width:240px;
	border: 1px #CCCCCC solid;
	padding:5px;
}

/*---------------------------------
--------- forgot password ---------
---------------------------------*/

#forgot-password-box {
	height:215px;
	width:500px;
	margin-left:30px;
	padding:10px 10px 10px 15px;
	border: 1px #CCCCCC solid;
	background: #fdfbed;
}
#forgot-password-box .error-msg {
	margin-left:205px;
}
.fp-text-input {
 	float:right;
 	padding:5px;
 	margin:5px;
	height:20px;
	width:280px;
	border:1px #cecbcb solid;
}
span.fp-label {
	width:100px;
	font-size:18px;
	line-height:40px;
	text-align:right;
}
#fp-email {
	position:relative;
	display:block;
}
#fp-spam-img {
	width:290px;
	float:right;
	margin:5px;
	background:#fff;
	border:1px #cecbcb solid;
}
#forgot-password-box input.btn {
	float:right;
	margin:5px 5px 0 0;
}
/* --------------------------------
----------- user profile ----------
-------------------------------- */

div#profile-tab{
	margin:10px;
}
div#profile-tab.ui-widget{
	padding:0;
	border:none;
	background:transparent;
}
div#profile-tab ul.ui-widget-header{
	padding:0;
	border:none;
	border-bottom:1px solid #cecbcb;
	background:transparent;
}
div#profile-tab .ui-tabs-nav li{
	margin:0;
	margin-right:1px;
	border:1px solid #cecbcb;
}
div#profile-tab .ui-state-active{
	background:#fff;
}
div#profile, div#other-details{	
	min-height:440px;
	background-color: #fff;
	border-left:1px #cecbcb solid;
	border-right:1px #cecbcb solid;
	border-bottom:1px #cecbcb solid;
}
div#profile-tab .ui-widget-content {
	font-size:18px;
	color:#666;
	padding:40px 0 0 100px;
}
#profile .row, #other-details .row {
	clear:both;
	margin-bottom:10px;
}
#profile .row label, #other-details .row label {
	width:200px;
	text-align:right;
	display:block;
	float:left;
	padding-top:4px;
}
span.validator {
	width:10px;
	margin-right:15px;
	float:left;
	color:#ff0000;
	font-size:12px;
}
#profile .profile-username {
	float:left;
	color:#666;
	padding:4px 0 0 0;
}
#profile input.registration,#other-details input.registration, #profile input.profile-birthday {
	float:left;
	background:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#profile input.profile-birthday {
	width:200px;
	height:25px;
	padding-top:6px;
	padding-left:5px;
	border:1px #cecbcb solid;
}
div.row .date-icon img{
	margin:10px 0 0 5px;
}

div.button-holder {
	width:565px;
}
div.button-holder .btn {
	min-width:5em;
	max-width:8em;
	float:right;
	font-family: "Trebuchet MS",georgia,times new roman;
}

/*---------------------------------
----- question list / q_list ------
---------------------------------*/

#label-box {
	width:200px;
	float:left;
}
#subject-box {
	width:700px;
	float:left;
}
#q-button-box {
	width:190px;
	margin-top:4%;
	float:left;
}
#q-button-box input.btn {
	width:180px;
	margin-bottom:5px;
}
div.manage-qlist div.qlist-label-h2 {
	width:200px;
	font-size:18px;
	padding-bottom:3px;
	font-style:italic;	
	float:left;
}
div.manage-qlist div.qlist-sub-title {
	width:400px;
	font-size:18px;
	font-weight:bold;
	padding-bottom:3px;
	float:left;
}
div.manage-qlist div.qlist-label {
	width:200px;
	float:left;
	padding-bottom:3px;
	font-style:italic;
}
div.manage-qlist .q-data {
	width:400px;
	padding-bottom:3px;
	float:left;
}

div.manage-qlist .q-data a {
	color:red;
	text-decoration:underline;
}
#manage-question {
	margin:20px 10px 0;
	border-left:1px #bebebe solid;
	border-right:1px #bebebe solid;
	border-bottom:1px #bebebe solid;
	background:#ffffff;
}
.qlist-title-bar {
	background:#f3f3c6;
	border-top:1px #bebebe solid;
	border-bottom:1px #bebebe solid;
}
.qlist-title-bar .ql-row-title .ql-no {
	margin-left:3px;
}
.qlist-title-bar .ql-last-update {
	width:115px;
	padding-left:5px;
}
.qlist-title-bar h3{
	font-size:16px;
	margin:8px 0px 10px 10px;
	padding:0;
	font-weight:normal;
}
#question-description {
	width:898px;
	background:#ffffff;
	padding:20px;
}

#question-list {
	/*--min-height:400px;--*/
	width:938px;
	position:relative;
	float:left;
}
.ql-row-title {
	margin:5px 0 10px 0;
	padding-top:5px;
	font-size:16px;
	font-weight:normal;
}
.ql-row {
	margin:5px 0;
	padding:5px 0;
}
.odd{
	background:#fff;
}
.even{
	background:#ececec;
}
.ql-no {
	width:25px;
	float:left;
	text-align:center;
	padding-right:15px
}
.ql-row-title .ql-no {
	width:35px;
	padding:0;
}
.ql-question {
	width:520px;
	float:left;
}
.ql-img {
	width:20px;
	height:20px;
	float:left;
	padding-right:20px;
}
.ql-type {
	width:135px;
	float:left;
}
.ql-last-update{
	width:110px;
	float:left;
	text-align:center;
}
.ql-action {
	float:right;
	width:80px;
	text-align:center;
}
.ql-action ul{
	margin:0;
	padding:0;
	list-style:none;
}
.ql-action ul li{
	display:inline;
	margin:0;
	padding:0;
}
.ql-action ul li a{
	display:inline;
	float:left;
	width:16px;
	height:16px;
	margin:0 5px;
	text-indent:-9999%;
}
.ql-action  li a.edit{
	background:transparent url('../imagesn/pencil_16.png') no-repeat left;
}
.ql-action  li a.view{
	background:transparent url('../imagesn/search_16.png') no-repeat left;
}
.ql-action  li a.delete{
	background:transparent url('../imagesn/delete_16.png') no-repeat left;
}
/*--------------------------------
------------ ts_list -------------
--------------------------------*/
.ts-list-content {
	margin:0px 10px 10px;
	border-left:1px #bebebe solid;
	border-right:1px #bebebe solid;
	border-bottom:1px #bebebe solid;
	background:#ffffff;
	position:relative;
}
.ts-divider-line {
	height:1px;
	background-color:#e8e6e6;
	border-top:1px #bcb9b9 solid;
	clear:both;
}
.search-bar-box select.search-papers{
	width:600px;
	padding:8px;
	font-size:12px;
	border:1px #cecbcb solid;
	margin:0 10px;
	float:left;
}
.search-bar-box span.size-18 {
	padding-top:4px;
	float:left;
	display:block;
	margin-left:70px;
}
.search-bar-box input.btn {
	float:left;
}
.list-pagination {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	font-size:16px;
	margin:5px 20px 5px 0;
	float:right;
}
.ts-list-content .qlist-title-bar h3.item-no {
	width:26px;
	float:left;
	/*margin-left:25px;*/
}
div.ts-list-subject, div.ts-list-subject-even {
	width:938px;
	padding-bottom:10px;
	position:relative;
}
.ts-list-subject {
	background:#fff;
}
.ts-list-subject-even {
	background:#ffffef;
}
.ts-list-row {
	float:left;
	position:relative;
	width:620px;
	padding-bottom:5px;
}
.ts-item-no {
	float: left;
    margin-top: 15px;
    min-height: 200px;
    padding-left: 10px;
    width: 30px;
}
.st-subject-info {
	width:625px;
	float:left;
	margin-top:15px;
}
.subject-info {
	width:680px;
	float:left;
	margin-top:15px;
	position:relative;
}
span.ts-list-label {
	width:145px;
	float:left;
	position:relative;
	font-style:italic;
}
span.ts-sub-label {
	width:145px;
	float:left;
	position:relative;
	font-size:18px;
	font-style:italic;
}
span.ts-sub-name {
	width:473px;
	float:left;
	font-size:18px;
	font-weight:bold;
}
span.ts-list-item {
	width:470px;
	float:left;
	position:relative;
}
.ts-list-content .qlist-title-bar h3.title {
	margin:8px 0 0 3px;
	width:200px;
	float:left;
} 
.ts-list-content .qlist-title-bar h3.status-msg {
	padding-right:167px;
	float:right;
}
.ts-list-content .qlist-title-bar h3.st-status-msg {
	padding-right:200px;
	float:right;
}
div.status-box {
	width:175px;
	float:left;
	margin:15px 0 10px;
}
div.status-box p {
	margin:0;
	padding:0;
}
.dd-status {
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 150px;
}
.status-hidden {
	padding:5px 0 40px 50px;
	font-size:18px;
	font-weight:bold;
	color:#666666;
	background-image: url('../imagesn/delete_32.png'); background-repeat:no-repeat;
}
.status-public {
	padding:5px 0 40px 50px;
	font-size:18px;
	font-weight:bold;
	color:#698d0a;
	background-image: url('../imagesn/tick_32.png'); background-repeat:no-repeat;
}
.status-box .pending-changes {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 2px solid #666666;
    margin: 0 0 5px;
    padding: 5px;
}
.status-box .pending-changes a {
	color:red;
	text-decoration:underline;
}
.status-box .pending-changes a:hover {
	color:#000;
	text-decoration:underline;
}
.status-box .edit, .status-box .delete, .status-box .manage, .status-box .view-comments {
	height:20px;
	padding-left:20px;
	line-height:16px;
}
.status-box dd {
	display:block;
	margin-bottom:2px;
	margin:0;
	padding:3px;
}
.status-box dd a {
	display:inline-block;
}
.status-box dd a:hover {
	font-weight:bold;
	text-decoration:underline;
}

.status-box .edit {
	background-image:url('../imagesn/pencil_16.png');background-repeat:no-repeat;
}
.status-box .delete {
	background-image: url('../imagesn/trash_16.png');background-repeat:no-repeat;
}
.status-box .manage {
	background-image: url('../imagesn/gear_16.png');background-repeat:no-repeat;
}
.status-box .view-comments {
	background-image: url('../imagesn/comment.png');background-repeat:no-repeat;
}

/*-------------------------------
------------ ts_new -------------
-------------------------------*/

#ts-new-content {
	width:938px;
	float:left;
	padding-bottom:40px;
	margin:10px;
	background-color:#fdfbed;
	border:1px #bebebe solid;
}
#ts-new-content .error-msg {
	margin-bottom:5px;
	float:right;
}
#ts-new-content .ts-new-row {
	width:700px;
	margin-left:60px;
	clear:both;
	min-height:50px;
}

#ts-new-content .ts-new-row span.remarks {
	width: 493px;
	min-height:34px;
	padding:5px 0 0 5px;
	float:right;
	clear:both;
	line-height:1.5em;
}
#ts-new-content .ts-new-row select.ts-new-option-select {
    float: left;
    height: 22px;
    width: 488px;
}
#ts-new-content .ts-new-row input.ts-new-data {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CECBCB;
    float: left;
    height: 25px;
    padding-left: 5px;
    width: 480px;
}
#ts-new-content .ts-new-row .SelectLeft {
	float:left;
	font-size:14px;
	padding:2px 10px 0 0;
}

select.ts-option-select {
	width:340px;
	float:left;
	height:22px;
}

#ts-new-content input.btn {
	float:right;
	margin-right:10px;
}

.ts-label, .ts-label-telerik {
	width:170px;
	font-size:18px;
	text-align:right;
	float:left;
	margin-right:20px;
	padding:5px 10px 0 0;
	position:relative;
}
.ts-label-telerik {
	padding-top:0;
}
textarea.ts-new-textarea {
	width:482px;
	height:60px;
}
.SourceNote {
	margin:25px 0 10px 201px;
}
#ts-new-content div.important {
	width:10px;
	color:red;
	float:right;
	position:absolute;
	right:0;
	top:0;
}
/*-------------------------------
-------- question entry  --------
-------------------------------*/

.q-entry-container {
	width:938px;
	float:left;
	position:relative;
	padding-bottom:40px;
	margin:10px;
	background-color:#fff;
	border:1px #bebebe solid;
}
.q-entry-container .title {
	margin:10px 0 0 10px;
	padding:0;
}
p {
	margin:0 0 0 10px;
	padding:0;
	clear:both;
}
.help-accordion, .img-gallery-accordion {
	background:#fdfeee;
	margin:10px;
	border:1px solid #BEBEBE;
}
.entry-row-button {
	height:40px;
	width:900px;
	margin-left:10px;
	float:left;
}
.entry-row-button input.btn {
	float:left;
	margin-right:5px;
}
/*------------------------------
-------- question preview ------
-----------------------------*/

div.q-preview {
	margin:10px;
	padding:10px;
	border:1px #666 solid;
	background:#f7f7f7;
}
input.answer-text {
	width:10em;
	padding:8px;
	font-size:12px;
	border:1px #cecbcb solid;
	margin:0 10px;
}
.q-entry-container .error-msg {
	margin:10px;
}
p.correct-answer {
	color:#666677;
	font-style:italic;
	margin:0 0 0 0;
	padding:0;
}
p.q_exp {
	margin:0;
	padding:0;
}

/*-----------------------------
-------- question popup -------
-----------------------------*/

.popup-bottom-img {
	width:990px;
	margin:0 auto;
}
/*-----------------------------
---------- q_fib_entry --------
-----------------------------*/

.q-entry-container .q-fib-text-input {
	width:918px;
	min-height:310px;
	margin:10px auto;
}
/*-----------------------------
---------- q_match_entry ------
----------------------------*/

.q-entry-container .q-match-text-input {
	width:918px;
	min-height:310px;
	margin:10px auto;
}
.q-match-list {
	padding:10px;
	margin:5px 0 0 0;
	font-size:18px;
	font-weight:bold;
}
.q-match-input {
	width:400px;
	height:25px;
	margin:0 5px;
	padding-top:6px;
	padding-left:5px;
	border:1px #cecbcb solid;
	background:#ffffff;
}
.QMatchEntryNo {
	width:20px;
	display:block;
	float:left;
	margin: 5px 10px 0 0;
}
/*----------------------------
------ q_match_preview -------
---------------------------*/

.match-preview-list {
	padding:5px 10px !important;
	clear:both;
}
input.match-answer-text {
	width:0.5em;
	background:#ffffff;
	padding:0px 5px 3px 5px;
	margin:0 10px !important;
	font-size:12px;
	font-family:inherit;
	border:1px #cecbcb solid;
	text-align:center;
	/* float:left; */
}
input.match-answer-text.false {
	background:#f0b9c4;
	border:1px #b16a78 solid;
	color:#7e3a47;
	font-weight:bold;
	font-family:inherit;
}
.match-preview-list span {
	float:left;
	display:block;
	padding:3px 10px;
}
span.num-holder {
	width:10px;
}
span.match-left, span.match-right {
    width: 270px;
}
.match-answers-details {
	min-width:240px;
	margin:10px 0 20px 0px;
}
.match-answers-details span {
	margin:0;
}

/*----------------------------
------- q_obv_entry ----------
----------------------------*/

.q-entry-container .q-obv-text-input {
	width:918px;
	min-height:310px;
	margin:10px auto;
}
.q-obv-list {
	padding:10px;
	margin:5px 0 0 0;
	font-size:18px;
	font-weight:bold;
}
input.obv-radio-select {
	margin:5px 10px;
}
input.obv-text-input {
	width:800px;
	height:25px;
	margin:0 10px;
	padding-top:6px;
	padding-left:5px;
	border:1px #cecbcb solid;
	background:#ffffff;
}
/*----------------------------
-------- q_tf_entry ----------
---------------------------*/

.q-tf-text-input {
	width:918px;
	min-height:310px;
	margin:10px auto;
}
.q-tf-radio-select {
	font-size:18px;
	font-weight:normal;
}

/*----------------------------
----- q gallery styling ------
----------------------------*/

div.q-gallery-img-holder {
	width:528px;
	height:344px;
	margin:10px auto;
	background:#ccc;
}
div.q-gallery-thumbnail-holder {
	width:528px;
	height:120px;
	margin:10px auto;
	background:#fff;
}
.entry-row-button-q-gallery {
	margin: 0 auto;
	width:450px;
	position:relative;
}
.img-uploader-holder {
	width:320px;
	min-height:180px;
	margin:10px auto;
	background:#fff;
}
/*------------------------------
--- Jquery Accordion styles ----
------------------------------*/
#accordion {
	width:918px;
	margin:10px auto;
}
.help-accordion, .img-gallery-accordion {
	background:#fdfeee;
	margin:10px;
	border:1px solid #BEBEBE;
}
ul.vid-list-page {
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}
ul.vid-list-page li {
	float:left;
	width:750px;
	padding:0;
	margin:10px 0 0 0px;
}
ul.vid-list-page a img {
	margin:0;
	padding:0;
	border:1px solid #a6a6a6;
}
ul.vid-list-page a:focus {
	border:none;
	outline:none;
}
div.vid-desc-left {
	float:left;
	margin-right:20px;
}
div.vid-desc-right {
	float:left;
}
ul.vid-list-page p {
    width:450px;
    margin:0;
    padding:0;
    word-wrap:break-word !important;
}
ul.vid-list-page p.vid-desc-title{
    font-size: 19px;       
    width:450px;
    margin:0;
    padding:0;
    word-wrap:break-word !important;
}
.watch-now a {
	display:block;
	height:18px;
	width:90px;
	margin-top:15px;
	padding:8px 0px 0px 40px;
	color:#106c5a;
	background: url(../imagesn/watch-video-icon.png) no-repeat left;
}
.watch-now a:hover {
	color:#168670;
	text-decoration:underline;
}
span.vid-hover {
	position:absolute;
	display:block;
	width:150px;
	height:100px;
	border:1px solid #3e3e3e;
	background: url(../imagesn/vid-hover-3.png) no-repeat;
}
span.intro-cbox-hover {
	position:absolute;
	display:block;
	width:300px;
	height:200px;
	border:1px solid #3e3e3e;
	background: url(../imagesn/intro-cbox-hover.png) no-repeat;
}

span.SplashVideoContainer-hover{
	position:absolute;
	display:block;
	width:258px;
	height:186px;
	border:1px solid #3e3e3e;
	background:url(../imagesn/splash-video-hover.png) no-repeat;
}

span.IntroVideoThumb-hover{
	position:absolute;
	display:block;
	width:294px;
	height:200px;
	border:1px solid #3e3e3e;
	background:url(../imagesn/IntroTempHover.png) no-repeat;
}

/* -----------------------------
------ mid bar navigation ------
------------------------------*/

.mid-bar-nav {
	height: 40px;
	background-color: #F3F3C6;
	display: block;
	z-index:1000;
	padding:0;
	position:relative;
	border-bottom: 1px solid #BEBEBE;
}
.mid-bar-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.mid-bar-nav ul li {
	margin:0px;
	padding:0;
	float:left;
	position:relative;
	top:0px;
}
.mid-bar-nav ul li a {
	display:block;
	margin:0;
	border-right: 1px #a6a6a6 solid;
	padding:15px 10px 13px 10px;
	font-size:1em;
	line-height:1em;
	display:block;
	background:#F3F3C6;
	text-decoration:none;
	color:#666666;
}
.mid-bar-nav ul li.active-mid-nav a,.mid-bar-nav ul li.active-mid-nav a:hover {
	color:#000;
	background:#d0e287;
	border-bottom-style:none;
}
.mid-bar-nav ul li a:hover {
	background:#fffeee; /* Top menu items background colour */
	color:#000;
}
.mid-bar-nav ul li:hover a,
.mid-bar-nav ul li.hover a { /* This line is required for IE 6 and below */
	background:#fffeee; /* Top menu items background colour */
	color:#000;
}
/* Submenu items */
.mid-bar-nav ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:40px;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:15em; /* width of the drop-down menus */
}
.mid-bar-nav ul ul li {
	left:-1px;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
.mid-bar-nav ul li ul li:first-child {
	border-top:1px #a6a6a6 solid;
}
.mid-bar-nav ul ul li a,
.mid-bar-nav ul li.active-mid-nav li a,
.mid-bar-nav ul li:hover ul li a,
.mid-bar-nav ul li.hover ul li a { /* This line is required for IE 6 and below */
	margin:0;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#ecedd7;
	color:#666666;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-left: 1px #a6a6a6 solid;
	border-bottom:1px solid #a6a6a6; /* sub menu item horizontal lines */
	float:left;
	width:100%;
}
.mid-bar-nav ul ul li a:hover,
.mid-bar-nav ul li.active-mid-nav ul li a:hover,
.mid-bar-nav ul li:hover ul li a:hover,
.mid-bar-nav ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#fffeee; /* Sub menu items background colour */
	color:#000;
	float:left;
}
/* Flip the last submenu so it stays within the page */
.mid-bar-nav ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
.mid-bar-nav ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}
/* Make the sub menus appear on hover */
.mid-bar-nav ul li:hover ul,
.mid-bar-nav ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}
/* -----------------------------
----- text snippet styling -----
------------------------------ */

div.text-snippet-input {
	margin:0 5px 10px 10px;
	float:left;
}
div.snippet-content {
	width:243px;
	height:378px;
	margin:0 10px 10px 5px;
	background:#fff;
	float:left;
}

/* ------------------------------
------ top 10 tests page --------
--------------------------- */

#default-search-tab .ts-sub-name-default a {
	color:#106c5a;
}
#default-search-tab .ts-sub-name-default a:hover {
	color:#168670;
	text-decoration:underline;
}
.default-search-box {
	margin:22px;
	margin-bottom:5px;
	width:780px;
	float:left;
}
.default-search-box .default-search-papers {
	padding:0;
}
.search-papers-select {
	border:1px solid #cecbcb;
	float:left;
	margin:0 0 3px 0;
	padding:0;
	height:22px;
}
.default-search-box .default-search-subject {
	height:30px;
	float:left;
	padding:5px 10px 0 0;
}
.default-search-box .default-search-country {
	height:30px;
	float:left;
	padding:5px 10px 0 0;
	margin-left:82px;
}
.default-search-box .default-search-grade {
	height:30px;
	float:left;
	padding-top:5px;
}
.default-search-box .default-search-select-grade {
	border:1px solid #cecbcb;
	padding:0;
	margin:0;
	height:22px;
}
.default-search-box .default-search-school {
	height:30px;
	float:left;
	padding:0;
	margin-left:94px;
}
.default-search-box .default-search-select-country {
	border:1px solid #cecbcb;
	padding:0;
	height:22px;
}
.default-search-box .default-search-select-subject {
	border:1px solid #cecbcb;
	padding:0;
	height:22px;
}
.default-search-box .default-search-select-school {
	border:1px solid #cecbcb;
	padding:0;
	height:22px;
}
.default-search-box .default-search-select-sort {
	border:1px solid #cecbcb;
	padding:0;
	margin:0;
	height:22px;
}
.default-search-box .default-search-sort {
	float: left;
    height: 30px;
    padding:0;
    margin-left:25px;
}
.default-search-button {
	width:115px;
	margin-top:45px;
	margin-left:5px;
	float:left;
} 

.default-search-box label {
	float:left;
	font-size:18px;
	padding-right:5px;
}
.default-img-slides {
	width:768px;
	margin:15px auto 30px auto;
	height:90px;
	background:#ffffff;
	border:1px solid #666;
}
.default-img-slides img {
    border:none;
    outline:none;
}
#slide-nav { 
	z-index: 50; 
	position: absolute; 
	bottom: -25px; 
	right: 0;
}
#slide-nav a  {
    display:block;
    width:22px;
    height:22px;
    background:url("../imagesn/img_slider_bullets.png") no-repeat;
    text-indent:-9999px;
    border:0;
    float:left;
}
#slide-nav a.activeSlide { 
	background-position:0 -22px; 
}
#slide-nav a:focus { 
	outline: none; 
}
div#default-search-tab {
	margin:10px;
}
.ts-list-row-default {
	float: left;
    padding-bottom: 5px;
    position: relative;
    width: 700px !important;
    line-height:1.4em;
}
.ts-sub-name-default {
	font-size: 18px;
    font-weight: bold;
    line-height:1.1em;
}
.ts-sub-name-default, .ts-list-item-default {
	float: left;
    width: 575px;
}
span.ts-list-item-default a {
	color:#066c5a;
	text-decoration:underline;
}
span.ts-list-item-default a:hover {
	color:#000;
}

div#default-search-tab .ui-tabs-panel{
	padding:0;
	border:none;
}
div#default-search-tab.ui-widget{
	padding:0;
	border:none;
	background:transparent;
}
div#default-search-tab ul.ui-widget-header{
	padding:0;
	border:none;
	border-bottom:1px solid #cecbcb;
	background:transparent;
}
div#default-search-tab .ui-tabs-nav li{
	margin:0;
	margin-right:1px;
	border:1px solid #cecbcb;
}
div#default-search-tab .ui-state-active{
	background:#fff;
}
div#default-search-tab #search-tab-most-popular, 
div#default-search-tab #search-tab-new-tests, 
div#default-search-tab #search-tab-trending-tests, 
div#default-search-tab #search-tab-all-tests, 
div#default-search-tab #search-tab-search-results{	
	background-color: #fff;
	border-left:1px #cecbcb solid;
	border-right:1px #cecbcb solid;
	border-bottom:1px #cecbcb solid;
}
div#default-search-tab .ui-widget-content {
	color:#666;
}
div.status-box-default {
	float: left;
    padding: 0 10px;
    width: 170px;
}
div.status-box-default input.btn {
    float: left;
    margin: 0 2px 20px;
    clear:left;
}
.status-box-default ul {
	list-style:disc;
	margin:0;
	padding:10px 0 0px 13px;
}
.status-box-default ul li {
	padding-bottom:5px;
}
.status-box-default ul li a {
	font-style:italic;
}
.status-box-default ul li a:hover {
	color:#106c5a;
	text-decoration:underline;
}
.rating-star {
	display: block;
    float: left;
    height: 25px;
    margin: 15px 0;
    padding: 0;
    width: 115px;
}
div.social-sharing {
	margin:5px 0;
	width:200px;
}
div.social-sharing img {
	border:none;
}
div.social-sharing a {
	float:left;
	padding-right:3px;
}
a#FbThumb, a#TwThumb, a#EmailThumb, a#AtThumb {
	margin-top:-2px;
}
a#AtThumb {
	padding-right:4px;
}
div.GooglePlus {
	position:relative;
	width:90px;
}

.addthis_button_google_plusone {
     margin:1px 0 0 -5px;
}
div#default-search-tab .default-comment-link {
	height:20px;
	width:155px;
	margin:5px 5px 5px 0;
	background:url('../imagesn/comnt-icn.gif') no-repeat 0 4px;
	padding-left:18px;
}
.default-comment-link a {
	text-decoration:underline;
}
.default-comment-link a:hover {
	text-decoration:underline;
	color:#168670;
}

.subject-info-default {
	float: left;
    margin-top: 15px;
    min-height: 205px;
    position: relative;
    width: 700px;
}
span.ts-sub-label-default {
	width:120px;
	float:left;
	position:relative;
	font-size:18px;
	font-style:italic;
}
span.ts-list-label-default {
	width:120px;
	float:left;
	position:relative;
	font-style:italic;
}
.pagination-holder-tab {
	padding:10px 0;
	height:20px;
	clear:both;
}
.list-pagination a,
.pagination-holder-tab .list-pagination a  {
	color:#666;
}
.list-pagination a:hover,
.pagination-holder-tab .list-pagination a:hover {
	color:#000;
	text-decoration:underline;
}
.pag-active{
	color:#106c5a !important;
	text-decoration:underline;
}

/* --------------------------------
----- New Test info page CSS ------
-------------------------------- */

div.test-info-box-default {
	float: left;
    padding: 0 10px;
    width: 200px;
}

.test-info-default {
	float: left;
    margin-top: 15px;
    min-height: 205px;
    position: relative;
    width: 678px;
}
.test-info-row-default {
	float: left;
    padding-bottom: 5px;
    position: relative;
    width: 678px !important;
    line-height:1.4em;
}
.test-info-sub-name-default {
	font-size: 18px;
    font-weight: bold;
    padding-bottom:5px;
	line-height:1.1em;
}
.test-info-sub-name-default, .test-info-item-default {
	float:left;
	width:558px;
}
span.test-info-item-default a {
	color:#066c5a;
	text-decoration:underline;
}


/* --------------------------------
----- New Top 10 search panel -----
-------------------------------- */

div.NewSearchPanel {
	width:770px;
	margin:10px;
	float:left;
	position:relative;
	padding:0 0 0 5px;
}
div.NewSearchPanel-Tslist {
	width:770px;
	margin:25px 10px 0;
	float:left;
	position:relative;
	padding:0 0 0 5px;
}
div.SearchPanelRow {
	float:left;
	width:770px;
}
div.SearchPanelRow-Country {
	float:left;
	width:278px;
}
div.SearchPanelRow-Short {
	height:30px;
	width:245px;
	float:left;
}
div.SearchPanelRow-Tslist {
	height:30px;
	width:380px;
	float:left;
}
div.SearchPanelRow, div.SearchPanelRow-Country, div.SearchPanelRow-Short {
	margin:0 0 5px;
}
div.SearchIndicator {
	height:23px;
	width:20px;
	float:left;
	margin-top: 4px;
}
div.SearchLabel {
	height:18px;
	width:90px;
	float:left;
	font-size:16px;
	padding-top:1px;
}
div.default-search-button-ts {
	float:left;
	width:150px;
	margin-top:40px;
}
div.default-search-button-new {
	float:left;
	width:150px;
	margin-top:10px;
}
.SearchSelectStyle {
	border: 1px solid #CCCCCC;
	margin-top:4px;
	height:22px;
	padding:2px;
}
div.SortSelect {
	width:140px;
	margin:0 5px;
	height:30px;
	float:left;
	padding:0 5px;
	font-size:14px;
}
div.SearchTips {
	width:150px;
	float:left;
	margin-top:15px;
}
div.FilterHelpIcon {
	width:16px;
	height:16px;
	float:left;
	margin: 3px 3px 0 0;
}
div.FilterHelpText {
	float:left;
	margin:2px 0 0 5px;
	text-decoration: underline;
}

/* -------------------------------
---------- Saved test ------------
------------------------------- */

.st-status-box {
	width:250px;
	float:left;
	margin-top:15px;
}
.st-status-box p {
	margin:0;
	padding:0;
}
.st-status-box .loading-bar {
	width:200px;
	height:20px;
	border:1px solid #ccc;
	margin:5px 0;
}
.st-status-box .loading-bar .load-indicator {
	width:2px;
	height:20px;
	background-color:#b1f778;
}
.st-status-box input.btn {
	margin-bottom:5px;
}

/* -------------------------------
----------- Take test ------------
------------------------------- */

div.taketest-sub-info {
	/*width:700px;*/
	min-height:225px;
	background:#fff;
	padding-left:20px;
	float:left;
	border-bottom:1px solid #A6A6A6;
}
div.taketest-timer-holder {
	width:230px;
	height:225px;
	padding:10px 20px 10px 0;
	float:left;
}
div.taketest-sub-info .ts-list-subject {
	background:transparent;
	width:620px;
	float:left;
}
div.take-test-questions-list {
	width:130px;
	min-height:600px;
	background:#fff;
	float:left;
}
div.take-test-question-holder {
	width:830px;
	min-height:600px;
	float:left;
	position:relative;
	background:#fff;
}
div.take-test-questions-no {
	width:225px;
	position:relative;
	float:right;
	top:5px;
	right:2px;
	padding:5px;
	clear:both;
}
.take-test-questions-no p {
	float:left;
	padding-top: 5px;
}
.take-test-button-holder {
	width:64px;
	float:left;
	padding-left:5px;
}
div.take-test-nav {
	height:85px;
	width:960px;
	float:left;
	clear:both;
	border-top:1px solid #A6A6A6;
}
div.take-test-question-holder .img-gallery-holder {
	margin:10px auto;
	position:relative;
	width:738px;
	height:115px;
	background:#fdfeee;
	border:1px solid #666;
}
div.take-test-question-holder .question-holder {
	width:450px;
	width:738px;
	min-height:140px;
	margin:10px auto;
	padding:10px 0;
}
div.answer-button-holder {
	width:412px;
	margin:10px auto;
}
.take-test-divider-line {
	height:1px;
	width:97%;
	margin:20px 10px;
	float:left;
	background-color:#e8e6e6;
	border-top:1px #bcb9b9 solid;
}
.taketest-sub-info .ts-list-subject {
	width:690px !important;
}
.taketest-sub-info .ts-list-row {
	width:670px;
}
.taketest-sub-info .ts-sub-name,
.taketest-sub-info .ts-list-item {
	width:460px;
}
.taketest-sub-info .subject-info {
	width:690px;
	margin-bottom:10px;
}
.telerik-taketest-width {
	width:97% !important;
}
div.take-test-question-holder-telerik {
	width:97%;
	min-height:600px;
	float:left;
	position:relative;
	background:#fff;
	margin: 0px 5px;
}

/* -------------------------------
----------- tp details  ----------
------------------------------- */

.question-list-container {
	width:938px;
	float:left;
	position:relative;
	border:1px #bebebe solid;
	margin:5px 10px;
}
.score-board-container	{
	width:818px;
	float:left;
	border:1px #bebebe solid;
	margin:10px;
	background:#fff;
	padding:10px 60px;
}
.disqus-container {
	width:818px;
	float:left;
	border:1px #bebebe solid;
	margin:10px;
	background:#fff;
	padding:10px 60px;
}

/* ------------------------------
--------- test results ----------
------------------------------ */

.test-results-score {
	font-size:24px;
	float:left;
	margin-top:20%;
	margin-bottom:10px;
}
.high-score {
	color:#698d0a;
	font-size:40px;
	font-weight:bold;
}
.low-score {
	color:#c20005;
	font-size:40px;
	font-weight:bold;
}
.tr-status-box {
	width:160px;
	float:right;
	margin:20px 15px 0 0;
}

/* -----------------------------
--------- test answers ---------
----------------------------- */

div.test-answers-status-box {
    float: left;
    margin-top: 50px;
    width: 250px;
}
.test-answers-button-holder {
	height:40px;
	clear:both;
	padding:0 0 5px 155px;
	background:#fff;
	border-bottom:1px solid #A6A6A6;
}
.wrong-answer {
	background:url('../imagesn/wrong.png') no-repeat top left;
	height:20px;
	padding-left:18px;
	margin:0 5px;
	display:inline;
	text-decoration:underline;
	font-weight:bold;
}
.right-answer {
	background:url('../imagesn/right.png') no-repeat top left;
	height:20px;
	padding-left:18px;
	margin:0 5px;
	display:inline;
	text-decoration:underline;
	font-weight:bold;
}
.MatchRightAnswer, .MatchWrongAnswer {
	width:640px;
	padding-left:18px;
	margin: 5px 5px 10px 14px;
	display:inline;
}
.MatchRightAnswer {
	background:url('../imagesn/right.png') no-repeat 0px 3px #f8f8f8;
}
.MatchWrongAnswer {
	background:url('../imagesn/wrong.png') no-repeat 0px 3px #f8f8f8;
	text-decoration:underline;
}

/* -----------------------------
------- test answers obv -------
----------------------------- */

span.obv-option {
	font-weight:bold;
	padding-right:10px;
	float:left;
	display:block;
	margin-bottom:5px;
}
span.obv-answer {
	min-width:200px;
	max-width:420px;
	display:block;
	float:left;
}

/* -----------------------------
---- test answers true false ---
----------------------------- */

span.tf-answered, span.tf-correct-answer {
	width:300px;
	display:block;
	float:left;
}

/* -----------------------------
------ test answers match ------
----------------------------- */

.answer-button-holder-match {
	width:620px;
	margin:25px auto 10px;
	clear:both;
	padding-left:200px;
}
.question-holder .match-preview-list span {
	padding:3px 0 3px 18px;
}

/* -----------------------------
-------- User info page --------
----------------------------- */

div.user-info-box {
	width:918px;
	padding:10px;
	margin:10px;
	background:#fdfbed;
	border:1px #666 dashed;
	position:relative;
}
div.user-info-box .title {
	margin:0px 0 10px 3px;
}
span.InfoLabel {
	display:block;
	width:170px;
	margin:5px 10px;
	text-align:right;
	float:left;
	clear:both;
	font-size:1.2em;
}
span.UserInfo {
	display:block;
	margin:5px 10px;
	width:500px;
	float:left;
	font-size:1.2em;
}

/* -----------------------------
------ How to video page -------
----------------------------- */

h3.pagetitle {
	font-size:18px;
	font-weight:bold;
	margin:10px;
}
ul.vid-list {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul.vid-list li {
	float:left;
	width:448px;
	padding:0;
	margin:10px 0 0 20px;
}
ul.vid-list a img {
	margin:0;
	padding:0;
	border:1px solid #a6a6a6;
}
ul.vid-list a:focus {
	border:none;
	outline:none;
}
ul.vid-list div.vid-desc-left {
	float:left;
	margin-right:20px;
}
ul.vid-list div.vid-desc-right {
	float:left;
}
ul.vid-list h3, ul.vid-list p {
	width:270px;
	margin:5px 0 0 0;
	padding:0;
	word-wrap:break-word !important;
}
span.vid-hover {
	position:absolute;
	display:block;
	width:150px;
	height:100px;
	border:1px solid #3e3e3e;
	background:url(../imagesn/vid-hover-3.png) no-repeat;
}
.panel-wrapper ul {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}
.panel-wrapper li {
	width:458px;
	height:100px;
	display:block;
	float:left;
	margin:0;
	padding:5px 0;
}
.panel-wrapper li.separator {
	width:938px;
	display:block;
	height:20px;
}
.panel-wrapper h3 {
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
}
.panel-wrapper .right-col, .panel-wrapper .left-col {
	float:left;
}
.panel-wrapper .left-col {
	width:150px;
	margin:0 10px 0 0;
}
.panel-wrapper .left-col a img {
	border:1px solid #a6a6a6;
}
.panel-wrapper .right-col {
	width:288px;
	margin:0 10px 0 0;
}
div#IntroVideo {
	height:212px;
	width:100%;
	float:left;
	clear:both;
	position:relative;
	margin:0 0 40px;
}
div.IntroVideoContainer {
	width:300px;
	height:200px;
	background:#fefefe;
	border:1px solid #a6a6a6;
	float:left;
	margin:5px;
}
div#IntroVideo h1, div#IntroVideo p  {
	padding-left:335px;
}
div#IntroVideo p {
	margin:0;
}
div.IntroVideoThumb {
	width:294px;
	height:200px;
	float:left;
	margin:0 5px;
	background:#ccc;
	border:1px solid #a6a6a6;
}
div.IntroVideoThumb img{ border: none }
div.IntroDescText {
	text-align:center;
	margin:2px 0;
	font-size:14px;
}

div.ManualThumbContainer {
	width:600px;
	padding:20px;
	margin:0 auto;
	clear:both;
}
div.ManualThumbContainer img {
	width:160px;
	border:1px solid #a6a6a6;
	margin:0 20px 30px 0;
	float:left;
}
div.ManualThumbContainer p {
	width:400px;
	float:left;
	clear:none;
}

div.ManualThumbContainer h2 {
	padding-top:35px;
	float:left;
	font-weight:bold !important;
}
div.ManualThumbContainer h2:hover {
	text-decoration:underline;
}

/* -----------------------------
---------- coda slider ---------
-------------------------------*/
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #fdfbed; border:1px solid #e3e3e3 }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { min-height: 260px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 938px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 940px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #fdfbed; color:#000; border:1px solid #666 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #ecedd7; color: #666; display: block; float: left; margin-right: 2px; padding: 10px; text-decoration: none; border:1px solid #ccc }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; width:940px; margin:0 auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	.coda-slider .panel-wrapper p{ margin:0; line-height:1.5em; }
	.coda-nav { margin-bottom: 5px }
	.coda-nav li a{ outline:none }
	


/* ----------------------------
-- Who took my test reports ---
----------------------------- */
div.ReportTitle {
	font-size:18px;
	font-weight:bold;
	margin:10px 0 0 10px;
	width:640px;
}
div.ReportsSearchFilter {
	width:900px;
	margin:10px 0 0 10px;
}
div.ReportsContainer {
	width:938px;
	min-height:400px; /*-- temp height --*/
	float:left;
	position:relative;
	background-color:#fdfbed;
	margin:10px;
	border:1px #bebebe solid;
	line-height: 1.6em;
}
div.ReportsSearchFilter input[type=text] {
	width:115px;
}
div.DateFromContainer, div.DateToContainer, div.ViewContainer, div.TR-username, div.TR-user-icon {
	float:left;
	margin:5px 10px 0 0;
}
div.TR-username  {
	width:165px;
}
div.DateFromContainer {
	width:165px;
}
div.DateToContainer {
	width:150px;
}
div.TR-user-icon {
	width:160px;
}
div.DateFromContainer {
	clear:left;
}

div.ViewContainer {
	width:190px;
}
div.ViewContainer select {
	margin: 0 0 0 5px;
	padding:0;
	width:120px;
	height:22px;
}
div.SearchFilterButtonHolder {
	float:left;
}
div.tr-top-link {
	margin:10px;
	font-size:14px;
}
div.tr-top-link a.active {
	text-decoration:underline;
	color:#000;
}
.tr-border-left {
	border-left:1px solid #ccc !important;
}
.tr-border-right {
	border-right:1px solid #ccc !important;
}
div.UserIndicator {
	display:table-cell;
	width:18px;
	vertical-align:middle;
	padding-left:5px;	
}
a.StudentIcon, a.StudentIconGroupView {
	display:block;
	cursor:pointer;
	width:16px;
	height:16px;
	background:transparent url('../imagesn/student-icon.png') no-repeat;
}
a.StudentIcon:hover, a.StudentIconGroupView:hover {
	background:transparent url('../imagesn/student-icon-g.png') no-repeat;
} 
a.StudentIcon, a.NonStudentIcon {
	margin-top: 3px;
}
a.NonStudentIcon, a.NonStudentIconGroupView {
	display:block;
	cursor:pointer;
	width:16px;
	height:16px;
	background:transparent url('../imagesn/non-student.png') no-repeat;
}
a.NonStudentIcon:hover, a.NonStudentIconGroupView:hover {
	background:transparent url('../imagesn/non-student-g.png') no-repeat;
} 
div.ExpView-UserIndicator {
	float:left;
	width:16px;
	height:16px;
	padding-left:4px;
}
div.ExpView-UserIndicator img:hover {
	background:transparent url('../imagesn/student-icon-g.png') no-repeat;
} 
div.TR-UserViewReportData {
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	display:table;
	float:left;
	font-size:18px;
	margin: 10px 10px 0;
    width: 445px;
}
div.TR-UserViewAnonymous {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: table;
    float: left;
    font-size: 18px;
    margin: 10px 10px 0;
    padding: 10px 24px;
    width: 338px;
}
div.TR-UserViewAnonymous div.TR-UserView-Row {
	padding:5px 0;
	float:left;
}
div.TR-UserViewAnonymous div.TR-UserView-Row span {
	padding-right:15px;
}
div.TR-UserView-Row {
	display:table-row;
}
div.TRuser-Label, TR-User-Data, div.TRuser-DateFrom, div.TRuser-DateTo {
	display:table-cell;
}
div.TRUser-UsernameHolder {
	width:290px;
	float:left;
}
div.TRuser-Label {
	width:105px;
	text-align:right;
	padding:5px;
}
div.TR-User-Data {
	width:170px;
}
div.TRUser-Type {
	display:table-cell;
	vertical-align:middle;
	float:left;
	margin-top:15px;
}
div.TRuser-DateFrom, div.TRuser-DateTo {
	float:left;
}
div.TRuser-DateFrom-Label {
	float:left;
	width:105px;
	text-align:right;
	padding:5px;
}
div.TRuser-DateFrom-Data {
	width:160px;
	float:left;
	padding:5px;
}
div.TRuser-DateTo-Label, div.TRuser-DateTo-Data {
	float:left;
	padding:5px;
}

/* -----------------------------
------- TS user comment --------
----------------------------- */

div.TsTableRow {
	display:table;
	border-bottom:1px solid #ccc;
	margin:0 auto;
	background:#f3f0d7;
}
div.TsUserCommentNumberTitle, div.TsUserCommentDateTitle,
div.TsUserCommentUsernameTitle, div.TsUserCommentLocTitle,
div.TsUserCommentRatTitle, div.TsUserCommentDataTitle {
	display:table-cell;
	font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-right:1px solid #ccc;
    min-height:35px;
    padding:10px 0;
}
div.TsUserCommentNumberData, div.TsUserCommentDateData,
div.TsUserCommentUsernameData, div.TsUserCommentLocData,
div.TsUserCommentRatData, div.TsUserCommentData {
	display:table-cell;
	text-align:center;
	min-height:35px;
	padding:10px 0;
	border-right:1px solid #ccc;
}
div.TsUserCommentNumberTitle, div.TsUserCommentNumberData {
	width:30px;
	padding-left:5px !important;
	text-align:left !important;
}
div.TsUserCommentDateTitle, div.TsUserCommentDateData {
	width:70px;
}
div.TsUserCommentUsernameTitle  {
	width:148px;
}
div.TsUserCommentUsernameData {
	width:128px;
	padding-left:2px;
	text-align:left !important;
}
div.TsUserCommentLocTitle, div.TsUserCommentLocData {
	width:90px;
}
div.TsUserCommentRatTitle, div.TsUserCommentRatData {
	width:110px;
}
div.TsUserCommentRatData {
	padding-top:25px;
}
div.TsUserCommentDataTitle {
	width:480px;
	border-right:none !important;
}
div.TsUserCommentData {
	width:460px;
	padding:10px;
	text-align:left !important;
	border-right:none !important;
}
div.TsUserIndicator {
	float:left;
	width:16px;
	height:16px;
	text-align:center;
	padding-left:2px;
}
div.TsUserIndicator img {
	margin-top:3px;
}
.TsUserTelerikRating {
	margin-left: 2px;
    margin-top: -20px;
    position: absolute;
}

/* ----------------------------
---------- TR list ------------
----------------------------- */

div.StudentLegendBox {
	background: none repeat scroll 0 0 #fefdd3;
    border: 1px dashed #ccc;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    margin: 5px;
    padding: 10px;
    text-align: left;
    width: 240px;
    position:absolute;
    top:18px;
    right:21px;
    z-index:1;
}
div.StudentLegendBox p {
	margin:0 0 5px;
	clear:none;
}
div.StudentLegendBox div {
	padding-bottom:5px;
}
div.StudentLegendBox img {
	float:left;
	clear:both;
}
.TRPagination {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	font-size:16px;
	margin:5px -4px 5px 0;
	position:relative;
	float:right;
}
.TRPaginationFull {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	font-size:16px;
	margin:10px 20px 0 0;
	position:relative;
	float:left;
	width:938px;
	height:30px;
	border-bottom:1px solid #ccc;
	text-align: right;
}
div.UserGroupPagination {
	width:580px;
	height:35px;
	margin:0 auto;
}
div.TRListPagination {
	margin:0 auto;
	width:843px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	font-size:16px;
	text-align: right;
	height:30px;
	border-bottom:1px solid #ccc;
}
div.TRUserViewPagination {
    border-bottom: 1px solid #CCCCCC;
    font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin: 0 auto;
    text-align: right;
}
div.ReportsContainer div.tr-row {
	display:table;
	border-bottom:1px solid #ccc;
	margin:0 auto;
	background:#f3f0d7;
}
div.tr-row .Student {
	background: url('../imagesn/student-icon.png') no-repeat transparent 0px 0px;	
	width:24px;
	height:20px;
	float:left;
	text-indent:-999%;
}
div.tr-row .NonStudent {
	background: url('../imagesn/non-student.png') no-repeat transparent 0px 0px;	
	width:24px;
	height:20px;
	float:left;
	text-indent:-999%;
}
div.tr-row .Student a:hover {
	cursor:pointer;
}
div.tru-num-holder, div.num-holder, div.tr-title, div.tr-revise, 
div.total-testers, div.tr-score, div.score-title, 
div.tr-high-score, div.tr-low-score, 
div.tr-avg-score, div.last-activity, div.tr-avg-rating-title {
	display:table-cell;
	float:left;
	text-align:center;
	font-size:14px;
}
div.num-holder {
	width:22px;
	padding-top:25px;
	padding-left:5px;
	border-right:1px solid #ccc;
	text-align:left !important;
}
div.tr-title {
	width:420px;
	padding-top:25px;
	border-right:1px solid #ccc;
}
div.tr-revise, div.total-testers {
	width:68px;
	padding-top:20px;
	border-right:1px solid #ccc;
	height:45px;
}
div.tr-avg-rating-title {
	padding-top:25px;
}
div.tr-avg-rating-data {
	padding-top:15px;
}
div.tr-avg-rating-title, div.tr-avg-rating-data {
	width:140px;
	border-right:1px solid #ccc;
}
div.tr-score {
	width:182px;
	border-right:1px solid #ccc;
}
div.score-title {
	width:182px;
	clear:both;
	border-bottom:1px solid #ccc;
	padding:5px 0 !important;
}
div.tr-high-score, div.tr-low-score, 
div.tr-avg-score {
	width:60px;
	padding-top:10px;
	height:28px;
}
div.tr-high-score, div.tr-low-score {
	border-right:1px solid #ccc;
}
div.last-activity {
	width:155px;
	padding-top:25px;
}
div.tru-num-holder-data, div.num-holder-data, div.tr-revise-data, 
div.total-testers-data, div.tr-score-data,
div.tr-high-score-data, div.tr-low-score-data, 
div.tr-avg-score-data, div.last-activity-data, 
div.tr-avg-rating-data {
	display:table-cell;
	float:left;
	text-align:center;
	min-height:35px;
}
div.num-holder-data {
	width:22px;
	padding-top:15px;
	padding-left:5px;
	border-right:1px solid #ccc;
	text-align:left !important;
}
div.tr-title-data {
	width:410px;
	padding:0px 5px;
	border-right:1px solid #ccc;
	text-decoration:underline;
	text-align:left !important;
	display:table-cell;
	vertical-align:middle;
}
div.tr-title-data a:hover {
	color:#066c5a;
	text-decoration:underline;
}
div.tr-revise-data, 
div.total-testers-data {
	width:68px;
	padding-top:15px;
	border-right:1px solid #ccc;
}
div.tr-score-data {
	width:182px;
	border-right:1px solid #ccc;
}
div.tr-high-score-data, div.tr-low-score-data, 
div.tr-avg-score-data {
	width:60px;
	padding:15px 0 0px;
}
div.tr-high-score-data, div.tr-low-score-data {
	border-right:1px solid #ccc;
}
div.last-activity-data {
	width:155px;
	padding-top:15px;
}

/* ----------------------------
------ TR grouped view --------
---------------------------- */

div.tr-username-title, div.tr-attempts-title {
	display:table-cell;
	float:left;
	text-align:center;
	font-size:14px;
}
div.tr-username-title {
    border-right: 1px solid #CCCCCC;
    height: 50px;
    padding-top: 15px;
}
div.tr-username-data {
	border-right:1px solid #ccc;
	text-align:left !important;
	display:table-cell;
	text-align:center;
	min-height:35px;
	vertical-align:middle;
}
div.tr-username-data a {
	text-decoration:underline;
}
div.tr-username-title {
	width:245px;
	padding-left:5px;
}
 div.tr-username-data {
	width:222px;
	padding-left:5px;
}
div.tr-username-data a:hover{
	color:#066c5a;
	text-decoration:underline;
}
div.tr-attempts-title {
	width:120px;
	padding-top:25px;
	border-right:1px solid #ccc;
}
div.tr-attempts-data {
	display:table-cell;
	float:left;
	text-align:center;
	min-height:35px;
	padding-top:15px;
}
div.tr-attempts-data {
	width:120px;
	border-right:1px solid #ccc;
	min-height:35px;
}	

/* --------------------------
----- TR expanded view ------
-------------------------- */

div.tr-ev-username-title, div.tr-ev-score-title, 
div.tr-ev-start-title, div.tr-ev-finish-title, 
div.tr-ev-duration-title, div.tr-ev-action-title, 
div.tr-ev-loc-title, div.tr-ev-rating-title, 
div.tr-ev-comments-title, div.tr-comments-title,
div.ev-num-holder, div.expview-num-holder {
	display:table-cell;
	text-align:center;
	font-size:14px;
	border-right:1px solid #ccc;
	vertical-align:middle;
	padding:10px 0;
}
div.tr-ev-username-data, div.tr-ev-score-data, 
div.tr-ev-start-data, div.tr-ev-finish-data, 
div.tr-ev-duration-data, div.tr-ev-action-data,
div.tr-ev-loc-data, div.tr-ev-comments-data, 
div.tr-comments-data, div.ev-num-holder-data {
	display:table-cell;
	text-align:center;
	min-height:35px;
	padding:10px 0;
	border-right:1px solid #ccc;
}
div.tr-ev-rating-data {
	display:table-cell;
	text-align:center;
	min-height:35px;
	border-right:1px solid #ccc;
	padding-top:25px;
}
div.expview-num-holder {
	width:21px;
	padding-left:5px;
	border-right:1px solid #ccc;
	text-align:left !important;
}
div.ev-num-holder {
	width:22px;
	padding-left:5px;
	border-right:1px solid #ccc;
	text-align:left !important;
}
div.ev-num-holder-data {
	width:22px;
	padding-left:5px;
	border-right:1px solid #ccc;
	text-align:left !important;
}
div.tr-ev-username-title {
	width:155px;
}
div.tr-ev-username-data {
	padding:0 5px;
	width:125px;
	text-align:left !important;
}
div.tr-ev-action-data {
	text-decoration:underline;
}
div.tr-ev-score-title a, div.tr-ev-duration-title a {
	text-decoration:underline;
}
div.tr-ev-loc-title, div.tr-ev-loc-data {
	width:90px;
}
div.tr-ev-username-data a:hover, div.tr-ev-action-data a:hover {
	color:#066c5a;
	text-decoration:underline;
}
div.tr-title a, div.total-testers a, div.last-activity a, 
div.tr-ev-username-title a, div.tr-username-title a, 
div.tr-attempts-title a, div.tr-high-score a, 
div.tr-low-score a, div.tr-avg-score a, tr-attempts-title a  {
	text-decoration:underline !important;
}
div.tr-ev-score-title {
	width:45px;
}
div.tr-ev-score-data  {
	width:45px;
}
div.tr-ev-duration-title, div.tr-ev-duration-data {
	width:90px;
}
div.tr-ev-rating-title, div.tr-ev-rating-data {
	width:110px;
}
div.RatingSpacer {
	height:20px;
	width:110px;
}
div.tr-comments-title {
	width:243px;
}
div.tr-comments-data {
	width:233px;
	padding:0 5px 15px;
	text-align:left;
}
div.tr-ev-comments-title, div.tr-ev-comments-data {
	width:492px;
}
div.tr-ev-start-title, 
div.tr-ev-finish-title, 
div.tr-ev-start-data, 
div.tr-ev-finish-data {
	width:55px;
}
div.tr-ev-action-title, div.tr-ev-action-data {
	width:60px;
	border-right:none;
}
div.tr-ev-action-title {
	height:40px;
}
div.tr-userview-comment {
	width:470px;
	display:table-cell;
	min-height:35px;
	padding:10px;
	border-right:1px solid #ccc;
}


/*----------------------------------
------- Legal Documentation --------
----------------------------------*/

.LegalContainer, .AgreementContainer {
	
	float:left;
	position:relative;
	margin:10px;
	background-color:#fdfbed;
	border:1px #bebebe solid;
	line-height:1.7em;
	font-size:13px;
}
.LegalContainer {
	width:908px;
	padding: 10px 20px 40px 10px;
}

.AgreementContainer {
	width:778px;
	padding:15px 80px;
}

.AgreementContainer a {
	color:#066c5a;
	text-decoration:underline;
}
.AgreementContainer a:hover {
	color:#000;
}
.LegalContainer a {
	color:#066c5a;
	text-decoration:underline;
}
.LegalContainer a:hover {
	color:#000;
}

.LegalContainer p {
	margin:0;
}

.LegalContainer ol li {
	padding:5px 10px;
	list-style-position:outside;
	margin-left:20px;
	text-align:justify;
}

.AgreementContainer ol {
	padding-left:25px;
	text-align:justify;
	list-style-position:outside;
}
.AgreementContainer ol li {
	padding:10px 0;
}

.LegalTitle {
	text-align:center;
	font-size: 18px;
    font-weight: bold;
   	padding:10px 0;
}
p.LegalSubTitle {
	text-decoration:underline;
	margin: 10px 0 10px -20px;
	font-weight:bold;
}
p.AgreementSubTitle {
	text-decoration:underline;
	margin: 25px 0 0 -25px;
	font-weight:bold;
}
span.HighlightText {
	color:#8dbc82;
}

div.ComplaintContainer {
	width:778px;
	float:left;
	position:relative;
	padding: 20px 80px;
	margin:10px;
	background-color:#fdfbed;
	border:1px #bebebe solid;
	line-height:1.5em;
	font-size:13px;
}
div.ComplaintContainer p {
	margin-left:4px;
}
.ComplaintContainer span.AsterixIndicator {
    color: red;
    display: block;
    float: left;
    height: 20px;
    margin-right: 2px;
    width: 8px;
}
p.ComplaintSubTitle {
	text-decoration:underline;
	font-weight:bold;
	margin:40px 0 20px;
	font-size:14px;
}

div.ComplaintLabel {
	width:165px;
	float:left;
	padding:4px;
	font-size:14px;
	text-align:right;
}
.ComplaintDataInput input:focus, .ComplaintDataInput textarea:focus {
	border:1px solid #666;
	background:#fffede;
}

.ComplaintDataInput input[Type=text] {
	padding:5px;
}
div.ComplaintRow {
	padding:5px 0;
}

div.ComplaintGrounds {
	padding:10px 10px 10px 0;
	float:left;
}

div.ComplaintGrounds .CheckboxContainer {
	float:left;
	padding:7px 20px 0 0;
	width:20px;
	clear:both;
}

div.ComplaintGrounds p {
	float:left;
	width:724px;
	clear:none;
}

div.ComplaintButtonHolder {
	clear:both;
	float:right;
	width:125px;
	margin:40px 0 20px 500px;
}

ol.ComplainantDataPrint {
	width:836px;
	padding:0px 40px 20px;
	line-height:1.8em;
	margin:0 !important;
}

ol.ComplainantDataPrint ul li {
	list-style:lower-roman inside none;
	padding-left:0;
}

.PrintData {
	font-weight:bold !important;
}

.PrintNote {
	width:878px;
	padding:0 20px;
	line-height:1.8em;
	margin:20px 0;
	float:left;
	text-align:justify;
}

.PrintStatementCheck {
	width:736px;
	float:left;
	text-align:justify;
}

/*----------------------------
-------- google Ads ----------
---------------------------- */

.GoogleAds {
	font-family: Georgia,"Times New Roman",Times,serif !important;
}
.Size250x250 {
	width:250px;
	height:250px;
	float:left;
}

.Size200x200 {
	width:200px;
	height:200px;
	clear:left;
}

.Size728x90 {
	width:728px;
	height:90px;
	margin:0 auto;
}

div#ads {
	font-family:Georgia !important;
}

/*----------------------------
----- Additional Classes -----
---------------------------- */

.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.size-12 {
	font-size:12px !important;
}
.size-14 {
	font-size:14px;
}
.size-18 {
	font-size:18px;
}
.size-34 {
	font-size:34px !important;
}
.green-text {
	color:#698d0a;
}
.red-text {
	color:#C20005;
}
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.LineHeight4em {
	line-height:4em;
}
.margin-5px {
	margin:5px;
}
.MarginLeft-5px {
	margin-left:5px;
}
.MarginRight-11px {
	margin-right:11px !important;
}
.padding-20 {
	padding:20px;
}
.PaddingLeft20px {
	padding-left: 20px !important;
}
.PaddingLeft30px {
	padding-left: 30px !important;
}
.PaddingLeft35px {
	padding-left:35px !important;
}
.PaddingLeft40px {
	padding-left: 40px !important;
}
.PaddingTop0 {
	padding-top:0 !important;
}
.PaddingTop80px {
	padding-top:80px !important;
}
.PaddingTop6px {
	padding-top:6px !important;
}
.PaddingTop3px {
	padding-top:3px !important;
}
.PaddingLeft80px {
	padding-left: 80px;
}
.PaddingBottom10px {
	padding-bottom:10px;
}
.Padding-Left5px {
	padding-left:5px !important;
}
.paddingTopBottom5px {
	padding:5px 0;
}
.MarginLeft-20px {
	margin-left:-20px !important;
}
.MarginLeft-43px {
	margin-left:43px !important;
}
.marginTopBottom5px {
	margin:5px 0;
}
.MarginTop14Px {
	margin-top: 14px !important;
}
.MarginTop25Px {
	margin-top:25px !important;
}
.marginTop40Px {
	margin-top:40px !important;
}
.MarginBottomReset {
	margin-bottom:0 !important;
}
.MarginBottom40px {
	margin-bottom:40px;
}
.marginTop45Px {
	margin-top:45px !important;
}
.active-page  {
	color:#000;
	text-decoration:underline;
}
.white-bg {
	background:#fff !important;
}
.title-background {
	background:#e3e1d3 !important;
}
.status-msg-reset-padding {
	padding-right:124px !important;
}
.GrayBorder {
	border:1px solid #ccc;
}
.margin-0 {
	margin:0px;
}
.DarkGreenText {
	color:#106c5a !important;
}
.Width200px {
	width:200px !important;
}
.Width250px {
	width:250px !important;
}
.Width358px {
	width:358px;
}
.Width40percent {
	width:40% !important;
}
.Width420px {
	width:420px !important;
}
.Width470px {
	width:470px !important;
}

.WidthAuto {
	width:auto !important;
}
.Size24Px {
	height:24px !important;
	width:24px !important;
	float:left;
	margin-right:4px;
}
.Height40px {
	min-height:40px;
}
.Height65px {
	height:65px;
}
.BorderTop1pxCCC {
	border-top:1px solid #CCCCCC !important;
}
.BorderBottom1pxCCC {
	border-bottom:1px solid #ccc !important;
}
.paddingTop25px {
	padding-top:25px;
}
.FloatRight {
	float:right !important;
}
.HeightReset {
	height:auto !important;
}
.Cust-Width {
	width:55px !important;
}
.Italic {
	font-style:italic !important;
}
.Border-BottomNone {
	border-bottom:none !important;
}
.TextIndent {
	text-indent:-99999% !important;
}
.no-border {
	border-width: 0;
}
.MarginLeft-15px {
	margin-left:-15px !important;
}

.BorderBottomNone {
	border-bottom:none !important;
}
.BorderTop1Px {
	border-top:1px solid #A6A6A6 !important;
}


