﻿body
{
}

hr                              {border:0; color:silver; background-color:silver; height:2px; margin-top:12px; margin-bottom:12px}

.WebinarRepeaterAltRowStyle		{ background-color: #E6E8FA; font-weight: normal; color: #284775; }

.WebinarStudentRepeaterAltRowStyle		{ background-color: #E6E8FA; font-weight: normal; color: #284775; }
.WebinarStudentRepeaterAltRowStyle td	{ font-size: 11px; }
.WebinarStudentRepeaterRowStyle td	    { font-size: 11px; }

.WebinarTitle
{
    font-size: 1.0em;
    color: #21538b;
    padding-top: 10px;
    font-weight:bold;
}

.webinarEditStyle
{
	border: 1px solid #B0AEAC;
	background-color: #D9D8D5;
}

.RepeaterHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    color: White;
	background-color: #5D7B9D;
}

.RepeaterFooterStyle td
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    color: White;
	background-color: #5D7B9D;
}

.RepeaterFooterStyle
{
    background-color: #21538b;
    font-weight: bold;
}

.RepeaterFooterStyleNoBorder td
{
    color: White;
	background-color: #5D7B9D;
}

.RepeaterFooterStyleNoBorder
{
    background-color: #21538b;
    font-weight: bold;
}

.RepeaterHeaderStyle
{
    background-color: #21538b;
    font-weight: bold;
}

.RepeaterSmallFont
{
	font-size: 10px;
}



.GridViewStyle
{
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}

.GridViewStyle a
{
    color:  #21538b;
}

.GridViewStyle a:hover
{
    color:  #333333;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    color: White;
	background-color: #21538b;
}

.GridViewHeaderStyle
{
    background-color: #21538b;
    font-weight: bold;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #FFFFFF ;
    font-weight: bold;
    color: #333333;
}

.GridViewAlternatingRowStyle
{
    background-color: #E6E8FA;
    font-weight: bold;
    color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle a:focus
{
color:  #ffffff;
}

.GridViewPagerStyle td
{
    background-color: #21538b;
    color: #ffffff;
    text-decoration: underline;

}

.GridViewPagerStyle a:link
{
color:  #a1a1a1;
}

.GridViewPagerStyle a:hover
{
color:  yellow;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}



