/* Blank SKIN/CSS for Torxweb Design 

 
Screen layout: */

/* Document Central Parameters */
DNN_Documents .TitleHeader, .DNN_Documents .TitleCell {

}
DNN_Documents .CategoryHeader, .DNN_Documents .CategoryCell {
	width: 200px;
}
DNN_Documents .DownloadHeader, .DNN_Documents .DownloadCell {
	width: 75px;
}
/* Hide any content pane with no modules inside */
.DNNEmptyPane
{
	width: 0px;
	display:none;
	border:none;
	padding:0px;
	margin:0px;
	height:0px; }
 
/* FCKEditor Skin Parameters */
#fckbody 
{
    background-color: #fff;
    background-image: none;
    text-align: left;
}
.FCKImageGalleryContainer, .FCKImageGalleryListStyle,
.FCKLinkGalleryContainer,
#fckinstanceoptions_tblEditorOptions td
{
    background-color: #fff;
    background-image: none;
}
/* SC is for the menu colors in the FCKEditor */
.SC_Panel
{
    background-color: #fff;
    background-image: none;
}
.SC_Item 
{
    width: 200px;
    padding: 5px;
}

.NormalTextBox  /*control spacing between lines on Calendar Top */
{
    margin-bottom: 1px;
}

div.hr
{
    background-color: #d1d1d1 !important;
    margin: 0px !important;
}
hr
{
    display: none;
}

/* ********** Control Panel Style ************** */
.ControlPanel{ background:#fff; width: 900px; margin-left: auto; margin-right: auto; }
.FileManager{ background:#fff; width: 875px; margin-left: auto; margin-right: auto; }

/*************** Login Button Controls ****************/ 
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-size:11px; color:#0c4d8f; text-decoration:none; font-weight:normal; }
A.CommandButton:hover{ color:#7e735b; text-decoration:none; font-size:11px; font-weight:normal; }

/* ********** Login Button Style ************** */
.StandardButton {color: #FFFFFF; font-family: Verdana,Tahoma,Arial,sans-serif; font-size: 12px; font-weight: bold; background-color: #1E3490; HEIGHT:25px; padding: 0px 12px 3px 12px; width: 99%;}

/***** Body and main container *****/
html{}
body {
margin:5px auto 0px;
padding:0;
font:100% Verdana,Tahoma,Arial,sans-serif;
background:#7E745C url(img/bg.jpg) top left repeat-x;
color:#404040;
text-align: center;

}


#wrap {
background-color:#fff;
color:#404040;
margin:0 auto;
width:900px;
border: solid 2px #eae6dd;
text-align: left;
height:auto;
}


/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head, p, th, body, div, td
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#404040;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: normal;
    color: #C50000;
}

.NormalRedBold {
    font-weight: bold;
    color: #C50000;
}

.NormalMaroon {
	color: #930001 ;
	font-weight: normal;
}
.NormalMaroonBold {
	color: #930001;
	font-weight: bold;
}

.Header_1 {
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color:#404040;
	text-decoration: underline;
}

.Head
{
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
	display: inline;
}

.LargeText { font-size: 14px; }
.LargerText { font-size: 18px; }
.u { text-decoration: underline;}
.i { font-style: italic; }

/***** Various tags *****/
a.SkinObject:link, a.SkinObject:visited, a.breadcrumb:link, a.breadcrumb:visited,  a.SkinObject:active, a.breadcrumb:active {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color:#0c4d8f;
    background-color:inherit;    
}

a.SkinObject:hover, a.breadcrumb:hover {
    color:#404040;
}

a.link, a.visited, a:link, a:visited {
text-decoration:underline;
font-weight:normal;
color:#0c4d8f;
background-color:inherit;
}
a.hover, a:hover {
text-decoration:underline;
color:#404040;
background-color:inherit;
}
a.active, a:active {
text-decoration:underline;
font-weight:normal;
color:#0c4d8f;
background-color:inherit;
}
a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

/**************************************************************
   Un-ordered and Ordered list and included icons
 **************************************************************/
 
ol, ul {
  margin: 10px 10px;
  padding: 0 10px;
}

ol {
  color: #404040;
}

ol span {
  color: #404040;
}

ol li {
    list-style-position: outside;
    padding: 3px 0px;
}

ul, li, ul li {
  list-style: disc url(images/bullet.gif) outside;
  
}

/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

/* adjusted for Normal class in DNN */
.Normal a img {  
  /*border: 2px solid #8BE6FA;*/
}

.Normal a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  /*border: 2px solid #FFF !important;
  border: 2px solid #8BE6FA;*/
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

/******* PAGE DIVISION LAYOUT SECTION  ************/
/****** Header *****/
#header {
margin:0 0;
padding:0;
height: 300px;
background: url(img/allred-header.jpg) top left repeat-x;
width: 900px;
}

#header img {
margin:19px 0 0 85px;
float:left;
}

#header div.header_right {
width:605px;
height: 34px;
float:right;
text-align:right;
}

#header1 {
margin:0 0;
padding:0;
height: 160px;
background: url(img/allred-coweta-header.jpg) top left repeat-x;
width: 900px;
}

#header1 img {
margin:20px 0 0 19px;
float:left;
height: 110px;
}

#cont_top {
    background: url(img/cont_grad.gif) top left repeat-x;
}

