﻿body 
{
    background-image:url(../images/background_primary_skinny.jpg);
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
    height: 100%;
}

div.spacer {
  clear: both;
}

/*FONT STYLES*/
body, div, td 
{
    font-family:Helvetica, Helvetica neue, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 170%;
}

h1 {
    font-family:"Gill Sans", "Arial Narrow", Helvetica, Helvetica neue, Verdana, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 170%;
}

h2 {
    font-family:"Gill Sans", "Arial Narrow", Helvetica, Helvetica neue, Verdana, Arial, Sans-Serif;
    font-size: 16px;
}

h3 {
    font-family:"Gill Sans", "Arial Narrow", Helvetica, Helvetica neue, Verdana, Arial, Sans-Serif;
    font-size: 14px;
}

.tinytext
{
    font-size: 9px;
}

.boldtext
{
    font-weight: bold;
}

.whitetext
{
     color: White;
}

.page_header_text {
    font-size: 8pt;
}

h2 {
    padding: 0px;
    margin: 0px;
}

h3 {
    padding: 0px;
    margin: 0px;
}

h4 {
    padding: 0px;
    margin: 0px;
}

.redtext {
     color: red;
}

.greentext {
     color: green;
}

.bigtext {
     font-size: 20px;
}

/*LINK STYLES*/
a.lineofservice
{
    font-size: 16px;
    color: Black;
    text-decoration: none;
    line-height:200%;
}

a.lineofserviceselected
{
    font-size:16px;
    font-weight: bold;
    background-position:right;
    background-repeat:no-repeat;
    color: Black;
    text-decoration: none;
    line-height:200%;
}

a.coursegroup
{
    color: Black;
    font-size: 14px;
    text-decoration:none;
}

a.courselisting {
     color: Black;
     text-decoration: none;
}

a.globalnavigation
{
    font-family: Calibri, Verdana, Arial;
    font-size: 1.1em;
    color: Black;
    text-decoration: none;
}

a.subnavigation
{
    font-family: Calibri, Verdana, Arial;
    font-size: 1.1em;
    color: white;
    text-decoration: none;
}

a.subnavigation:hover
{
    font-family: Calibri, Verdana, Arial;
    font-size: 1.1em;
    color: white;
    text-decoration: underline;
    font-weight: bold;
    width: auto;
}

a.tab_link_active
{
    color: #000000;
    text-decoration: none;
}

a.tab_link_inactive
{
    color: gray;
    text-decoration: none;
}

/*NAVIGATION*/
.global_navigation_link {
    background-repeat: no-repeat;
    margin-top: 115px;
    background-color: #E9E2D2;
    border: 1px solid #D9CEB2;
    border-bottom-color: #D5DED9;
}


.admin_navigation_link {
    background-repeat: no-repeat;
    margin-top: 0px;
    background-color: #E9E2D2;
    border: 1px solid #D9CEB2;
    border-bottom-color: #D5DED9;
}

.navigation_button_row {
     vertical-align: bottom;
     position: inherit;
     right: 0px;
}

#nav, #nav ul {
	float: left;
    background-color: #fff;
    height: 30px;
	list-style: none;
	padding: 0;
	border: solid #99B2B7;
	border-width: 0;
	margin: 0 0 0 0;
	text-align: center;
}

#nav a {
	display: block;
	width: 90px;
	height: 30px;
	color: #000;
	text-decoration: none;
	padding-top: 4px;
}

#nav a.daddy {
}

#nav li {
	float: left;
	padding: 0;
	width: 90px;
}

#nav li a {
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 90px;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	text-align: left;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 210px;
	width: 9em;
    background-color: #99B2B7;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #99B2B7;
}

/*TABS*/

div.navigation_tab {
    float: left;
    font-weight: bold;
}

div.navigation_tab div.navigation_tab_active {
    background-color: #d9ceb2;
    border: 1px solid black;
    border-bottom: 1px solid #d9ceb2;
    padding: 5px;
    margin-bottom: 0px;
    float: left;
}

div.navigation_tab div.navigation_tab_inactive {
    background-color: #e9e2d2;
    border: 1px solid #cccccc;
    border-bottom: 1px solid #d9ceb2;
    padding: 5px;
    margin-bottom: 0px;
    color: #777;
    float: left;
}

/*COURSE LISTINGS*/
div.coursegroup {
     padding-left: 3px;
     padding-top: 3px;
     padding-bottom: 3px;
     border-bottom: 1px solid black;
}

div.courselisting {
     padding-left: 25px;
}

div.individualcourse {
     padding-left: 8px;
     border-bottom: 1px solid white;
     padding-top: 3px;
     padding-bottom: 3px;
}

/*REGISTRATION PROCESS*/
div.regstagecomplete {
     padding: 6px 0px 3px 40px;
     margin-bottom: 2px;
     background-color: #e9e2d2;
     color: #948C75;
     background-image: url('../images/checkmark_complete.png');
     background-repeat: no-repeat;
     height: 28px;
}

div.regstageactive {
     padding: 6px 0px 3px 40px;
     margin-bottom: 2px;
     background-color: #948C75;
     color: #000000;
     font-weight: bold;
     background-image: url('../images/checkmark_incomplete.png');
     background-repeat: no-repeat;
     height: 28px;
}

