@import url("css/solPartMenu.css");

/* CSS Document */
#Body 
{
    background-image: url(images/body_bg.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat:repeat-x;
	background-color: #e2d9c0;
    height:100%; 
    padding:0px;
    margin:0px;  
}
.templateStyle
{
    width:1024px; 
    margin:0 auto;
}
.rightCol 
{
    width: 600px;
    margin-right: 200px;
    float: right;
}
.leftCol 
{
    height: 725px;
    width: 195px;
    padding-left: 5px;
    display: block;
    float: left;
}
.headerRow 
{
    margin-top: 110px;
}
.topBar 
{
    background-image: url(images/line-top.png);
    background-repeat: no-repeat;
}
.mainContentArea {}
.bottomBar {}

/* CMS Panes */
.leftPane {}
.contentPane 
{
    /* min-height: 250px;
    max-height: 400px;
    overflow: auto; */
    text-align: left;
}
.bottomPane {}
.footerPane 
{
    clear: both;
    padding-top: 15px;
}


.loginArea 
{
    float: right;
    height: 18px;
    padding-right: 15px; 
}
.menuArea {}

/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}

/*-------- Default Style --------*/
body,th,td,div,p,table,h1,h2,h3,h4,h5,h6.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input{color:#552216; font-family:Verdana, Arial, Helvetica, sans-serif;}
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px;}
h1, h3, h5 {color:#cb5817;}
h1, h3, h5, h1 input{font-weight:bold;}
h2, h4, h6{font-weight:normal}
h1, h2, h1 input{font-size:14pt; margin:10px 0;}
h3, h4 {font-size:12pt; margin:8px 0;}
h5, h6 {font-size:10pt; margin:6px 0;}

a,a:link,a:visited,a:active{color:#cc5817; text-decoration:none; font-weight:normal; }
a:hover{color:#D00; text-decoration:underline; }

.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Verdana, Arial, Helvetica, sans-serif;}
.Head{color:#2E3D47;font-weight:bold;}
.SubHead {color:#636057;}
.SubSubHead{color:#636057;}
.NormalRed {color:#F00;}

/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}

a.CommandButton:link, a.CommandButton:visited{color:#cc5817; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#D00; text-decoration:underline;}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}

/*--------- pane style ----------*/
.leftPane, .contentPane, .bottomPane{ padding:0px; margin:0px; }

/*-------------- Link Style --------------*/
.linkscontainer{padding-top:20px;text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#3E81B5; text-transform:uppercase;}
a.links:hover{color:#636057;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited  
{
	color: #cc5817;
	font-size: 8pt;  
	font-weight:bold;
    font-family: Handwriting Dakota, Dakota, Tahoma, Arial;
}
a.user:hover
{
    color:#7e4f26;
    text-decoration: none;
}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}

/*-------------- Display Fixes --------------*/
Table .Settings { text-align: left; }