
/* CSS Document  */

body
{
    margin: 0;
    padding: 0;    
	font-family:"Times New Roman", Times, serif;
	color: White;
}

#pagemaster {
    margin: 0;
    padding: 0;
	width: 100%;
	height: 100%;	
    background-color:#6D0000;
    text-align: center;
}


#logo
{
    background-color:#790000;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;

}

#menu {
	position: relative;
	background:url(images/menu.gif) top repeat-x;
	/*height: 46px;*/
	height: 30px;
	width: 100%;
	text-align: center;
}

#footer
{
    width: 100%;
    text-align: center;
}

.rightcontent {
	position: relative;
	float: right;
	padding: 5px 15px 5px 15px;
	vertical-align: middle;
	border:#FFFFFF dotted 1px;
	border-width: 0 0 0 1px;
	width: 200px;
    font-family:"Times New Roman", Times, serif;
}

h1, .Head, A.Head:visited, A.Head:link, A.Head:active {
	font-size: 22px;
    font-family:"Times New Roman", Times, serif;
	letter-spacing: 2px;
	color:#FFFFFF;
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 2px;
	color:#FFFFFF;
	margin: 0;
	padding: 0 0 10px 0;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
}

.login, a.login:link, a.login:visited, a.login:active, .copyright 
{
  color:  #ededed;
  font: 7pt;
  font-family:"Times New Roman", Times, serif;
}
.ControlPanel
{
    background-color: #790000;
    border-bottom-color: #ededed;
}
.SubHead, .CommandButton, .NormalBold, A:link, A:visited,
A.CommandButton:link, A.CommandButton:visited, A.NormalBold:link, A.NormalBold:visited
{
    color: #ededed;
    text-transform: capitalize;
    font-variant: small-caps;
    text-decoration: none;
}
A.CommandButton:hover, A.CommandButton:active, A.NormalBold:hover, A.NormalBold:active,
A:hover, A:active
{
    color: #ADADAD;
    text-transform: capitalize;
    font-variant: small-caps;
    text-decoration: underline;
}

/*DNN */
/* DNN Menu*/
.MainMenu_MenuContainer {
	background-color: transparent; 
	width: 760px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.MainMenu_MenuItem{
	border-left: #790000 5px solid; 
	border-bottom: #790000 1px solid; 
	border-top: #790000 1px solid; 
	border-right: #790000 5px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;	
	padding-right: 15px;	
}

.MainMenu_MenuItemSel{

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	color: #790000;
	background-color: Transparent;
	padding-right: 15px;	
}

/*Sub Menu*/
.MainMenu_SubMenu {
	background-color: #790000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 0px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_SubMenuItem {

	cursor: pointer; 
	cursor: hand; 
	color: #ededed; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	padding: 0px;
	
}
.MainMenu_SubMenuItemSel {
	background-color: #ededed; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	color: #790000;	

}

.MainMenu_MenuIcon 
{
	border-left: #ededed 1px solid; 
	border-bottom: #ededed 1px solid; 
	border-top: #ededed 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 10px; 
	height: 21px;
	background-color: #ededed;
	text-align: center;
	padding: 5px;
}

.MainMenu_MenuBreak {
	height: 1px;
	background-color: #ededed;
}

.MainMenu_MenuArrow {
	border-right: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 0px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
