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