﻿/* CSS Document */
.base
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: auto;
}
.base-table
{
    margin: 0 auto;
    width: 100%;
    float: inherit;
}
.roundblock
{
    width: 1000px;
    background: url(images/bg.jpg) repeat-x;
    margin: 0 auto;
    padding: 0px;
    height: 82px;
}
.contentblock
{
    /*width: 98%;*/
    width:960px;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    float: left; /*added on 13 april*/
}
/****************************************************************************************
 * Company  - WorldLearn - API
 * Developer- Arjuna Chiththananda
 * EMail    - Arjuna.Chiththananda@WorldLearn.Com.Au
 * Date     - 09-01-2013
 * Notes    - Correcting the layout problems in Terms and Conditions, Policies and Contact Us pages.
*****************************************************************************************/
.contentblock2
{
    /*width: 98%;*/
    width:960px;
    height: auto;
    margin-top: 5px;
    padding: 0px;
    float: left; /*added on 13 april*/
}
/****************************************************************************************/
.contentholderborder
{
    /*width: 100%;*/
    width:958px;
    .width:960px;/* for ie */
    border-left: solid 1px #8a8a8a;
    border-right: solid 1px #8a8a8a;
    border-collapse:collapse;
    margin: 0px;
    padding: 0px;
    float: left;
    background: #FFFFFF;
    text-align:center;
}
.contentholder
{
    width: 99%; 
    background: #FFFFFF;
    margin: 0 auto;
    padding:0 0 0 5px;
    text-align:left;
}
.centerblockleftcolumn
{
    float: left;
    width: 24%;
    height: auto;
    margin: 0px;
    text-align:center;
    border:#e5e5e5 solid 1px;
    padding: 0px;
    margin-left: 3px;
    margin-right: 3px;
   
}
/*----------------left vertical menu css  */

