/***** Body and main container *****/

body {
margin:0px;
padding:0;
font: 90% Century Gothic, Franklin Gothic, Arial;height:100%;
}

html,  form
{
	height:100%;
}
/***** Various tags *****/

a:link, a:visited {
text-decoration:none;
font-weight:none;
color:#286ea0;
background-color:inherit;
}
a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}
a:active {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}
a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: Century Gothic, Franklin Gothic, Arial;
    font-size: 100%;
    font-weight: normal;
    color:#404040;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: none
}
.NormalRed
{
    font-weight: none;
    color: #ff0000
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}





/***** Main menu *****/

#HouseMenuNav {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

#HouseMenuNav li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

#HouseMenuNav a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

#HouseMenuNav li a:hover, #HouseMenuNavCurrentItem a {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

#HouseMenuNav ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

#HouseMenuNav ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

#HouseMenuNav ul ul {
width:113px;
}

#HouseMenuNav ul ul a {
width:100px;
}


/***** Menu TVD *****/

#HouseMenuNav4 {
width:100%;
padding:0;
list-style:none;
}

#HouseMenuNav4 li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

#HouseMenuNav4 a {
	color: #505050;
	font-weight: bold;
	width: 130px;
	float: left;
	margin-bottom: 5px;
	padding: 5px 1px 5px 5px;
	border-bottom: 2px solid #cccccc;
	text-decoration: none;
	border-bottom-style: ridge;
}

#HouseMenuNav4 li a:hover, #HouseMenuNavCurrentItem4 a {
background-color:#eaeaea;
color:#505050;
}

#HouseMenuNav4 ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

#HouseMenuNav4 ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

#HouseMenuNav4 ul ul {
width:113px;
}

#HouseMenuNav4 ul ul a {
width:100px;
}



/***** Main content *****/

#content {

}

#rightpane{

}


#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.5em;
}

#contentwide2 {
margin:0 150px 5px 0;
border-right:1px solid #f0f0f0;
padding:0 10px 0 0;
line-height:1.5em;
}

#content h1,#contentwide h1, #contentwide2 h1, #content h2,#contentwide h2, #contentwide2 h2 {
font-size:1.6em;
margin:0 0 10px;
}

#content h3,#contentwide h3, #contentwide2 h3 {
font-size:1.3em;
margin:0 0 8px;
}

#content ul, #contentwide ul, #contentwide2 ul, #content ol, #contentwide ol, #contentwide2 ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li, #contentwide2 li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #contentwide2 ul ul, #content ol ol, #contentwide ol ol, #contentwide2 ol ol {
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 4px solid #f0f0f0;
	width: 100%;
	text-align: center;
	color: #808080;
	background: #ffffff;
	position: relative;
	bottom: 1px;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.textleft {
text-align:left;
}


.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}
.mainTD {
	border-style: none solid none solid;
	border-width: 0px;
	vertical-align: top;
	width: 800px;
	background-image: url(img/MainBG.jpg); 
	background-repeat: repeat-x; 
	background-position: center top;
}
.LeftBG {
	background-image: url(img/LeftBG.jpg);
	background-repeat: no-repeat;
}
.LineaBaseBG {
	background-image: url(img/LineaBaseBG.jpg);
	background-repeat: repeat-x;
}
.RightBG {
	background-image: url(img/RigthBG.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/**** DNN panes ****/
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


/*** dnn menu ***/

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
}
.main_dnnmenu_item td {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #306074;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Century Gothic, Franklin Gothic, Arial;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 5px 15px 5px 15px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #306074; 
	font-size: 11pt; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Century Gothic, Franklin Gothic, Arial; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
padding: 5px 15px 5px 15px;/*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color:#0BA1E1;
}

.main_dnnmenu_itemhover td {
	background-color: #DFDFDF;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #F0F0F0;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
}
.toolbarBG {
	background-image: url('img/ToolbarBG.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align:left;
}



