/* 
================================
Skin styles for ModuleReviews.com >> Draft
================================
*/   

.border {
	border-bottom: 1px solid #f4f4f4;
}
.skinheader {
  BACKGROUND-IMAGE: url(header.gif);
	WIDTH: 760px;
	BACKGROUND-REPEAT: no-repeat;
}

.controlpanel {
	width: 100%;
	background-color: #F4F4F4;
}

/*Panes*/

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 1px;
}
.leftpane {
	width: 220px;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 1px;
}

.contentpanetop {
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 1px;
}

.contentpane {
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 1px;
}

.contentpanebottom {
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 1px;
}
.rightpane {
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 1px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 1px;
}

.panes {
	background-color: #ffffff;
}

/*End Panes*/

/*Main Menu*/
.MainMenu_MenuContainer {
	background-color: #000032; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	border-left: #000032 1px solid; 
	border-bottom: #000032 1px solid; 
	border-top: #000032 1px solid; 
	border-right: #000032 1px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	
	
}

.MainMenu_MenuIcon {
   cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 14px;
	display: none;
}

.MainMenu_SubMenu {
	background-color: #000032;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #cccccc; 
	cursor: pointer; 
	cursor: hand; 
	color: #000032; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
   border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid;
		padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
}

.MainMenu_MenuArrow {
	border-right: #eeeeee 1px solid; 
	border-bottom: #eeeeee 1px solid; 
	border-top: #eeeeee 0px solid;
	font-family: webdings; 
	font-size: 9px; 
	cursor: pointer; 
	cursor: hand; 
	display: none;
	height: 20px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/*End Main Menu*/

.StandardButton     {
    background: #9A4CCE none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}

/*CUSTOM CLASSES- FROM DEFAULT.CSS */
.pagemaster {
	width: 100%;
	BACKGROUND-color:  #99CCFF;
}

.footer {
	BACKGROUND-IMAGE: url(footer.gif); 
	WIDTH: 760px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 75px; 
	TEXT-ALIGN: center;
}

.footerBG {
	background-image: url(footerBG.gif);
	background-repeat: repeat-x;
	
}

.skinmaster {
	BACKGROUND-color: #99CCFF;
	border-top: 0px;
	BORDER-RIGHT: #8F9092 0px solid; 
	BORDER-TOP: #8F9092 0px solid; 
	BORDER-LEFT: #8F9092 0px solid; 
	BORDER-BOTTOM: #8F9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}


/*Text Styles*/
.Normal   {
    font-family: Verdana, Tahoma, Arial;
    FONT-SIZE: 10pt; 
	 color: #333333;
}

.NormalSML   {
    font-family: Verdana, Tahoma, Arial;
    FONT-SIZE: 10px; 
	 color: #333333;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    FONT-SIZE: 18px; 
	 LEFT: 37px; 
	 color: #666666;
}

.LightBG   {
    font-family: Tahoma, Arial, Helvetica;
    FONT-SIZE: 10px; 
	 color: white;
}

A.LightBG:visited {
	COLOR: red;
}

A.LightBG:hover {
	COLOR: #000032; 
	TEXT-DECORATION: underline;
}

A.LightBG:active {
	COLOR: white;
}

A.LightBG:link {
	COLOR: white;
}
/*End Text Styles*/

.LoginBg {
	background-color: #006599;
	background-repeat: repeat-x;
	width: 100%;
}

.ScrollPane {
	background-color: #000032;
}