/* CSS Document */

body {
	margin-top: 10px;
	text-align: center;
} 

/*********** DNN Skin Styling ************/

.controlpanel {

	background-color: #FEFEFE;
	border-right: #FF0000 1px solid; 
	border-top: #FF0000 1px solid; 
	border-left: #FF0000 1px solid; 
	border-bottom: #FF0000 1px solid; 
}

.toppane {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.leftpane {
	width: 175px;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-top: 4px;
}
.contentpane {
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-top: 4px;
}
.rightpane {
	width: 175px;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-top: 4px;
}
.bottompane {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

/* Main Menu Bar Styles */

.MainMenu_MenuContainer
{
    background-color: transparent;
}

.MainMenu_MenuBar
 {
    cursor: pointer;
    height: 22px;
}

.MainMenu_RootMenuItem
{
    
	border: solid 10px purple;
    background-color: Orange;
}

.MainMenu_MenuItem
{
    cursor: pointer;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
    font-weight: bold;
    font-style: normal;
	height: 22px;
	border: 0px;
	background: Transparent;
}

.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: #CC0000;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
    font-weight: bold;
    font-style: normal;
	background: Transparent;
}

.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: #B3B3B3;
	border: 0px;
    width: 10px;
    height: 10px;
}

/* ???????? text has to be black !*/
.MainMenu_SubMenu {
	padding: 3px;
	background-color: #424242;
	border: #CCCCCC 1px solid;
	color: white;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}



.MainMenu_MenuArrow
{
    display: none;
}

/*  NORMAL */

/* ?????????  */
.Normal,.NormalDisabled
{
    font-size: 11px;
    font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* ????? */
.NormalDisabled
{
    color: Silver;
}

.NormalBold
{
	font-weight: bold;
}

.NormalRed
{
	color: red;
}

.NormalTextBox
{
    font-size: 11 px;
    font-weight: normal;
    background-color: #FFFFFF;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

.CommandButton
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DDDDDD;
	color: #333333;
	padding: 3px;
}

A.CommandButton:link 
{
    text-decoration:    none;
    color: #333333;
}

A.CommandButton:visited   
{
    text-decoration:    none;
    color:  #333333;
}

A.CommandButton:active    
{
    text-decoration:    none;
    color:  #333333;
}

A.CommandButton:hover 
{
    text-decoration:    underline;
    color: #990000;
}

.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #FF0000;
    color: #000000;
}

.SubHead
{
	color: #990000;
}

/* NORMAL styles */

/* LINKS Stule */

A{
	font-size: 11px;
	color: #666666;
}

A:link 
{
    text-decoration: none;
    color: #666666;
}

A:visited   
{
    text-decoration:    none;
    color:  #666666;
}

A:active    
{
    text-decoration:    none;
    color:  #666666;
}

A:hover 
{
    text-decoration:    underline;
    color: #CC0000;
}

/* END of Link Styles*/


/* SKIN OBJECTS Styles (Breadcrums, Login, Date etc)*/
.SkinObject {
    color: #990000;
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
	padding: 4px;
}

A.SkinObject:link	{
	text-decoration:    none;
    color: #990000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #990000;
}

A.SkinObject:hover    {
    text-decoration: none;
    color: #990000;
	background-color: #DDDDDD;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #990000;
}

/*  END of Skin Object styles*/


.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

/*********** End of DNN Skin Styling ************/

/*********** MBCOL Skin Styling **********/
#containerWrap {

	width: 800px;

	border-left-style:solid;
	border-left-width: 1px;
	border-left-color: #424242;
	
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color: #424242;
	
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #424242;
	
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #424242;

}

#leftBar {
	width: 200px;
	background-color: #dbdbdd;
	background-image: url(leftbar_bg.jpg);
	background-repeat: repeat-x;
}

#logoBottomBar {
	background-image: url(logo_bottombar.jpg);
	background-repeat: repeat-x;
	height: 10px;
}

#rightBar {
	width: 100%;
}

.loginBar {
	height: 35px;
	padding: 5px;
}

.currentDate {
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
}

.breadCrumbText{
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
}

.searchBar {
	height: 10px;
	padding: 5px;
	border-bottom-color: #b11010;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#banner {
	background-color: #424242;
	height: 100px;
	color: white;
}

#bannerGrayLine {

	background-color: #b3b3b3;
	width: 10px;
}

#bannerTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #ffffff;
	
}

.beta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0.5px;
	text-align: left;
	color: #ffffff;
}

#bannerMenuBar {
	padding-top: 20px;
	padding-left: 15px;
	text-align: left;
}

#footer{
	border-top-color: #b11010;
	border-top-style: solid;
	border-top-width: 5px;
	height: 60px;
	background-image:url(footer_bg.jpg);
	background-repeat: repeat-y;
	background-color: #c3c3c3;
}

.footer
{
	font-size: 12px;
}

A.footer:link	{
	text-decoration:    none;
    color: #990000;
}

A.footer:visited  {
    text-decoration:    none;
    color: #990000;
}

A.footer:hover    {
    text-decoration: none;
    color: #990000;
	background-color: #DDDDDD;
}

A.footer:active   {
    text-decoration:    none;
    color: #990000;
}

.copyright
{
	font-size: 9px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

A.copyright:link	{
	text-decoration:    none;
    color: #999999;
}

A.copyright:visited  {
    text-decoration:    none;
    color: #999999;
}

A.copyright:hover    {
    text-decoration: none;
    color: #999999;
}

A.copyright:active   {
    text-decoration:    none;
    color: #999999;
}

/********************* MBCOL End of Skin Styling *******************/


