/* GENERAL */
Body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#033553;
}

.TopBG {
	
	}

.controlpanel {
width: 100%;
background-color: #E5ECFA;
border: solid #EAEAEA 1px;
}

.HeadBG  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
}


.MenuBG {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color:#000000;
	text-align:center;
}

.Head   
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: #005595;
}

.ContentPane {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#033553;
font-size:11px;
}

.DateClass
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#9b9b9b;
font-size:11px;
font-weight:bold;
}


.FooterBG {

	padding: 5px 5px 5px 15px;
	color:#000000;
}



/* text style used for most text rendered by modules */
.Normal
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 500;
	color:#033553;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color: #ff0000
}

.NormalBold
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}



/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: green;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A:link 
{
    text-decoration:    none;
    color: #9b9b9b;
}

A:active 
{
    text-decoration:    none;
    color: #9b9b9b;
}

A:hover 
{
    text-decoration:underline;
    color: #ff0000;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11px;
    color:yellow;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	text-align:center;
	cursor: pointer; 
	cursor: hand; 
	height:16px;
}

.MainMenu_MenuItem {
	background-color:transparent;
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight:bold;
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color:#054F7C; 
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 0px; 
	height: 23px;
}

.MainMenu_MenuItemSel {
	background-color:transparent;
	cursor: pointer; 
	cursor: hand; 
	color:#b4b4b4; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight:bold;
	font-style: normal;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;

}
.SelectedMenu
{
	text-decoration:underline;
}

.RootMenuHover
{
	background-color:transparent;
	cursor: pointer; 
	cursor: hand; 
	color:#b4b4b4; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight:bold;
	font-style: normal;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight:bold;
	font-style: normal; 
	background-color:#054F7C; 
	border-bottom: #9B9A95 0px solid; 
	border-left: #DBDBDB 4px solid; 
	border-top: #000000 0px solid; 
	border-right: #DBDBDB 4px solid;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

.SubMenuHover
{
	background-color:#003859;
	cursor: pointer; 
	cursor: hand; 
	color:#b4b4b4; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight:bold;
	font-style: normal;
	opacity: 2;
	filter: alpha(opacity=200);
	-moz-opacity:2;
}

.MainMenu_MenuBreak {
	border-bottom: #ff0000 0px solid; 
	border-left: #ff0000 0px solid; 
	border-top: #ff0000 0px solid;  
	border-right: #ff0000 0px solid; 
	height: 21px;
	
}

.MainMenu_MenuArrow {
	color:#054F7C;
	font-family: webdings; 
	font-size: 12pt; 
 	cursor: pointer; 
	cursor: hand; 	
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	color:#054F7C;
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Snapsis */

#SignInContainer
{
	position:absolute;
	right:35px;
	top:3px;
	border-top: white 1px solid; 
	border-left: white 1px solid; 
	border-right: black 1px solid; 
	border-bottom: black 1px solid; 
	width: 350px;
	height: 20px;
	background-color:#F37135;
	padding:2px;
}

.SignInBackTop
{
	width: 300px;
	height: 116px;
	vertical-align:top;
}

.SignInBackTile
{
height:1;
width:300px;
}

.SignInBackBottom
{
	width:300px;
	height: 12px;
}

.SignInbtnLogin
{
	background:url() no-repeat;
	background-position: center center;
	width: 65px;
	height: 17px;
}

.SignInbtnRegister
{
background:url() no-repeat;
background-position: center center;
width: 65px;
height: 17px;
}

.SignInbtnEmailPassword
{
background:url() no-repeat;
background-position: center center;
width: 115px;
height: 17px;
}

.block {
	background-image: url();
	background-repeat: no-repeat;
	width: 90px;
}  

/*Asp hyperlink class for Snapsis*/

.LoginLogout {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #4469A0;
padding-left: 2px;
padding-right: 2px;
}

/* hyperlink style for LoginLogout for Snapsis */
A.LoginLogout:link {
text-decoration:none;
color: #EFEFEF;
}

A.LoginLogout:visited  {
text-decoration: none;
color:#EAEAEA;
}

A.LoginLogout:active   {
text-decoration:none;
color:#EFEFEF;
}

A.LoginLogout:hover{
text-decoration: underline;
color: red;
}

.Faded
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#999999;
}





