/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana;
	font-size: 80%;
	color: #000;
	background: #a5a28f;
}

#page-wrapper {
	width: 940px;
	background: #fefefe url(/images/DNN-Corp/menu_bg.gif) repeat-y;
	margin:0px auto;
	text-align:left;
}

a, a:visited{
	color: #000;
}

h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited{
	color:#cc3333
}

h2{
	font: bold 18px Arial;
}

h3{
	font: bold 16px Arial;
}

img{
	border: none;
}
/*****************************
*	Main Style  **************
******************************/
#main-left {
	float: left;
	width: 180px;
}

#main-content {
	float: left;
	width: 540px;
	margin: 0px 5px;
	padding: 5px 12px;
}

#main-right{
	float: right;
	width: 170px;
}

#twothird-wrapper{
	float:left;
	width:745px;
}

/*****************************
*	Split Style  *************
******************************/
div.twoColHeader
{
padding-left: 12px;
}

div.twoCol #rightcolumn-left
{
float: left;
width: 353px;
padding: 0px 10px 5px 10px;
}
div.twoCol #rightcolumn-left-border
{
float: left;
width: 352px;
border-right: 1px solid #a5a28f;
padding: 0px 10px 5px 10px;
}
div.twoCol #rightcolumn-right
{
float: right;
width: 352px;
padding: 0px 10px 5px 10px;
}

/*****************************
*	Header Style  *************
******************************/
#header-wrapper{
	background-color: #a5a28f;
	padding: 0px 6px;
	float:left;
    width: 928px;
	/*border: solid 1px #898886;*/
}

#header-wrapper a{
	color:#000;
}

#dnn_dnnLOGO_imgLogo{
	float:left;
	position:relative;
}

/************************************
*	Header Right Style     *************
************************ ******** ****/
#header-right{
	float:right;
	font: bold 10px verdana;
	text-align:right;
}

#UserControls a{
	font-weight: normal;
}

#header-menu ul
	{
	padding-bottom: 4px;
	margin-bottom: 0px;
	padding-top: 4px;
	margin-top: 0px;
	}
#header-menu li{
	list-style:none;
	margin-bottom: 0px;
    padding: 4px 0px 2px 0px;	
}

/************************************
*	Main Left Style     *************
************************ ******** ****/
#main-left{
	background-color: #dadad2;
}

/************************************
*	Main Content Style     *************
************************ ******** ****/
#main-content h2.pageTitle{
	font-size: 22px;
	color:  #cc3333;
}

.publishOptions{
	font: normal 12px arial;
	text-align:right;
	width:100px;
    float:right;
    margin:-20px 0 20px
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}


/**********************************
*        Bottom Pane              ************
**********************************/
#dnn_BottomPane{
	text-align: center;
    overflow:auto;
}

#footer-wrapper{
	padding-left: 180px; /* accomodate left menu */
}

ul .horizontal{
    list-style:none;    
}

.horizontal li{
    display: inline;
    list-style:none;
    float:left;
    margin: 5px 10px;
}




/*SOS. Added for general TD cleanup */
xtd
	{
	vertical-align: top;
	}

/*For Forms Updating*/
.DynamicForms_Maintable
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.DynamicForms_Maintable p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.DynamicForms_Maintable .NormalBold
	{
	text-align: right;
	}

#SaveForm p
{
    padding-left: 200px;
}

#SaveForm p a
{
	font-weight: bold;
}
                

#SaveForm a:hover, #SaveForm a:active
{
    color: #85825f;
}


.radioLabel
{
	font-weight: bold;
}

td.radioOptions 
	{
	}

td
{

}
table.radioOptions tr td
{
	width: 500px;
	padding-left: 150px;
	font-weight: normal;
}


.NormalBold p
{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

table.simpletable tr td
{
vertical-align: top;
}


.left-bar #SaveForm p
{
    padding-left: 00px;
}

.left-bar .normal p
{
padding: 0px;
margin: 0px;
}

.left-bar h2.title span.Head a
{
color: #000000;
}

div.leftSubscribeForm
{
height: 95px;
}