body {
	background-color: #444444;
	margin: 0px;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight: bold;
    color: #efefef;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: white;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #98968a;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #FF0000;
}

/* ____________________________ GENERIC ________________________________________ */

a:link, a:visited, a:active {
	color: #447503;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #6ED003;
	text-decoration: none;
	font-weight: normal;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}

/* _______________________ DNN bottom links ______________*/

a.links_bottom:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration: none;
	font-weight:normal;
	text-transform: uppercase;
}
a.links_bottom:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	text-transform: uppercase;	
}
a.links_bottom:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration:none;
	font-weight:normal;
	text-transform: uppercase;	
}

a.links_bottom:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration:none;
	font-weight:normal;
	text-transform: uppercase;	
}
.links_bottom {
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration:none;
	font-weight:normal;
	text-transform: uppercase;
}

/* ______________  Footer __________________*/

/*.footer {
	color: #85B701;
	text-decoration: none;
}

a.footer:link {
	color: #85B701;
	text-decoration: none;
}

a.footer:visited {
	color: #AFD843;
	text-decoration: none;
}

a.footer:hover {
	color: #AFD843;
	text-decoration: none;
}

a.footer:active {
	color: #AFD843;
	text-decoration: none;
}*/

/*__________________________________ Copyright _______________________________________________*/

.Copyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #98968a;
	text-transform: uppercase;
}
a.Copyright:link{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
a.Copyright:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
}
a.Copyright:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
} 

a.Copyright:visited{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
} 

.DNNCopyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #4791C5;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

/*__________________________________ Main Menu ______________________________________*/

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 168px;
	padding: 0px;
	padding-bottom: 0px;
	
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: #addcf4; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	border: 0px #000000 solid;
	padding: 2px 0 0 0;
	background-color: #000000;
}

.MainMenu_MenuItemSel {
	background-color: #addcf4; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	border: 0px #FFFFFF solid;
	padding: 2px 0 0 0;}
	
.MainMenu_MenuIcon {
	display:none;
}

.rootmenuitem {	
	background-color: transparent;
	cursor: hand; 
	color: #addcf4; 
	font-family: Arial; 
	font-size: 10px;  
	font-weight: normal;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	
	/* height: 26px;
	display:table-cell; */
}

.rootmenuitemselected {
	background-color: transparent;
	cursor: hand; 
	color: #efefef; 
	font-family: Arial; 
	font-size: 10px;  
	font-weight: normal;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	
	/* height: 26px;
	display:table-cell; */	
}

.rootmenuitembreadcrumb {
	background-color: transparent;
	cursor: hand; 
	color: #efefef; 
	font-family: Arial; 
	font-size: 10px;  
	font-weight: normal;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	
	/* height: 26px;
	display:table-cell; */
}

.submenuitembreadcrumb{
	cursor: hand; 
	color: #efefef; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px #efefef solid;
	background-color: transparent;
	padding: 2px;
}

.submenu {
	z-index: 1000;
	background-color: #57585C; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;
	margin-top:4px;
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* _______________ div's ______________________ */

#lowerhome {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 360px;
	background-image: url(images/bg_bldg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;

}

#righthome {
	padding-top: 20px;
	padding-right: 20px;
	width: 344px;
}

#leftside {
	background-image: url(images/sider_left.jpg);
	background-repeat:repeat-y;
}

#rightside {
 	background-image: url(images/sider_right.jpg);
	background-repeat:repeat-y;
} 

#bar {
	background-color: #444444; 
}

#Copyright {
	padding-left: 20px;
}

#menu {
	padding-left: 0px;
	padding-top: 0px;
}

#login {
	padding-left: 20px;
	padding-top: 0px;
}