@import url(css/style.css);



/* DNN STYLES ############ */


/*Control panel*/
.controlpanel
{
background: #FFF;
border: #B1BDC5 solid;
border-width: 0px 0px 2px;
}

.controlpanel IMG { margin: 15px 5px 0px; }
.controlpanel TD TD TD TD IMG { margin: 0px; }
.controlpanel TD TD TD { width: auto; }

.controlpanel DIV
{
border: #B1BDC5 solid;
border-width: 0px 1px;
width: 3px;
height: 100px;
}

.controlpanel TD .SubHead
{
background: #B1BDC5;
font-size: 12px;
color: #333;
font-weight: bold;
}

.controlpanel TD TD TD .SubHead
{
background: transparent;
border: 0px;
font-size: 11px;
color: #333;
font-weight: normal;
}

.controlpanel TD TD TD input
{
background: #EFEFEF;
font-size: 11px;
color: #000;
font-weight: bold;
padding-left: 4px;
}

.controlpanel TD TD TD select
{
background: #EFEFEF;
font-size: 11px;
color: #333;
}

.controlpanel A.CommandButton
{
font-size: 10px;
text-decoration: none;
}

.controlpanel A.CommandButton:link
{
color: #000;
text-decoration: none;
}

.controlpanel A.CommandButton:visited
{
color: #000;
text-decoration: none;
}

.controlpanel A.CommandButton:active
{
color: #000;
text-decoration: none;
}

.controlpanel A.CommandButton:hover
{
color: #F00;
text-decoration: underline;

}

#topmenu {
	 width: 300px;
}

.contentpanewide {
	width: 720px;
}



