

/* =================================================================== */
/* INSERTED BY W5 for Standard DNN and W5 Specific styles              */
/* =================================================================== */


/* style of item titles on edit and admin pages */
.Head, .Head td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* color: #333333; */
}



/* style of item titles on edit and admin pages */
.SubHead, .SubHead td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fafafa;
}

DNNAligncenter
{
	text-align: left;
}

/*command buttons*/


table
{
	text-align: left;
}
/*general TD*/
th,td,div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* color: #123f3b; */
}

/*general links style*/
a,a:link,a:visited,a:active
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #4a4c2b;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #fafafa;
}

/* class for user links LOGIN and USER Tokens*/
.user,a.user:link,a.user:active,a.user:visited
{
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	font-weight: bold;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:right;
}
a.user:hover
{
	color:#222222;
	text-decoration:none;
}

#abovemenu {

	width:760px;
	height:5px;
	visibility:visible;
        background-image: url(images/abovemenubg.gif);
}

#menu {
	/* position:absolute; */
	/* left:0px; */
	/* top:255px; */
	width:760px;
	height:25px;
	visibility:visible;
        background-image: url(images/menubg.gif);
}

#menucell {
	text-align: left;
	vertical-align: bottom;
	padding-left: 15px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}
#dnn_login
{
	text-align: right;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:#CCCCCC;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:#999999;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: #F2D98C;
    color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
.DataGrid_HighlightRow
{ 
 font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    background-color:#F5EFD9;
    cursor:hand;
}


/* styles used by Matrix */
.Matrix_Container
{
	background-color: Transparent;
}
.Matrix_Footer
{
    background-color:White;
}
td.Matrix_Header
{
    background-color: #63763A;
    color: #fafafa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border:1px solid #63763A;
    padding: 2px;
}
td.Matrix_SubHeader
{
    background-color:#BA9C4E;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border:1px solid #BA9C4E;
}
.Matrix_Item, .Matrix_Item td
{
    background-color: #F3EFE2;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
.Matrix_AlternatingItem, .Matrix_AlternatingItem td
{
    background-color: #99B364;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
.Matrix_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
span.Matrix_CourseName
{
	display:none;
}
.Matrix_Label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fafafa;
}
.Matrix_Dropdown
{

}
.Matrix_TextBox
{

}
.Matrix_Note
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fafafa;
}

srerror, srerror td
{
                float: left; 
                padding: 2px; 
                font-size: 12px;
                font-family: Arial, Helvetica, sans-serif;
                background-color: #fffbe1; 
                color: #CC0000; 
                border: 2px solid #F9CC4F; 
                margin-bottom: 0px;
}
.srmessage_blue, .srmessage_blue td
{
                float: left; 
                padding: 2px; 
                font-size: 12px;
                font-family: Arial, Helvetica, sans-serif;
                background-color: #013564; 
                color: #ffffff; 
                margin-bottom: 0px;
}
.srmessage_green, .srmessage_green td
{
                float: left; 
                padding: 2px; 
                font-size: 12px;
                font-family: Arial, Helvetica, sans-serif;
                background-color: #315105; 
                color: #ffffff; 
                margin-bottom: 0px;
}
.srmessage_red, .srmessage_red td
{
                float: left; 
                padding: 2px; 
                font-size: 12px;
                font-family: Arial, Helvetica, sans-serif;
                background-color: #BF2D04; 
                color: #ffffff; 
                margin-bottom: 0px;
}

ul li
{
	list-style-type: none;
}

ul.membership li
{
	list-style-type: square;
	color: #fafafa;
}