﻿/********************** HTML Tags *************************/
body {
	background-color: #FFFFFF;
	font-family: Arial,Sans Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	font-family: Arial,Sans Serif;
	color: #006600;
	text-align:center;
	font-variant: small-caps;
}
input {

}
a {
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Sans-Serif, Tahoma;
	font-weight: bold;
	color: #336600;
}
a:hover {
	text-decoration: underline;
}
/********************** ID'S *************************/
#usaMap {
	height:450px; 
	width: 60%; 
	margin-left: auto; 
	margin-right: auto;
	z-index: 0;
	position: relative;
}
/*SITE LAYOUT*/
#pageContainer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}
#pageHeader {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 98;
	/*background: #FFFFFF url("../Images/ShortGradiant_GrayToWhite.jpg") repeat-x bottom left;*/
}
#pageNavigation {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	z-index: 98;
	/*background: #FFFFFF url("../Images/NavigationGradiant_Green.jpg") repeat-x top left;
	border-bottom: solid 1px #000066;*/
}
#pageContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	z-index: 97;
	overflow: visible;
}
#pageFooter {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 30px;
	z-index: 98;
	background: #FFFFFF url("../Images/MixedGradiant_GraytoGreen.jpg") repeat-x top left;
	text-align: center;
	vertical-align: top;
}
/*HEADER LAYOUT*/
/*NAVIGATION LAYOUT*/
#topNavigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 778px;
	height: 25px;
}
#topNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
#topNavigation li {
	padding: 0px;
	margin-left: -3px;
	display: inline;
}

#studentTopMenu ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#studentTopMenu li {
	padding: 3px;
	margin-left: -3px;
	list-style-type: none;
	display: inline;
}

#studentLeftMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#studentLeftMenu li {
	padding: 3px;
}


#subNavigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 25px;
}
#subNavItems a {
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Sans-Serif, Tahoma;
}
/**GADGET**/
#gadget {
	position: relative;
	width: 180px;
	left: 2px;
}
#gadgetHeader {
	position: relative;
	height: 21px;
	width: 100%;
	background-color: #006600;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFF00;
	text-align: center;
	vertical-align: middle;
}
#gadgetInnerHeaderLeft {
	position: relative;
	width: 100%;
	height: 21px;
	background: url("../images/GadgetHeader_LeftCorners_Grn.jpg") no-repeat top left;
	text-align: center;
	vertical-align: middle;
}
#gadgetInnerHeaderRight {
	position: relative;
	width: 100%;
	height: 21px;
	background: url("../images/GadgetHeader_RightCorners_Grn.jpg") no-repeat top right;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
}
#gadgetContent {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 10px;
	border: solid 1px #000066;
	background: url("../images/LongGradiant_Top.jpg") repeat-x top left;
}
#gadgetInnerContent {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	background: url("../images/LongGradiant_Bottom.jpg") repeat-x bottom left;
}
/*CONTENT LAYOUT*/
#pageContentContainerTable {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#two_column_left_side {
	width: 20%;
}
#two_column_right_side {
	width: 80%;
}
#three_column_left_side {
	width: 20%;
}
#three_column_middle {
	width: 65%;
}
#three_column_right_side {
	width: 15%;
}
/*FOOTER LAYOUT*/
#footerText {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #000066;
	text-align: center;
	padding-top: 25px;
}
/*END SITE LAYOUT*/
#lnklogin, #lnkenroll {
	text-decoration: none;
}
#TopTenCourses {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#TopTenCourses li {
	padding: 3px;
}
#TopTenCourses a {
	text-decoration: none;
}
#NewReleases {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#NewReleases li {
	padding: 3px;
}
#NewReleases a {
	text-decoration: none;
}
/********************** CLASSES *************************/
.textBlueBold {
	font-family: Arial,Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.textBlue {
	font-family: Arial,Sans Serif;
	font-size: 12px;
	color: #000066;
}
.textGreenBold {
	font-family: Arial,Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.textGreen {
	font-family: Arial,Sans Serif;
	font-size: 12px;
	color: #006600;
}
.quoteSymbol {
	font-size: 40px;
}
.tableHeaders {
	background-color: #006600;
	font-size: 14px;
	font-weight: bold;
	color: Yellow;
}

.textBoxHighlight 
{
	background-color: #fff8af;
	border: solid 1px #006600;
}

.greenYellowButton 
{
	background-color: #006600;
	border: outset 1px yellow;
	font-weight: bold;
	color: Yellow;
	font-variant: small-caps;
	font-size: 14px;
}


/*  CATEGORIES PAGE */

#category_title
{
	background-color:#006600;
	height:25px;
	width:50%;
}
#category_big_title
{
	
	color:#FFFF00;
	font-size:18px;
	font-family: Tahoma Arial Sans-Serif;
	font-weight:bold;
	margin-left :200px;
    margin-top:0px;
}	


.greenback
{
	background-color:#006600;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight:bold;
	
}
.yellowtext
{
	color:#FFFF00;
}
.greentext
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight:bold;
	color:#006600;
}
.withborder
{
	
	border-left:solid 1px;
	border-right:solid 1px;
	border-top:solid 1px;
	border-bottom:solid 1px;
	

}
/* FAQ */
#faqcontainer
{
	margin-left:75px;
	width:80%;
}
#faqtitle h2
{
	 text-align:center;
	/*position:relative;*/
}
#faqtitle 
{
	margin-left:0px;
	position:relative;
}
#faq
{

}
	
.faqlink
{
	color:#000000;
}

.accordioncontent
{
	background-color: #ffffd6;
	border: 1px dashed #006600;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.accordionheader
{
    border: 1px solid #006600;
    color: Yellow;
    background-color: #006600;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionselectheader
{
	border: 1px solid #006600;
	color: Yellow;
	background-color: #ffff00;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionselectheader a
{
	color: #006600;
}

/*
.accordioncontent
{
	
	margin-left:100px;
	background-color:#FFFF00;
	color:#000000;
	border: dashed 1px #006600;
	position:relative;
	width:500px;	
}
.accordionheader
{
	background-color:#006600;
	width:500px;
	position:relative;
	margin-left:100px;	
}
.accordionselectheader
{
	background-color:#006600;
	width:500px;
	position:relative;
	margin-left:100px;
}

*/

.sectionCollapsePanelHeader
{
	color: #006600;
	background : url("../images/LongGradiant_Top.jpg") repeat-x top left;
	height: 20px;
	width: 100%;
	cursor: pointer;
	float: left;
	padding-right: 5px;
	vertical-align: middle;
	
}

.sectionCollapsePanelContainer
{
	overflow:hidden;
}

.textBoxWatermark {
	font-style: italic;
	color: #808080;
	font-size: 12px;
}

/*
	Student Address Control
*/

 table.Membership-DetailsView {
	border: 1px solid #C0C0C0;
} 

tr.StudentAddress-TitleBar {
 
    background-color: #809DD1; 
	text-align: center;
	color: White;
	font-size: 100%;
	border-style: none;
	font-weight: bold;
    
}

td.StudentAddress-FieldHeader {

	padding-right: 5px;
	color: #006600;
	font-size: 1.2em;
	border-style: none;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	width: 120px;
	text-align: right;
}

tr.StudentAddress-Header_EvenRow {
 
    background-color: #FFFFFF;
	height: 14px;
	color: #000000;
	font-size: 12px;
	font-family: Arial ,Tahoma;
	
}

tr.StudentAddress-Header_OddRow {
	background-color: #FFFFCC;
	height: 14px;
	color: #000000;
	font-size: 12px;
	font-family: Arial ,Tahoma;
}

input.StudentAddress-TextBox {
	width: 270px;

}

select.StudentAddress-TextBox {
	width: 274px;

}


tr.StudentAddress-CommandButtons {

	text-align: center;
	display:inline-block; 
    font-weight: bolder;

}

input.StudentAddress-CommandButtons {
	height: 22px;
	width: 90px;
	margin-right: 6px;
	margin-left: 6px;
}

 StudentAddress{
	width: 490px;
}

table.Membership-DetailsView td{

	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}




table.Membership-DetailsView td.Edit_Textarea input{
	width: 410px;
	height: 40px;
	overflow: scroll;
}
 
table.Membership-DetailsView tr.Command_Buttons {

	text-align: center;
	display:inline-block; 
    font-weight: bolder;

}
table.Membership-DetailsView input.Command_Buttons {

	height: 22px;
	width: 90px;
	margin-right: 6px;
	margin-left: 6px;
}

/*
	Manage Licenses Control
*/

 table.Licenses-Gridview, td.details table.Licenses-Gridview {
	width: 500px;
	border: 1px solid #006600;

} 

table.Membership-Gridview th A:link, th A:visited, th A:active {
  color: White    
}

table.Membership-Gridview td, th{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.Licenses-Gridview th {
 
    background-color: #006600; 
	text-align: center;
	color: Yellow;
	font-size: 100%;
	border-style: none;
	font-weight: bold;
	font-style: normal;
}
   

table.Membership-Gridview div.Name_Column, div.LastActivity_Column {

	display:inline-block; 
	width: 130px; 
	height: 10px;
}

table.Membership-Gridview div.LockedOut_Column {

	display:inline-block; 
	width: 80px; 
}

table.Membership-Gridview div.LastActivity_Column {

	display:inline-block; 
	width: 90px; 
}

table.Licenses-Gridview tr.Odd_Row {
 
    background-color: Yellow;
	height: 14px;
	color: #006600;
	font-size: 12px;
	font-family: sans-serif, Arial ,Tahoma; 
}


table.Licenses-Gridview tr.Even_Row {

    background-color: White;
	height: 14px;
	color: #006600;
	font-size: 12px;
	font-family: sans-serif, Arial ,Tahoma; 
}

table.Licenses-Gridview td {

	border: 1px solid #006600;

}
/*
	License Edit control
*/
 table.License-DetailsView, td.details table.License-DetailsView {
	width: 500px;
	border: 1px solid #000;
} 

table.License-DetailsView th A:link, th A:visited, th A:active {
  color: White    
}

table.License-DetailsView td, th{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.License-DetailsView th {
 
    background-color: #006600; 
	text-align: center;
	color: Yellow;
	font-size: 100%;
	border-style: none;
	font-weight: bold;
	font-size: 14px;
}


table.License-DetailsView tr.Title_Bar {
 
    background-color: #006600; 
	text-align: center;
	color: Yellow;
	font-size: 100%;
	border-style: none;
	font-weight: bold;
    
}

   

table.License-DetailsView div.Name_Column, div.LastActivity_Column {

	display:inline-block; 
	width: 130px; 
	height: 10px;
}

table.License-DetailsView div.LockedOut_Column {

	display:inline-block; 
	width: 80px; 
}

table.License-DetailsView div.LastActivity_Column {

	display:inline-block; 
	width: 90px; 
}

table.License-DetailsView tr.Odd_Row {
 
    background-color: Yellow;
	height: 14px;
	color: #006600;
	font-size: 12px;
	font-family: sans-serif, Arial ,Tahoma; 
}

table.License-DetailsView td.Header_Column {

	display:inline-block; 
	width: 120px; 
    background-color: #006600; 
	text-align: left;
	color: Yellow;
	font-size: 12px;
	border-style: none;
	font-weight: bold;

}

table.License-DetailsView tr.Even_Row {

    background-color: White;
	height: 14px;
	color: #006600;
	font-size: 12px;
	font-family: sans-serif, Arial ,Tahoma; 
}

 
table.License-DetailsView tr.Command_Buttons {

	text-align: center;
	display:inline-block; 
    font-weight: bolder;
}

table.License-DetailsView input.Command_Buttons {

	height: 22px;
	width: 70px;
	margin-right: 6px;
	margin-left: 6px;
}