.full 
{
    clear: both;
    margin: 0px 0px;
    width: 900px;
    height: 100%;
}
.sub_full 
{
    margin: 0px 0px;
    clear: both;
  
}
#sub_main{
    width: 745px;
    float:left;
    height: 100%;
    position:relative;
    left:745px;
}
#subcontainer
{
    clear:both;
    float: left;
    height: 100%;
    width: 900px;
    /*background-color: #fff;*/
    overflow:hidden;
    position:relative;
    background: url(img/cont_grad.gif) top left repeat-x;       
}
#subcontainer2 {
    width:960px;
    float:left;
    height: 100%;
    background-color: #dad4b4;
    position:relative;
    right:745px;
    padding-bottom: 10px;
}

#homepage ul 
{
   list-style: none;
}
#homepage li 
{
  list-style: none;
  font-size: 20px;
  font-family: Arial;
  background-image: url(img/blue_bullet.gif);
  background-repeat: no-repeat;
  background-position: 0% 50%; 
  padding: 5px 0px 5px 30px;
}

#homepage li a
{
  list-style: none;
  font-size: 20px;
  font-family: Arial;
  font-weight: normal;
  color: #404040;
  text-decoration: none;
}

#homepage li a:hover
{
  list-style: none;
  font-size: 20px;
  font-family: Arial;
  font-weight: normal;
  color: #404040;
  text-decoration: underline;
}

#dnn_toppane {   
    padding: 10px;
} 
#dnn_leftpane{   
    padding: 10px;
    width: 25%;
    float: left;
} 
#dnn_contentpane {   
    padding: 10px;
    width: 70%;
    float: left;
} 
#dnn_small_right {   
    padding: 10px;
    width: 25%;
    float: left;
} 
#dnn_large_left {   
    padding: 10px;
    width: 70%;
    float: left;      
} 
.crumbright {
    float: right;
    margin: 10px 10px 0px 10px;
}  

/***** Bottom *****/
#bottom {
    clear: both;
    margin: 0px 0px;
    width: 100%;    
}

#dnn_bottompane {   
    padding: 10px;
}  

 
/***** Footer *****/

#footer {
background-color:transparent;
color:#949594;
margin:5px auto;
text-align: left;
width: 900px;
}

#footer p {
color:#d9d7c5;
margin:0;
padding:4px 0px 0px 0px;
text-align: center;
text-decoration:none;
font-weight:bold;
font-size: 10px;
font-family: Verdana,Tahoma,Arial,sans-serif;
}

#footer a {
color:#d9d7c5;
text-decoration:none;
font-weight:bold;
font-size: 10px;
font-family: Verdana,Tahoma,Arial,sans-serif;
}

#footer a:hover {
text-decoration:underline;
}
/*************************END OF PAGE LAYOUT SECTION******************************/

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

/* CSS NAV MENU CODE */
#nav {width:605px;margin:0 auto;}	

#nav ul {float: left;width: 100%;list-style: none;margin: 0px 0;padding: 0;line-height:22px;}

#nav ul li.tab ul {background: #f7f7f7;width: 20em;}
/* ???? */
#nav a {display: block;color: #fff;text-decoration: none;padding: 2px 4px 2px 4px;background:none;}

#nav li {float: left;padding: 0;background:none;list-style: none;}

#nav ul li {float: left;text-align:center;padding: 0;background:none;}

#nav ul li.tab {margin:0;padding:0 0 0 11px;}
/* Main Tab Text Color */
#nav ul li.tab a {font-size: 13px; padding:6px 15px 8px 6px;text-decoration:none;font-weight:bold;color:#930001;}
/* Main Tab Text Color Selected */
#nav ul li.tab.selected a {color:#fff;}
/* Text Color for Submenu */
#nav ul li.tab ul.nontab li a {padding:2px 15px 3px 6px; color: #0C4D8F;background-image:none;font-weight:bold;width:auto;}
/* Shows arrow indicating a Next Level menu exists */
#nav ul li.tab ul.nontab li a.parent {background: url("menu-arrow.gif") center right no-repeat;}
/* Submenu Container Border  */
#nav ul li ul {border: 1px solid #b8b999; border-bottom: none;}

#nav ul li.tab ul.nontab  {margin-left:0px; z-index: 1}
/* Submenu Container - Rows */
#nav ul li ul li {background: #dad4b4;text-align:left;border:none;margin-left:0; border-bottom:1px solid #b8b999;}

#nav li ul {position: absolute;left: -999em;height: auto;width: 16.4em;w\idth: 14.9em;font-weight: normal;margin: 0;padding: 0;}

#nav li li {padding-right: 1em;width: 19em}

#nav li ul a {width: 19em;w\idth: 15em;text-align:left;background:none;}

#nav li ul ul {margin: -1.75em 0 0 14em;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}
/* Submenu Tab Background Rollover Effect */
#nav ul li ul li:hover, #nav ul li ul li.sfhover {background-color: #eeeecc;}
/* Submenu Rollover Text Effect */
#nav ul li.tab ul.nontab li a:hover {}

#nav li.tab:hover {background-position:0% -30px;color:#333;}
/* Text for hover on main - Text on Sub */
#nav li.tab:hover a {background-position:0% -30px;color:#fff;}

#nav li.tab:hover a {background-position:100% -30px;}




