﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}


a:hover
{
    text-decoration: underline;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    height: 30px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 5px;
    min-height: 420px;
    width: 650px;
    text-align: left;
}


.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 150px;
    min-height: 200px;
    text-align: left;
}


.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:auto;
}

div.menu ul li
{
    padding-left: 8px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    line-height: 2.8em;
    padding: 4px 20px;
    text-decoration: none;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{ 
    color: #FFFFFF;
    font-size: 15px;
 }


.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}
/* box1  
----------------------------------------------------------*/
.box1_header, .box1_body
{
    margin: 0px;
    font-size: xx-small;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.box1_header
{
    font-size: 20px;
    color: #006666;
    font-weight: bold;
}
.box1_body
{
    font-size: 12px;
    color: #000000;
}
/* box2  
----------------------------------------------------------*/
.box2_header, .box2_body
{
    margin: 0px;
    font-size: xx-small;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.box2_header
{ 
    border-width: 1px;
    border-color: #CCCCCC;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    border-bottom-style: solid;
 }


.box2_body
{
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    font-family: arial, Helvetica, sans-serif;
    text-align: left;
}
/*text------------------------------------------*/

.normaltxtbox, .normaltxt,.normalbtn,.msgtxt,.errtxt,.normaltxtboxerr
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
.normaltxtbox, .normaltxtboxerr
{ 
    border: 1px solid #666666;
    background-color: #FFFFCC;
    color: #336699;
 }


.normaltxtboxerr
{
    border-color: #FF0000;
}
.msgtxt
{ 
    color: #0000CC;
 }

.errtxt
{ 
    color: #FF0000;
 }

.notetxt
{
    color: #3333CC;
    font-size: 10px;
}
.normalbtn
{
    border: 1px solid #666666;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    background-color: #CECFBD;
    color: #000000;
    cursor: pointer;
}

 .normallink
{
    color: #3366CC;
    text-decoration: underline;
    font-size: 12px;
}
 .displaymsg, .displayerr, .addzone, .summaryzone
{ 
    padding: 5px; font-size: 12px;
    font-family: arial, Helvetica, sans-serif;
 }

 .displaymsg
{ 
    border: 1px solid #6666FF;
    background-color: #CCFFFF;
    color: #003399;
 }

 .displayerr
{
    border: 1px solid #FF6600;
    background-color: #FFCCFF;
    color: #CC0000;
}

 .addzone
{
    border-width: 1px;
    border-color: #006666;
    background-color: #ECEFF5;
    color: #000000;
}

  .summaryzone
{ 
    border: 1px solid #CCCCCC;
    background-color: #ECE9D8;
    color: #000000;
 }

/* grid1 resuld  
----------------------------------------------------------*/
 .grid1_row1:hover,.grid1_row2:hover
{
    background-color: #CCFFFF;
}

.grid1_header, .grid1_row1, .grid1_row2
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;    
}



.grid1_header
{
    border-style: none none dashed none;
    border-width: 1px;
    border-color: #C0C0C0;
    color: #808080;
}



.grid1_row1
{
    color: #003300;
    background-color: #FFFFFF;

}
 .grid1_row2
{ 
    color: #003300;
    background-color: #F0F0F0;
 }

.grid1_cell
{
    padding: 2px;
}
/*course structure match*/

.match, .vmatch
{ 
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #0033CC;
 }




.match
{
    background-color: #996633;
}



/*top menu*/
.bottomtxt
{
    font-size: 12px;
    font-family: Arial;
    color: #CCCCCC;
    text-decoration: none;
    font-weight: bold;
}

.topmenulink
{
    font-size: 14px;
    font-family: Arial;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.userloginlink
{
    font-size: 12px;
    font-family: Arial;
    color: #FFFF99;
    text-decoration: none;
    font-weight: bold;
}
/* group box */
.groupboxc1_1
{
    background-color: transparent;
    background-image: url('../images/pdtopleft.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 10px;
    height: 10px;
    font-size: 8px;
    color: #696969;
    font-family: Arial;
}
.groupboxc1_2
{
    background-color: transparent;
    background-image: url('../images/pdborder.png');
    background-repeat: repeat-x;
    font-size: 10px;
    height: 10px;
    background-position: center bottom;
}
.groupboxc1_3
{
	background-color: transparent;
	background-image: url('../images/pdtopright.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 10px;
	font-size: 8px;
	color: #696969;
	font-family: Arial;
}

.groupboxc2_1
{
	background-color: transparent;
	background-image: url('../images/pdborder.png');
	background-repeat: repeat-y;
	background-position: left center;
	font-size: 8px;
	color: #696969;
}
.groupboxc2_2
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: gainsboro;
}
.groupboxc2_4
{
	font-size: 12px;
	color: white;
	font-family: Arial;
	background-color: steelblue;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.groupboxc2_3
{
	background-color: transparent;
	background-image: url('../images/pdborder.png');
	background-repeat: repeat-y;
	background-position: left center;
	font-size: 8px;
	color: #696969;
}

.groupboxc3_1
{
	background-color: transparent;
	background-image: url('../images/pdbottomleft.png');
	background-repeat: no-repeat;
	background-position: left top;
    height: 10px;
	font-size: 8px;
	color: #696969;	
	vertical-align: top;	
}
.groupboxc3_2
{
	background-color: transparent;
	background-image: url('../images/pdborder.png');
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 8px;

}
.groupboxc3_3
{
	background-color: transparent;
	background-image: url('../images/pdbottomright.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 8px;
	color: #696969;
	vertical-align: top;
}

.winbackg
{
	background-color: #e8e8e8;
	background-repeat: repeat;
	background-position: left center;
	height: 1px;
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.wintop
{
	background-color: transparent;
	background-repeat: repeat;
	background-position: left center;
	font-size: 12px;
	color: black;
	font-family: Arial;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.winbody
{
	background-color: #ffffff;
	background-repeat: repeat;
	background-position: left center;
	font-size: 12px;
	color: black;
	font-family: Arial;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.winbottom
{
	background-color: transparent;
	background-repeat: repeat;
	background-position: left center;
	font-size: 12px;
	color: black;
	font-family: Arial;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.winnote
{
	background-color: #ffffcc;
	font-size: 12px;
	color: black;
	font-family: Arial;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 30px;
	border-bottom: #ffcc66 1px solid;
}
/****/
.prebtn
{
	background-image: url('../images/prebtn.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 22px;
	height: 22px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: white;
	border-bottom-width: 1px;
	border-bottom-color: white;
	border-top-color: white;
	border-right-width: 1px;
	border-right-color: white;
}
.nextbtn
{
	background-image: url('../images/nextbtn.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 22px;
	height: 22px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: white;
	border-bottom-width: 1px;
	border-bottom-color: white;
	border-top-color: white;
	border-right-width: 1px;
	border-right-color: white;
}

.lastbtn
{
	background-image: url('../images/lastbtn.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	width: 22px;
	height: 22px;
}
.firstbtn
{
	background-image: url('../images/firstbtn.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	width: 22px;
	height: 22px;
}
/*left menu*/
 .menu1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #EFEBDE;
    height: 25px;
    padding-right: 0px;
    padding-left: 5px;
}
 .menu1:hover
{
    background-color: #CCFFFF;
}

/*label*/
.inputlabel1, .inputlabel2
{
    height: 25px;
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
    color: #323a40;
    font-style: normal;
    font-family: verdana;
    letter-spacing: normal;
    text-decoration: none;
    background-color: white;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: lightgrey 1px solid;
    border-bottom-style: dashed;
}
.inputlabel1
{
    color: #808080;
    font-weight: bold;
}	
.inputlabel2
{
	color: black;
	text-align: left;
	
}
.inputlabel0
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
/**tab**/
.tabactive, .tabinactive
{
    font-size: 10pt;
    margin: 1px;
    text-transform: none;
    font-style: normal;
    font-family: 'arial';
    letter-spacing: normal;
    text-decoration: none;
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    font-weight: bold;
    cursor: hand;
}
.tabinactive
{
    color: white;
    background-color: #A9A9A9;
}
.tabactive
{
    color: #000000;
    background-color: #FFFFFF;
}
/**tabl**/
.d_tabmenu1, .d_tabmenu2,.d_tabmenu3,.d_tabmenu4,.d_tabmenu5,.d_tabmenu6
{
	font-family: Tahoma;
	font-size: 10pt;
	color: Black;

}
.d_tabmenu1
{
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-right: silver 1px solid;
	background-color: white;
	font-weight: bold;
	text-align: center;
	border-bottom: white 1px solid;

}
.d_tabmenu2
{
	background-color: gainsboro;
	text-align: center;
	border-top-style: none;
	border-left-style: none;
	border-bottom: silver 1px solid;
	border-right: silver 1px solid;
	cursor: pointer;
}
.d_tabmenu3
{
	background-color: gainsboro;
	text-align: center;
	border-top-style: none;
	border-left-style: none;
	border-bottom: silver 1px solid;
	border-right: silver 1px solid;
}
.d_tabmenu5
{
	background-color: transparent;
	text-align: center;
	border-top: silver 1px solid;
	border-left-style: none;
	border-bottom: silver 1px solid;
	border-right: silver 1px solid;
}
.d_tabmenu6
{
	background-color: transparent;
	text-align: center;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-right-style: none;
	border-bottom-style: none;
}
.d_tabmenu4
{
	text-align: center;
	border-bottom: silver 1px solid;
	border-left: silver 1px solid;
	border-right: silver 1px solid;
	border-top-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: white;
}

/**product**/
.d_title3
{
    font-weight: bold;
    border-bottom: white 1px solid;
    font-family: arial;
    font-size: 18px;
    background-color: #EFEBDE;
}
.d_subtitle3
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    border-width: 1px 0px 0px 0px;
    border-color: #C0C0C0;
    border-top-style: solid;
    color: #808080;
}
.d_content3
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