/*----menu header and base selectors */
.vertmenubase, .learnerquicklinks {margin:0 auto; background:#f8f8f8; min-width:150px;}
.vertmenuheader {width:100%; height:43px; margin:0 0 0 0;}
.vertmenuheaderleft, .vertmenuheaderright {float:left;position:relative; width:19px; height:35px; margin:-7px 0; z-index:100;}
.vertmenuheaderleft {background:url(images/Admin-section/menuheaderleftcor.png) no-repeat left top; }
.vertmenuheaderright {background:url(images/Admin-section/menuheaderrightcor.png) no-repeat right top;}
.vertmenuheadercontent {float:left;position: relative; z-index:100; background:#404040; font:13px verdana;color:White; text-transform:uppercase; line-height:32px; height:35px; padding:0 3px; margin:-7px 0;}
.vertmenuheadercontentlable {color:#ffffff; font-size:11px; text-decoration:none; background:url(images/Admin-section/vertmenuheadershineline.png) no-repeat bottom center; height:33px;}

/*-------------- Show Hide DIV ------------- */

.showhidecontainer { position:absolute; z-index:99; left:0; top:10px; width:932px; height:195px; margin-left:-810px; text-align:left;}
.showhidecontent {background:url(images/learner_section/blue_center.png) repeat-x; float:left; position:relative; width:890px; height:195px; margin-left:0px; text-align:left;}
.showhidediv-left {background:url(images/learner_section/blue_left.png) no-repeat top left; width:21px; height:193px; float:left;}
.showhidediv-right {background:url(images/learner_section/blue_right.png) no-repeat top right; width:21px; height:193px; float:right;}
.showhide_innercontainer {float:left; position:relative; width:100%; height:132px; border-top:1px solid #808080;}
/*.showhide_membership {float:left; border:1px solid #c4c4c4; margin-right:15px; padding:0 10px 0 0 ;}*/
.showhide_renewcard {float:left; margin-right:10px; margin-left:35px; padding:2px 10px 0 0; width:196px; position:relative;}
.renewcard_bottom {position:absolute; top:90px; left:0; width:200px;background:#2f2f2f; padding:2px 7px; color:#fff;}
.renewcard_bottom a {color:#fff; text-decoration:none;}
.showhide_updateplan {float:left; margin-right:10px; padding:0 10px 0 0; width:190px; height:124px;}
.showhide_evaluation {float:left;  padding:0 10px 0 0;  height:124px;}
.ulmembership {float:left; width:auto; margin:5px 0px 0px 10px; list-style-type:none; padding:0; line-height:22px; text-align:right;}
.ulmembership_details {float:left; width:auto; margin:5px 15px 0px 10px; list-style-type:none; padding:0; line-height:22px; text-align:left; font-style:italic;}
.showhide_qucikdiv {margin-left:570px;}
.showhide_qucikdiv a {text-decoration:none;color:#000;}
.showhide_qucikdiv a:hover{text-decoration:underline;color:#000;}
.showhide_update {float:left; width:auto; margin:5px 30px 0px 10px; list-style-type:none; padding:0; line-height:22px; text-align:left;}
.showheading {margin:7px 0 0px 0; font-size:14px; font-weight:bold;}
.show_account {margin:5px 0 2px 0; font-size:12px; font-weight:normal; float:left;}
.show_quicklinks {float:left; padding-left:410px; margin-top:3px;}
.show_cardimg {margin-left:12px;}
/*====*/

.learnerquicklinks
{
	background:none; position:absolute;margin:-42px 0 0 810px; z-index:101;
}

.leadershiplink
{
	background:none; position:absolute;margin:-67px 0 0 810px; z-index:101;
}

/*-------------- Show Hide admin left navigation  ------------- */

.hide
{
    display: none;
}

.invisible
{
    visibility: hidden;
}

.overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .30;
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    z-index:101;
}

* html .overlay
{
    display:block;
    position: absolute;
    width: 100%;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? (document.body.scrollHeight - 5) : (document.body.offsetHeight - 5) + 'px');
}

.modal-window
{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 102;
    background-color:transparent; 
    border:none; 
    margin-top:-287px; 
    .margin-top:-260px; 
    -webkit-box-shadow: 10px 10px 20px #000;
    -moz-box-shadow: 10px 10px 20px #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
/*====*/

.minimizemenu
{
	position:relative;
	margin:8px 0 0 -16px;
	float:right;
	background:url(images/Admin-section/minimizemenu-btn.jpg) no-repeat top right;
	width:16px;
	height:18px;
	z-index:10;
	text-decoration:none;
	
}
.maximizemenu
{
	position:relative;
	margin:8px 0 0 -16px;
	float:right;
	background:url(images/Admin-section/maximizemenu-btn.jpg) no-repeat top right;
	width:16px;
	height:18px;
	z-index:10;
	text-decoration:none;
}
.hiddennavigationmenu
{ 
	float: left;
    width: 4%;
    height: auto;
    margin: 0px 0 0 3px;
    text-align:center;
    padding: 0px;
    border:#e5e5e5 solid 1px;
    
}
.minimizednav-title
{
	float:left;
	width:100%;
	height:100px;
	background:url(images/Admin-section/minimizemenu-navimg.jpg) no-repeat center center;
}
/*----menu links selectors */

.leftnavigationcontainer
{
    position: relative;
    width: 99%;
	background:#fff;
 
 }

.AccordionHeader
{
    position: relative;
    line-height: 35px;
    border:0;
    width: 99%;
    margin: 0 0 2px 0;
    padding:0;
    text-align: left;
    text-decoration: none;
    font-size: 13px;
    font-family:verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #3a527e;
    cursor: hand; 
    /*background: #e0e0e0 url(images/arrow_close.jpg) right center no-repeat;background-position: 225px;*/
   /*background: url(../../images/tl.png) no-repeat;*/
   background:#f2f2f2 url(images/admin-section/menuheaderarrowopen.png) no-repeat top right;
    /*border-bottom: .01em #818181 solid;*/
    border-collapse: collapse;
}
.AccordionHeader a
{
    color: #3a527e;
    font-size: 13px;
    text-decoration: none;
    font-family:verdana, Arial, Helvetica, sans-serif;
}

.AccordionSelectedHeader
{
    position: relative;
    line-height: 35px;
    border: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-decoration: none;
    font-size: 13px;
    font-family:verdana, Arial, Helvetica, sans-serif;
    color: #3a527e;
    cursor: hand; 
    /*background: #e0e0e0 url(images/arrow_open.jpg) right center no-repeat;     
    background-position: 225px;
	background: url(../../images/tr.png) no-repeat;*/
    background:#f2f2f2 url(images/admin-section/menuheaderarrowclose.png) no-repeat bottom right;
    font-style:italic;
    color: #000;
   
}
.AccordionSelectedHeader a
{
    color: #3a527e;
    font-size: 13px;
    text-decoration: none;
     font-style:italic;
    color: #000;
   
    
}

.AccordionContent
{
    margin: 0px;
	padding: 0px;
	/*background: #f2f2f2;*/
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #2b3c5a;
	/*border-bottom: .01em #818181 solid;*/
    border-collapse: collapse;
}
.AccordionContent a
{
    margin: 0px;
	padding: 0px;
	/*background: #f2f2f2;*/
    color: #2b3c5a;
}
.AccordionContent a:hover
{
    color: Black;
    font-size: 12px;
    font-weight: bold;
}


/* ========================================= */
.smallroundblock
{
    width: 100%;
    position: relative;
    background: url(images/sbg.jpg) repeat-x;
    margin: 0px;
    padding: 0px;
    height: 57px;
}
.centerblockrightcolumn
{
    float: left;
    width: 74%;
    height: auto;
    margin: 0px;
    padding:0 0 10px 0px;
    background:#fff; 
    border:#e5e5e5 solid 1px;
}
.themeblockcontainer
{
    width: 100%;
    position: relative;
    top: 0px;
    border: 0px;
    height: 20px;
}
.themeblock
{
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
    vertical-align: top;
    text-align: right;
    display: block;
}
.themeicons
{
    vertical-align: top;
    top: 0px;
}
.roundcornertop
{
    width: 100%;
    position: relative;
    top: 0px;
    border: 0px;
    float: left;
    clear: both;
}
.smallroundcornertop
{
    width: 100%;
    position: relative;
    top: 0px;
    border: 0px;
    float: left;
    clear: both;
}

.roundcornertop_left
{
    background: url(images/t1.jpg) no-repeat top left;
    height: 15px;
    margin: 0px;
    float: left;
    padding: 0px;
    width: 14px;
    display: block;
}
.smallroundcornertop_left
{
    background: url(images/st1.jpg) no-repeat top left;
    height: 15px;
    margin: 0px;
    float: left;
    padding: 0px;
    width: 14px;
    display: block;
}
.contentcornertop
{
    /*width: 100%;*/
    width:960px;
    margin: 0 0 -7px  0;
    border: 0px;
    float: left;
    padding: 0px; 
    /*background: url(images/contentbottom_bg.jpg) top repeat-x;*/
}
.contentcornertop_left
{
    background: url(images/bt1.png) no-repeat top left;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 14px;
}
.contentcornertop_middle
{
    /*width: 97.1%;*/
    width:932px;
    border: 0px;
    float: left;
    margin: 0;
    padding: 0px;
    background: #fff url(images/contentbottom_bg.jpg) top repeat-x;
}
.contentcornertop_right
{
    background: url(images/bt2.png) right top no-repeat;
    margin: 0px auto;
    line-height: 15px;
    float: right;
    padding: 0px;
    width: 14px;
    display: block;
}
.roundcornertop_right
{
    background: url(images/t2.jpg) right top no-repeat;
    margin: 0px;
    float: right;
    padding: 0px;
    width: 14px;
    display: block;
}
.smallroundcornertop_right
{
    background: url(images/st2.jpg) right top no-repeat;
    height: 15px;
    margin: 0px;
    float: right;
    padding: 0px;
    width: 14px;
    display: block;
}

.rightnavigationcontainer
{
    position: relative;
    width: 97%;
    margin: 0px;
    padding-left: 0px;
    text-align: left;
    margin-right: 0px;
}
.tabcontrol_innertable
{
    line-height: 25px;
    width: 99%;
    margin: 0px;
    padding:0px;
    float: left;
}
.tabcontrol_innertable td
{
    padding-left: 15px;
}
.tabcontrol_innertable td img
{
    position:relative;
    top: 4px;
}
.tabcontrol_innerrow
{
    border-collapse: collapse;
    border: 0px;
    border-bottom: solid 1px #dddddd;
}
.outerdiv_innertable
{
    /*font-family: arial,verdana,tahoma,helvetica;*/
    font-size: 10pt;
    /*border: solid 1px #919191;*/
    display: block;
    padding: 0px;
    float: left;
    width: 99%;
}
.innertable
{
    /*font-family: arial,verdana,tahoma,helvetica;*/
    font-size: 10pt;
    padding: 4px;
    line-height: 25px;
    width: 99%;
    /*margin-left: 14px;*/
}
.innertable td
{
    margin: 0px;
    line-height: 25px;
    vertical-align: top;
    padding:7px  5px;
    padding-left: 15px;
    border-collapse: collapse;
    border: 0px;
    border-bottom: solid 1px #dddddd;
}

.innertable td img
{
    position:relative;
    top: 4px;
}

.calendarcss div table
{
    /*display: block;
    width: 75%;*/
}

.calendarcss div td
{
    /*margin: 0px;
    line-height: 18px;
    vertical-align: top;
    padding: 0px;
    padding-left: 5px;
    border-collapse: collapse;
    border: 0px;*/
}


.radiobuttonsinnertable td
{	
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    border: 0px;
}
.innertablesearch
{
    font-family: arial,verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 4px;
    line-height: 25px;
    width: 99%;
    /*margin-left: 14px;*/
}


.innertableSearch td
{
    margin: 0px;
    line-height: 25px;
    vertical-align: top;
    padding: 0px;
    padding-left: 15px;
    border-collapse: collapse;
    border: 0px;
}
.innertableSearch td img
{
    position:relative;
    top: 4px;
}

.roundcornerbottom
{
    width: 100%;
    position: relative;
    border: 0px;
    line-height: 15px;
    float: left;
    clear: both;
}
.smallroundcornerbottom
{
    width: 100%;
    float: left;
    position: relative;
    bottom: 0px;
    border: 0px;
}
.contentcornerbottom
{
    /*width: 100%;*/
    width:960px;
    float: left;
    bottom: 0px;
    border: 0px;
    margin: 0px;
    line-height:15px;
}
.contentcornerbottom_left
{
    background: url(images/bb1.png) no-repeat top;
    height: 15px;
    line-height: 15px;
    margin: 0px;
    float: left;
    padding: 0px;
    width: 15px;
    display: block;
}
.contentcornerbottom_middle
{
    font-size: 10px;
    float: left;
    /*width: 96.9%;*/
    width:930px;
    background: #fff url(images/contentbottom_bg.jpg) bottom repeat-x;
    /*-webkit-margin-before: -3px;
    margin: -3px 0 0 0;*/ 
    /*height: 15px;*/
}
/****************************************************************************************
 * Company  - WorldLearn - API
 * Developer- Arjuna Chiththananda
 * EMail    - Arjuna.Chiththananda@WorldLearn.Com.Au
 * Date     - 09-01-2013
 * Notes    - Correcting the layout problems in Terms and Conditions, Policies, Need Help and Contact Us pages.
*****************************************************************************************/
.contentcornerbottom_middle2
{
    float: left;
    /*width: 96.9%;*/
    width:930px;
    background: #fff url(images/contentbottom_bg.jpg) bottom repeat-x;
    -webkit-margin-before: -3px; 
    padding:0px 0 0 0;
    /*height: 15px;*/
}
/****************************************************************************************/
.contentcornerbottom_right
{
    background: url(images/bb2.png) no-repeat top;
    height: 15px;
    margin: 0px;
    float: right;
    padding: 0px;
    width: 15px;
    display: block;
}

.roundcornerbottom_left
{
    background: url(images/b1.jpg) no-repeat bottom;
    height: 15px;
    margin: 0px auto;
    float: left;
    padding: 0px 0px 0px 0px;
    width: 14px;
    display: block;
}
.smallroundcornerbottom_left
{
    background: url(images/sb1.jpg) no-repeat bottom;
    height: 15px;
    margin: 0px;
    float: left;
    clear: both;
    padding: 0px;
    width: 14px;
    display: block;
}

.roundcornerbottom_right
{
    background: url(images/b2.jpg) no-repeat bottom;
    height: 15px;
    margin: 0px;
    float: right;
    padding: 0px;
    width: 14px;
    position: absolute;
    right: 0px;
    display: block;
}
.smallroundcornerbottom_right
{
    background: url(images/sb2.jpg) no-repeat bottom;
    height: 15px;
    margin: 0px auto;
    float: right;
    padding: 0px;
    width: 14px;
    display: block;
}

/*
.smallroundblock p#centercontent
{
    text-align: center;
    margin: 15px 0px -2px 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #ffffff;
    display: block;
    height: 27px;
}
*/
.smallroundblock p#leftcontent
{
    margin: 15px 0px -2px 0px;
    text-align: left;
    padding: 0px;
    padding-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    display: block;
    height: 27px;
}
.roundblock ul#topleft
{
    float: left;
    width: 24%;
    padding: 0px;
    height: 46px;
    margin: 0px;
}
ul#topcenter
{
    float: right;
    width: 50%;
    padding: 0px;
    margin: 20px 20px 0px 0px;
    text-align: right;
}
ul#topright
{
    float: right;
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.topright
{
    /*float: right;*/
    padding: 0px;
    margin: 0em 1em 0em 0em;
    text-align: right;
}
.roundblock li#username
{
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    height: 0px;
    display: block;
    width: 100%;
}
.roundblock li#heading
{
    list-style-type: none;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 35px;
    text-align: left;
    color: #ffffff;
}
.links
{
    float: right;
    margin: 0px auto;
    padding: 1px;
    margin-right: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    height: 0px;
    display: block;
    text-decoration: none;
}
.links:hover
{
    margin: 0px auto;
    padding: 1px;
    margin-right: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    height: 0px;
    display: block;
    cursor: hand;
    text-decoration: underline;
}
.roundblock li#help_top
{
    background: url(images/helpicon.jpg) no-repeat top left;
    list-style-type: none;
    height: 20px;
    margin: 0px;
    padding: 0px;
    float: left;
    vertical-align: top;
    width: 20px;
    display: block;
    cursor: hand;
}

/*for learner page top navigation tab*/

.topnavtabcontainer
{
    margin: 0px 1px 0px 1px;
    padding: 0px 8px 0px 8px;
    background: #ffffff;
    width: 99.8%;
}
.topnavtabcontainer a
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-decoration: none;
}
.topnavtab
{
    margin: 0px 0px 0px 1px;
    display: block;
    padding: 0px;
    float: left;
    background-image: url( 'images/learner_section/tab_bg_blue.jpg' );
    background-repeat: repeat-x;
    height: 29px;
    position: relative;
    width: inherit;
    text-decoration: none;
    cursor: hand;
}
.topnavtab p
{
    font-family: arial, Helvetica, sans-serif;
    vertical-align: top;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    padding: 6px 9px 0px 9px;
    margin: 0px;
    float: left;
    display: block;
    clear: right;
}
.topnavtab #leftcorner
{
    background-image: url( 'images/learner_section/t1.jpg' );
    background-repeat: no-repeat;
    background-position: left;
    height: 9px;
    margin: -5px 0px 0px 0px;
    float: left;
    padding: 0px 0px 0px 0px;
    width: 9px;
    display: block;
    position: relative;
}
.topnavtab #rightcorner
{
    background-image: url( 'images/learner_section/t2.jpg' );
    background-repeat: no-repeat;
    background-position: right;
    height: 9px;
    margin: -5px 0px 0px 0px;
    float: left;
    padding: 0px;
    width: 9px;
    display: block;
    position: relative;
}

.topnavtab_active
{
    margin: 0px 0px 0px 1px;
    display: block;
    float: left;
    text-align: center;
    background-image: url( 'images/learner_section/tab_bg.jpg' );
    background-repeat: repeat-x;
    height: 29px;
    position: relative;
    width: inherit;
    text-decoration: none;
}
.topnavtab_active p
{
    font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: top;
    font-size: 13px;
    color: #ffffff;
    padding: 6px 10px 0px 9px;
    margin: 0px;
    float: left;
    display: block;
    clear: right;
}
.topnavtab_active #leftcorner
{
    background-image: url( 'images/learner_section/t1_m.jpg' );
    background-repeat: no-repeat;
    background-position: left;
    height: 9px;
    margin: -5px 0px 0px 0px;
    float: left;
    padding: 0px;
    width: 9px;
    display: block;
    position: relative;
}
.topnavtab_active #rightcorner
{
    background-image: url( 'images/learner_section/t2_m.jpg' );
    background-repeat: no-repeat;
    background-position: right;
    height: 9px;
    margin: -5px 0px 0px 0px;
    float: left;
    padding: 0px;
    width: 9px;
    display: block;
    position: relative;
}
.topnavbar
{
    background-image: url( 'images/learner_section/tab_barbg.jpg' );
    background-repeat: repeat-x;
    margin: 0px 1px 0px 1px;
    height: 27px;
    display: block;
    padding: 0px;
    width: 99.7%;
}

.topnavbar #leftcornertop
{
    background-image: url( 'images/learner_section/bar_t1.jpg' );
    background-repeat: no-repeat;
    background-position: left;
    height: 5px;
    margin: -7px 0px 0px 0px;
    float: left;
    padding: 0px;
    width: 5px;
    display: block;
    position: relative;
}
.topnavbar #leftcornerbottom
{
    background-image: url( 'images/learner_section/bar_b1.jpg' );
    background-repeat: no-repeat;
    background-position: left;
    height: 5px;
    margin: -7px 0px 0px 0px;
    float: left;
    padding: 0px;
    width: 5px;
    display: block;
    position: relative;
}

.topnavbar p
{
    font-family: arial, Helvetica, sans-serif;
    vertical-align: top;
    font-size: 15px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    float: left;
    display: block;
    clear: right;
}

.topnavbar #rightcornertop
{
    background-image: url( 'images/learner_section/bar_t2.jpg' );
    background-repeat: no-repeat;
    background-position: right;
    height: 5px;
    margin: -7px -6px 0px 0px;
    float: right;
    padding: 0px;
    width: 5px;
    display: block;
    position: relative;
}

.topnavbar #rightcornerbottom
{
    background-image: url( 'images/learner_section/bar_b2.jpg' );
    background-repeat: no-repeat;
    background-position: right;
    height: 5px;
    margin: -7px -6px 0px 0px;
    float: right;
    padding: 0px;
    width: 5px;
    display: block;
    position: relative;
}

.preferdusername
{
    text-align: left;
    font-family: calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0px;
    padding-left: 10px;
    color: #2b3c5a;
}
.footer
{
    width: 962px;
    height: 15px;
    margin: 0px auto;
    padding-top: 5px;
    line-height: 15px; 
    /*background-color: #d9d9d9;*/
    text-decoration: none;
    color:#6c6b6b;
    font-weight: 900;
    float: left;
    margin-top:10px;
    
}

.footer a
{
    text-decoration: none;
    color:#6c6b6b;
}

.QuestionContent
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    background: #f2f2f2;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #2b3c5a;
    border-collapse: collapse;
    cursor: hand;
}


/*------------------------------------------------*/
.SelectedSubMenu
{
    color: blue;
    background: black;
}
.learnermenuholder
{	
	background:url(images/menu_tab/menu-base.jpg) repeat-x left top;
 	height:68px;
 	width:99%;
	margin:0;
}
.learnermenucorleft
{
	float:left;
	background:url(images/menu_tab/menu-base-cor-left.jpg) no-repeat left top;
 	height:68px;
 	width:13px
}
.learnermenucorright
{
	float:right;
	background:url(images/menu_tab/menu-base-cor-right.jpg) no-repeat right top;
 	height:68px;
 	width:15px;
}
div.menuitemholder
{
    width: 99%;
    margin: 0px;
    line-height: 26px;
    margin-top: 0px;
    text-align: left;
    padding-left:0px;
    line-height:28px;
    float: left; /*added on 13 april*/
}
div.menuitemholder div
{
    width:100%;
    display: block;
    text-decoration: none;
    text-align: center;
}

div.menuitemholder div a
{
    font-weight: bold;
    margin: 0px;
    padding: 0px 8px 0px 8px;
    text-decoration: none;
    display: block;
    float: left;
    font-size:11px;
    
}

div.menuitemholder div a:hover
{
    color:#499bc1;
	
}

.divContentShow
{
    width: 650px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: #f2f2f2;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #2b3c5a;
    border-bottom: .01em #818181 solid;
    border-collapse: collapse;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* Ajax Tab Control*/



.ajax__tab_default .ajax__tab_outer
{
    display: -moz-inline-box;
    display: inline-block;
    padding-right: 0px;
    padding-left: 1px;
    height: 22px;
    color: #888888;
    float: left;
    height: auto;
}
.ajax__tab_default .ajax__tab_inner
{
    display: -moz-inline-box;
    display: inline-block;
   
    height: auto;
}
.ajax__tab_default .ajax__tab_tab
{
    margin: 0px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    padding: 8px 20px 0px 20px;
    height: 30px;
    display: inline-block;
    margin: 0px 0px 0px 3px;
    float: left;
    border-bottom: 1px solid #f1f1f1;
    height: auto;
}

.MyTabs. ajax__tab_header
{
    font-family: arial,verdana,tahoma,helvetica;
    font-weight: bold;
    padding-left: 1%;
}

.MyTabs .ajax__tab_outer
{
    background: url(../../Images/tab-right.gif) no-repeat right;
    background-position: 100% 1px;
    height: auto;
}
.MyTabs .ajax__tab_inner
{
    background: url(../../Images/tab-left.gif) no-repeat;
    background-position: 0px 1px;
    height: auto;
}
.MyTabs .ajax__tab_tab
{
    background: url(../../Images/tab.gif) repeat-x;
    margin: 0px 0px 0px 3px;
    height: auto;
}
.MyTabs .ajax__tab_hover .ajax__tab_outer
{
    background: url(../../Images/tab-right.gif) no-repeat right;
    background-position: 100% 1px;
}
.MyTabs .ajax__tab_hover .ajax__tab_inner
{
    background: url(../../Images/tab-left.gif) no-repeat;
    background-position: 0px 1px;
}
.MyTabs .ajax__tab_hover .ajax__tab_tab
{
    background: url(../../Images/tab.gif) repeat-x;
    color: #000000;
    margin: 0px 0px 0px 3px;
}

.MyTabs .ajax__tab_active .ajax__tab_outer
{
    background: url(../../Images/tab-active-right.gif) no-repeat right;
    background-position: 100% 0px;
}
.MyTabs .ajax__tab_active .ajax__tab_inner
{
    background: url(../../Images/tab-active-left.gif) no-repeat;
    background-position: 0px 0px;
}
.MyTabs .ajax__tab_active .ajax__tab_tab
{
    margin: 0px 0px 0px 5px;
    background: url(../../Images/tab-active.gif) repeat-x;
    color: #ffffff;
    border-bottom: 1px solid #c70736;
}
.MyTabs .ajax__tab_body
{
    /*font-family: arial,verdana,tahoma,helvetica;*/
    font-size: 10pt;
    border-right: 2px solid #bcbcbc;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-top: 5px solid #c70736;
    padding: 4px;
    background-color: #ffffff;
    float: left;
    width: 97%;
}


/*------------------------------------------------*/
.learner
{
	float:left;
	width:97%;
	.width:906px;
	/*width:97.1%;
	.width:97%; for ie */
}
div.learner div a
{
    color:Gray;
    text-decoration: none;
}

.learner .ajax__tab_header
{
    font-family: arial,verdana,tahoma,helvetica;
    font-weight: bold;
    padding:5px 0 0 0;
    color:#fff;
}
.learner .ajax__tab_header a
{
	text-decoration:none;
	color:#fff;
	
}
.learner .ajax__tab_outer
{
    display: -moz-inline-box;
    display: inline-block;
    padding-right: 0px;
    padding-left: 1px;
    height: 22px;
    color: #888888;
    float: left;
    height: auto;
}
.learner .ajax__tab_inner
{
    display: -moz-inline-box;
    display: inline-block;
    height: auto;
}
.learner .ajax__tab_tab
{
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: block;
    float: left;
    display: -moz-inline-box;
    height: 34px;
    line-height:33px;
    margin:0;
    padding:0 12px;
    border:0;
}
.learner .ajax__tab_active a
{
	color:#ee1a2e;
	line-height:22px;
	height:22px;
}
.learner .ajax__tab_active .ajax__tab_inner
{
    padding:0;
    margin:0 0 0 -1px;
    background: url(Images/menu_tab/innermenu-tab-left.jpg) no-repeat top left;
    
}
.learner .ajax__tab_active .ajax__tab_tab
{
    margin: 0px 0px 0px 10px;
    background:#fff url(Images/menu_tab/innermenu-tab-right.jpg) no-repeat top right;
    border:0;
    padding:0 15px 0 5px;
    line-height:22px;
}
.learner .ajax__tab_active .ajax__tab_tab a
{
	line-height:36px;
}
.learner .ajax__tab_body
{
    font-family:arial,verdana,tahoma,helvetica;
    font-size: 10pt;
    padding:0;
	float: left;
    width: 100%;
    border: 0px;   
}
.learner .ajax_tab_panel
{
	line-height:30px;
}
.learner .ajax_tab_panel_body
{
    background-color: #000000;
    width: 100%;
}
/*................................................*/

.learnernone
{
	float:left;
	width:96.1%;
	.width:97%; /*for ie */
}
div.learnernone div a
{
    color:Gray;
    text-decoration: none;
}

.learnernone .ajax__tab_header
{
    font-family: arial,verdana,tahoma,helvetica;
    font-weight: bold;
    padding:5px 0 0 0;
    color:#fff;
}
.learnernone .ajax__tab_header a
{
	text-decoration:none;
	color:#fff;
	
}
.learnernone .ajax__tab_outer
{
    display: -moz-inline-box;
    display: inline-block;
    padding-right: 0px;
    padding-left: 1px;
    height: 22px;
    color: #888888;
    float: left;
    height: auto;
}
.learnernone .ajax__tab_inner
{
    display: -moz-inline-box;
    display: inline-block;
    height: auto;
}
.learnernone .ajax__tab_tab
{
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: block;
    float: left;
    display: -moz-inline-box;
    height: 34px;
    line-height:33px;
    margin:0;
    padding:0 12px;
    border:0;
}
.learnernone .ajax__tab_active a
{
	
}
.learnernone .ajax__tab_active .ajax__tab_inner
{
   
    
}
.learnernone .ajax__tab_active .ajax__tab_tab
{
   
}
.learnernone .ajax__tab_active .ajax__tab_tab a
{
	
}
.learnernone .ajax__tab_body
{
    font-family:arial,verdana,tahoma,helvetica;
    font-size: 10pt;
    padding:0;
	float: left;
    width: 100%;
    border: 0px;   
}
.learnernone .ajax_tab_panel
{
	line-height:30px;
}
.learnernone .ajax_tab_panel_body
{
    background-color: #000000;
    width: 100%;
}




/*------------------------------------------------*/

div.menu
{
    width: 90%;
    border: 0;
    
}
div.menu div a
{
       text-decoration: none;
}

.menu .ajax__tab_header
{
    font-family: arial,verdana,tahoma,helvetica;
    font-weight: bold;
    padding-left: 1.5%;
	color: #ffffff;
}
.menu .ajax__tab_outer
{
    background: url(Images/menu_tab/tab-right.gif) no-repeat right;
    background-position: 100% 1px;
   
    height: auto;
}
.menu .ajax__tab_inners
{
    background: url(Images/menu_tab/tab-left.gif) no-repeat;
    background-position: 100% 1px;
  
    height: auto;
}
.menu .ajax__tab_tab
{
    background: url(Images/menu_tab/tab.gif) repeat-x;
    margin: 1px 0px 0px 0px;
  
    height: auto;
}

.menu .ajax__tab_active .ajax__tab_outer
{
    background: url(Images/menu_tab/tab-active-right.gif) no-repeat right;
    background-position: 100% 0px;
  
}
.menu .ajax__tab_active .ajax__tab_inner
{
    background: url(Images/menu_tab/tab-active-left.gif) no-repeat;
    background-position: 0px 0px;
    
}
.menu .ajax__tab_active .ajax__tab_tab
{
    margin: 0px 0px 0px 2px;
    background: url(Images/menu_tab/tab-active.gif) repeat-x;
   
    border-bottom: 1px solid #A0B48C;
}
.menu .ajax__tab_body
{
    font-family: arial,verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0px 4px 4px 4px;
    float: left;
    width: 100%;
    border: 0px;
    color: #000;
}
.menu .ajax_tab_panel_body
{
    background-color: #000000;
    width: 100%;
}



/*
Rounded corner Link button class, used for styling the link button ASP control
*/
#nav
{
    width: 100%;
    height: 15px;
    padding: 1px 1px 1px 1px;
    background-color: Gray;
}
#nav ul, #nav ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
#nav li
{
}
#nav li a
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
    float: left;
}
#nav li a:hover
{
    text-decoration: underline;
}
#nav .active
{
    text-decoration: underline;
}

/* Message Box*/
/********************************************/
.FormMessageText
{
    padding:2px;
    padding-left:7px;
    border-bottom:2px solid #D7D7D7;
    border-right:2px solid #D7D7D7;
    border-top:2px solid #D7D7D7;
    border-left:none;
    background: url(../../Images/red-bar.png) repeat-y;
}

.FormMessageText p
{
    padding-left:10px;
    text-align: left;
    font-size:14px;
    font-weight:bold;
    color: red;
    background-image: url(../../Images/messagebox_bg.png);
    background-repeat: repeat;
}

.requiredInfo
{
    padding-left:8px;
    /*background: url(../../Images/red-bar.png) repeat-y;*/
    background-color: #548dd4;
}

.requiredInfo p
{
    padding-left:37px;
    text-align: left;
    color: #333;
    background: url(../../Images/Light-Bulb.png) no-repeat 0px 0px ;
}

.information, .success, .warning, .error, .validation, .learningwarning
{
    /*border: 1px solid #75A551;*/
    text-align: left;
    color: #333;
    background-image: url(../../Images/messagebox_bg.png);
    background-repeat: repeat;
}

.information p
{
    background: url(../../Images/info.png) no-repeat 5px 4px ;
    padding: 4px 4px 4px 30px;
}

.success p
{
    background: url(../../Images/success.png) no-repeat 5px 4px ;
    padding: 4px 4px 4px 30px;
}

.warning p
{
    background: url(../../Images/warning.png) no-repeat 5px 4px ;
    padding: 4px 4px 4px 30px;
}

.error p
{
    background: url(../../Images/error_box.png) no-repeat 5px 0px ;
    padding-left: 50px;
    padding-top:5px;
    height:25px;
}

.learningwarning p
{
    background: url(../../Images/Console.png) no-repeat 5px 4px ;
    padding: 4px 4px 4px 30px;
}


.footercorner_left
{
    background: url(images/footerroundcornerleft.png) no-repeat top left;
    display: block;
    float: left;
    width: 8px;
    height: 20px;
}

.footercorner_right
{
    background: url(images/footerroundcornerright.png) no-repeat top left;
    display: block;
    float: left;
    width: 8px;
    height: 20px;
}

.backgroung
{
    background: url(images/BackGround.JPG) top center;
    height: 650px; /*background-position:0 90px;     vertical-align: middle;*/
}

.WebNewsheader
{
    border: 0px;
    width: 100%;
    margin: 3px 0;
    padding: 0px;
    text-align: left;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3a527e;
    cursor: hand;
    border-bottom: solid 1px;
    background: #eee url(../../images/expandAcr.gif) no-repeat 5px right;
}

.WebNewsheaderSelected
{
    border: 0px;
    width: 100%;
    margin: 3px 0;
    padding: 0px;
    text-align: left;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3a527e;
    cursor: hand;
    border-bottom: dashed 1px;
    background: url(../../images/collapseAcr.gif) no-repeat 5px right;
}

.WebNewsheaderSelected .Tdivehide
{
    visibility:hidden;
}

.WebNewscontent
{
   border-bottom: solid 1px;
   padding:5 0 10 0; 
   text-align:justify;
}

.WebNewsImg
{
    background-color:#F8F8F8; 
    border:1px #C0C0C0 solid;  
    padding:3px 3px 0px 3px;
}
.WebNewsDate
{
    font-size: 9pt; 
    font-family: Arial; 
    padding-right: 18px;
}
/*---------- Roundedcorner CSS for MY TEAM PAGE ----------- */
/*.myteam-content {
 width:500px;
}
.myteam-content .top-left {
 margin-right: 12px; 
 background:url(../../images/rounded_corner_bg.png);
 height:12px; 
 font-size: 2px; 
}
.myteam-content .top-right {
 margin-top: -12px; 
 margin-left: 12px;
 background:url(../../images/rounded_corner_bg.png);
 background-position: 100% 0; 
 height: 12px;
 font-size: 2px;
}
.myteam-content .bottom-left {
 margin-right: 12px; 
 background:url(../../images/rounded_corner_bg.png);
 background-position: 0 -9px; 
 height: 14px;
 font-size: 2px;
}
.myteam-content .bottom-right {
 margin-top: -14px; 
 margin-left: 14px; 
 background:url(../../images/rounded_corner_bg.png);
 background-position: 100% -9px; 
 height:14px;
 font-size: 2px;
}
.myteam-content .inside {
 border-left: 1px solid #dbd9d9;
 border-right: 1px solid #dbd9d9;
 color: #000000;
 background:#f5f5f5;
 padding-left: 10px;
 padding-right: 10px;
}*/
/* Rounded Corner for My people*/
#personPopupContainer
{
    margin-top:15px;
    .margin-top:-10px;
    width:450px;
    .width:400px;
}
.personPopupPopup
{
    margin: 0px;
    padding: 0px; 
}
#personPopupContent
{
    background-color: #FFF;
    width: 360px;
}
.personPopupPopup .personPopupImage
{
    margin: 5px;
    margin-right: 15px;
}
.personPopupPopup .corner
{
    width: 14px;
    height: 15px;
}
.personPopupPopup .topLeft
{
    background: url(../../images/personpopup/balloon_topLeft.png) no-repeat;
}
.personPopupPopup .bottomLeft
{
    background: url(../../images/personpopup/balloon_bottomLeft.png) no-repeat;
}
.personPopupPopup .left
{
    background: url(../../images/personpopup/balloon_left.png) repeat-y;
}
.personPopupPopup .right
{
    background: url(../../images/personpopup/balloon_right.png) repeat-y;
}
.personPopupPopup .topRight
{
    background: url(../../images/personpopup/balloon_topRight.png) no-repeat;
}
.personPopupPopup .bottomRight
{
    background: url(../../images/personpopup/balloon_bottomRight.png) no-repeat;
}
.personPopupPopup .top
{
    background: url(../../images/personpopup/balloon_top.png) repeat-x;
}
.personPopupPopup .bottom
{
    background: url(../../images/personpopup/balloon_bottom.png) repeat-x;
    text-align: center;
}
.personPopupPopup .content 
{
    background-color:White;
}

#personPopupLinks
{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 20000;
    height:auto;
}
#personPopupLinkContent
{
    background-color: #FFF;
    height:auto;
  
}

/*---------- Information CSS ----------- */

.InfromationText
{
     font-family: verdana;
     font-size: 11px; 
     font-weight: bold; 
     color:#8E8F8E;
     line-height: 18px;
}
.DiscussionButton
{
    background:url(../../images/ds_board.png) no-repeat right center;
    padding:0px 30px 0px 0px;
    cursor: hand;
    float: right;
    text-decoration:none;
}

.DiscussionButton:hover{
    text-decoration:underline;
}

.DiscussionButton a:hover {
    text-decoration:underline;
}

.FormTreeView td
  {
        border: none !important;
        padding-left: 5px !important;
  }
 .FormTreeView input
  {
    margin-right: 6px;
    margin-top: -4px;
    vertical-align:middle;
  }
 .FormTreeView td img {
    
    top: 1px !important;
 }

 .linkButton
{
    color: #008dcd !important;
    text-decoration:underline !important;
}

input[type=checkbox] {
    margin-right: 5px;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 7px;
}

input[type=radio] {
    margin-right: 5px;
    font-family: Verdana;
    font-size: 12px;
}
td>.FormLabelRight {
    padding: 0px;
}
td>.FormTextBox {
    margin-top: 0em;
}