div.regstageincomplete {
     padding: 6px 0px 3px 40px;
     margin-bottom: 2px;
     background-color: #e9e2d2;
     color: #948C75;
     background-repeat: no-repeat;
     height: 28px;
}

/*STUDENT COURSE DISPLAY*/

div.studentcourse div.maincourse {
     margin-bottom: 15px;
}

div.studentcourse div.coursetitle {
     color: Black;
     text-transform: uppercase;
     font-size: 16px;
     padding: 3px;
     display: block;
}

div.studentcourse div.componentlist {
     background-image: url(../images/coursearrow.png);
     background-position: left top;
     background-repeat: no-repeat;
     padding-top: 15px;
     margin-left: 10px;
     padding-bottom: 15px;
     padding-right: 15px;
}

div.studentcourse div.onlinecomponent {
     margin-left: 10px;
     padding:3px;
     background-color: #c2c2c2;
     border-bottom: 1px solid white;
     clear: both;
     display: block;
}

div.studentcourse div.offlinecomponent {
     margin-left: 10px;
     padding: 3px;
     background-color: #c2c2c2;
     clear: both;
     display: block;
}

div.studentcourse div.componenttitle {
     width: 40%;
     float: left;
     display: block;
}

div.studentcourse div.componentstatus {
     width: 20%;
     float: left;
     display: block;
}

div.studentcourse div.componentdate {
     width: 20%;
     float: left;
     display: block;
}

div.studentcourse div.skillsessiontitle {
     width: 400px;
     float: left;
     display: block;
}

div.studentcourse div.skillsessiondate {
     width: 150px;
     float: left;
     display: block;
}

div.studentcourse div.skillsessionlink {
     width: 150px;
     float: left;
     display: block;
}

div.studentcourse div.offlinecomponentdetail {
     border-top: 1px solid white;
     background-color: white;
     margin-left: 20px;
     padding: 3px;
}


/*BACKGROUND COLORS*/

.whitebackground {
    background-color: #ffffff;
}

.tanbackground {
    background-color: #d9ceb2;
}

.darkbackground 
{
    background-color: #948C75;
}

.lightbackground
{
    background-color: #e9e2d2;
}

.lighterbackground
{
    background-color: #f4f1e9;
}

.expiredbackground
{
    background-color: #CF818A;
}

.inactivebackground
{
    background-color: Red;
}

