/* 
================================
Skin styles for DotNetNuke
DAAT site
================================
*/   
@import "DAAT_menus.css";
@import "content.css";

body{background-color:#6d0000;}

p{margin:0px 0px 10px 0px;}

.pagemaster {
	width: 100%;
	height:  auto;
	background-color:#6d0000;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.ControlPanel {
	width: 1024px; 
	padding:0;
    margin: 0px auto;
	border:0;
	background-color:#DFE5F2;
}
.skinmaster 
{
    width:1024px;  
	min-height:768px;  
	background-color: #666; 
	padding:0;
    margin: 0px auto;
	text-align:left;
}
.skinheader 
{
    height:155px;  
}
.topmenupane
{
    background-color:yellow; /*#54958b;*/
    border-bottom:solid 3px #015353;
    width:100%;
    height:22px;
    *height:25px;
    text-align:center;
}
.header
{
    height:130px;
	background-position:right top;
	background-repeat:no-repeat;
	background-color:Black;
	padding:0;
	margin:0;
}
.logopane
{
    width:161px;
    height:39px;
    position:relative;
    bottom:-70px;
    left:20px;
	background-image:url(sdaatlogo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:Black;
    /*border:dashed 1px yellow;*/
}
.viewcontrolpane
{
    width:180px;
    height:40px;
    position:relative;
    top:-20px;
    right:-800px;
    padding:10px;
    background-color: #ccc;
    filter:alpha(opacity=80);
    opacity:0.8;
    -moz-opacity:0.8;
    /*border:solid 1px #54958b;*/
	font-size:12px; /*fixed size*/
}
.viewcontrolpane div {padding:2px;}
.viewcontrolpane,
.viewcontrolpane a,
.GoLink
{
    color:#000;  /*#fff; /*#888;*/
	font-family: Verdana, Arial, Tahoma, Helvetica; 
	font-weight:600;
	text-decoration:none;
}
.SearchTextBox{width:140px;}
.mainpane
{
    width:100%;
    min-height:598px;   
    float:left;
}
.menupane
{
    width: 200px;   
    height:568px;   
    padding-top:10px;
    *padding-top:30px;
    float:left;
}
.whitepane
{
    width:824px;    
    float:left;
    _height:598px;
    min-height:598px;   
    background-color:#F3F5FA;
}
.contentholder 
{
    width:664px;  
    w\idth:634px;
	background-color: Transparent; 
	float:left; /*float container so it expands with floated contentpanes */
}
#breadcrumbholder
{
    height:10px;
    *height:20px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:0.6em;
}
#breadcrumbholder *
{
    color:#888;
	font-family: Verdana, Arial, Tahoma, Helvetica; 
	font-weight:100;
	text-decoration:none;
	background-color:transparent;
}
.leftpane 
{
	width: 49%;
	background-color:transparent;
	float:left;
	overflow-x:hidden;
}
.contentpane {
	width: 99%;
	background-color:transparent;
	float:left;
	overflow-x:hidden;
}
.rightpane {
	width: 49%; 
	background-color:transparent;
	float:left;
	overflow-x:hidden;
}
.farrightpane
{
	min-height:556px; 
    _height:566px;
    width:138px;
    *width:140px;
	margin:10px 10px 10px 0px;
	padding:10px 5px 0px 5px;
	background-color:white;
    border:solid 1px #feba2f;
    float:right;
	overflow-x:hidden;
}

.infoholder
{
	width:1024px;  
	height:10px;
	background-color:Black; 
	text-align:center;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 0.5em;   
	font-weight:600;
    padding-top:5px;
    padding-bottom:5px;
	clear:both;
}
.yellow
{
    color:Yellow;
    text-transform:uppercase;
}
.infoleft{float:left;padding-left:15px;}
.inforight{float:right;padding-right:15px;}

#info,
#info a
{
	color: #888; 
	font-weight: 100;
}
#copyright_pane
{
    width:1024px;  
    margin: 0px auto;
    font-family:Arial, Verdana, Tahoma;
    font-size:0.6em;
    color:#666;
    font-weight: normal;
    font-variant: normal;
    font-style:normal;
    margin-top:5px;
    clear:both;
}
#copyright_pane a:link,
#copyright_pane a:active,
#copyright_pane a:visited
{
    color:#666;
}
#login
{
    float:left;
}
#login a:link,
#login a:visited, 
#login a:hover,
#login a:active
{color:#666;text-decoration:none;}