.lightbluebackground {
    background-image: url(../images/background_lightblue_gradient.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #d5ded9;
}

.darkbluebackground {
    background-color: #99b2b7;
    background-image: url(../images/background_darkblue_gradient.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.featured_content_background {
    background-color: #d9ceb2;
}

.featured_content_shadow {
    background-image: url(images/featured_content_shadow.png);
    background-position: right center;
    background-repeat: no-repeat;
}

/*BORDER COLORS*/
.single_blue_border {
    border: solid 1px #99b2b7;
}

.no_border {
    border: 0px;
    border-collapse: collapse;
}

/*PADDING*/
.default_padding {
    padding: 10px;
}

.no_vert_padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no_vert_margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.layout_2_column_left {
    margin: 0px 5px 0px 10px;
}   

.layout_2_column_right{
    width: 425px;
    margin: 0px 10px 0px 5px;
}

/*GRIDVIEWS*/

.gridview_standard
{
    border-style:none;
    border-collapse:collapse;
}

.gridview_menu
{
    border-style:none;
    border-collapse:collapse;
    text-align:right;
    padding-right: 10px;
}

.arrow_row
{
    background-image:url(../images/arrow_right.gif);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #D5DED9;
    padding-right: 0px;
    font-weight: bold;
}

.gridview_standard td
{
    border-style:none;
}

/*LAYOUTS*/
#container
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-width: 800px;
    background-color: White;
}

#logo_left
{
    padding-top: 25px;
    height: 125px;
    float: left;
}

#logo_right
{
    height: 125px;
    float:right;   
}

#page_header
{
    height: 250px;
    background-color: #d5ded9;
}

#page_header_skinny
{
    height: 30px;
    background-color: #d5ded9;
    margin-bottom: 0px;
}

#page_photo
{
    width: 350px;
    float: left;
}

#page_upper_content
{
    padding-top: 3px;
    width: 450px;
    float: left;
}

#navbar {
    height: 30px;
    margin-bottom: 0px;
}

#page_blurb
{
    clear: both;
    background-image: url('../images/global_navigation_shadow.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    padding: 10px;
    margin-top: 0px;
}

.body_1col_pad {
    margin: 0px 10px 20px 10px;
}

.body_2col_full {
    overflow: hidden;
}

.body_2col_full_left {
    width: 350px;
    float: left;
    display:inline;
}

.body_2col_full_right {
    width: 450px;
    /*float: left; in case the web page gets totally messed up, just uncomment this line and delete the following line */
    float: right;
    display:inline;
}

.body_2col_skinny_left {
    width: 180px;
    float: left;
    display:inline;
}

.body_2col_skinny_right {
    width: 600px;
    float: left;
    display:inline;
}

.body_2col_skinny_pad_right {
    width: 580px;
    float: left;
    display:inline;
}

.body_2col_pad {
    min-height: 200px;
    overflow: hidden;
    margin: 0px 10px 20px 10px;
}

.body_2col_pad_left {
    width: 335px;
    float: left;
    display:inline;
    margin: 0px 5px 20px 10px;
}

.body_2col_pad_right {
    width: 435px;
    float: left;
    display:inline;
    margin: 0px 10px 20px 5px;
}

.body_2col_superpad_right {
    width: 425px;
    float: left;
    display:inline;
    margin: 0px 10px 20px 15px;
}

.page_header {
    background-color: White;
    padding: 10px;
    padding-bottom: 0px;
}

.sub_header {
    background-color: White;
    padding: 0px;
    padding-bottom: 0px;
    vertical-align: bottom;
}

.page_body_content {
    height: inherit;
}

#page_footer_left
{
    margin-top: 15px;
}

#page_footer_right
{
    margin-top: 15px;
    text-align: right;
}

.student_header {
    background-color: #D9CEB2;
    margin-top: 0px;
    margin-bottom: 20px;
    vertical-align: middle;
}

.admin_header {
    background-color: #ed1b2d;
    margin-top: 0px;
    margin-bottom: 20px;
    vertical-align: middle;
}

.arcustaff_header {
    background-color: #d9ceb2;
    margin-top: 0px;
    vertical-align: middle;
    text-align: right;
}

/*FORMS*/
div.form-container
{
    /*padding-left: 30px;
    padding-right: 30px;*/
}

p.legend
{
    margin-bottom: 1em;
}

p.legend em
{
    color: #C00;
    font-style: normal;
}

div.errors
{
    margin: 0 0 10px 0;
    padding: 5px 10px;
    border: #FC6 1px solid;
    background-color: #FFC;
}

div.errors p
{
    margin: 0;
}

div.errors p em
{
    color: #C00;
    font-style: normal;
    font-weight: bold;
}

div.form-container div.form-element
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div.form-container p
{
    margin: 0;
}

div.form-container p.formheader
{
    font-size: 130%;
    color: #333;
    margin-bottom:10px;
}

div.form-container p.formheaderinfo {
	font-size: 130%;
    color: #333;
    margin-bottom:10px;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	width: 80px;
}

.popup {
	background-color: #ffffcc;
	font-size: 10px;
	border: solid #660000 thin;
	width: 150px;
	padding-left: 2px;
	padding-right: 2px;
}

div.form-container p.note
{
    margin-left: 119px;
    font-size: 90%;
    color: #333;
}

div.form-container span.note
{
    margin-left: 119px;
    font-size: 90%;
    color: #333;
}

div.form-container fieldset
{
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;	
	background-color:#D5DED9;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#99B2B7;

}

div.form-container fieldset.whitebackground
{
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;	
	background-color:#fff;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#99B2B7;

}

div.form-container legend
{
	position:absolute;
	padding: 3px 5px;
	top: -10px;	
	background-color:#eee;
	border-width:1px 1px 1px 10px;
	border-color:#EE1B2C;
	border-style:solid;	
	color:#5c71a2;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;

}

div.form-container fieldset div
{
	padding: 0.25em 0;
}

div.form-container td {
    padding-top: 0px;
    padding-bottom: 10px;
}

div.form-container label, 
div.form-container span.label
{
	margin-right: 10px;
	width: 100px;
	display: block;
	float: left;
	text-align: right;/**/
	padding-right: 10px;
	position: relative;
	font-weight: bold;
}

div.form-container label.error, 
div.form-container span.error
{
	color: #000;
}

div.form-container label em, 
div.form-container span.label em
{
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #000;
}

div.form-container input[type='text'], div.form-container input[type='password']
{
	background-color:#eee;
	margin:2px 5px 0 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#809431;
	color:#5c71a2;
	font-size: 16px;
}

div.form-container input[type='text'] .plaintextbox
{
     background-color: #ffffff;
     font-size: 12px;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#809431;
}

div.form-container input.error
{
	border-color: #C00;
	background-color: #FEF;
}

div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus
{
	background-color: #FFC;
	border-color: #FC6;
}

div.form-container div.controlset label, 
div.form-container div.controlset input
{
	display: inline;
	float: none;
}

div.form-container div.controlset div
{
	margin-left: 170px;
}

div.form-container div.buttonrow
{
	margin-left: 220px;
}

.actionbutton {
    background-color:#ddd;
	border:1px solid #809431;
	font-weight:bold;
	padding:2px;
	margin:0px 0px 0px 20px
}

.registerbutton {
     background-color: #FB0F0C;
     border: 1px solid black;
     font-weight: bold;
     font-size: 16px;
     color: White;
     padding: 10px 10px 10px 10px;
     margin: 10px 0px 10px 10px;
     float: right;
     text-align: center; 
     position: inherit;
     right: 5px;
}

.rowstyle1 {
    background-color: #948C75;
}

.rowstyle2 {
    background-color: #e9e2d2;
}

