/* CSS Document */


body{
	background-color: #747474;
	background-image:url(Images/BGTile.jpg);
	background-position: top;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	line-height:120%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
line-height:normal;
margin: 0px;
padding: 0px;
}

h2 {
line-height:normal;
margin: 0px;
padding: 0px;
}

h3 {
line-height:normal;
margin: 0px;
padding: 0px;
}

h4{
line-height:normal;
margin: 0px;
padding: 0px;
}

.normal {
line-height:20px;
font-size: 12px; 
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-stretch:wider;
}

.Head { 
font-size: 15px;
font-weight: bold;
} 

.SubHead { 
font-size: 12px;
font-weight: bold;
} 

.SubSubHead { 

font-size: 12px;
font-weight: bold;
} 

img {
border:0px;
margin:0px;
}


blockquote{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #555555;
font-size: 11px;
} 

blockquote A:link {
font-family:Verdana, Arial, Helvetica, sans-serif; 
color: #0965ff;

} 

body A:link { 
color: #0965ff;
} 

body A:hover{ 
color: #0965ff;
}

body A:active {
color: #0965ff;
}

body A:visited { 
color: #0965ff;
}

#OuterTable {
min-width: 840px;
}

#OuterBackground {
background-color:#fff;
background-image:url(Images/WhiteGradientTile.jpg);
background-position:bottom;
background-repeat:repeat-x;

}

#HomeOuterBackground {
background-color:#fff;
/*
background-image:url(Images/WhiteGradientTile.jpg);
background-position:bottom;
background-repeat:repeat-x;
*/

background-image:url(Images/HomeContentBackground.jpg);
background-position: bottom left;
background-repeat:no-repeat;

}

#Logo {
float: left;
vertical-align:top;


}

#LeftShadow {
background-image:url(Images/LeftShadowTile.jpg);
background-repeat:repeat-y;
vertical-align:top;
}

#RightShadow {
background-image:url(Images/RightShadowTile.jpg);
background-repeat:repeat-y;
vertical-align:top;
} 

#GreatDivide {
background-image: url(Images/GreatDivideTile.jpg);
background-repeat:repeat-x;
}

#HeaderTable {
background: url(Images/HeaderTile.jpg);
background-repeat:repeat-x;
min-width: 800px;
height:100%;
}

#Header {
height:160px;
background-image:url(Images/AircraftBackground.jpg);
background-position: top left;
background-repeat:no-repeat;

}

#InnerHeader {
height:160px;
width:800px;
}

#BlueBar {
height:5px;
background-image:url(Images/BlueBarTile.gif);
background-repeat:repeat-x;
}

#BottomHalf {
background-color: #333333;
vertical-align:top;
padding:10px;
}

#TopHalf {
padding: 10px;
}

#HomeTopHalf {
padding: 10px;

}

.ContentPane {
width: 780px;
clear:both;
empty-cells:hide;

}

.LeftPane{
float: Left;
width: 260px;
}

.HomeLeftPane {
float: Left;
width: 585px;
}

.HomeRightPane{
float:right;
width: 175px;
margin-left: 20px;
float:right
}

.RightPane {
float:right;
width: 500px;
margin-left: 20px;
float:right
}

.BottomLeftPane {
width:260px;
float: left;
color: #b2b2b2;
}

.BottomMainPane {
width: 500px;
margin-left: 20px;
float:right;
color: #b2b2b2;
}

.BottomMainPane H3, .BottomLeftPane H3, .BottomMainPane H4, .BottomLeftPane H4,
.BottomMainPane H5, .BottomLeftPane H5, .BottomMainPane H6, .BottomLeftPane H6,
.BottomMainPane .Head {
color: #b2b2b2;
}

#Footer {
background-color: #333333;
padding: 10px;
}

#FooterLeft {
width: 120px;
float:left;
text-align:center;
}

#FooterRight {
width: 640px;
margin-left: 20px;
margin-top: 40px;
padding-top: 10px;
float:right;
color: #b2b2b2;
border-top: dashed #b2b2b2 1px;
font-size: 10px;
line-height:25px;
}

#BreadCrumbs {
padding: 10px;
color: #60503C;
}

.BreadCrumbs:link, .BreadCrumbs:visited, .BreadCrumbs:active, .BreadCrumbs:hover  {
color: #60503C;
font-size: 9px;
font-weight:normal;
 }

.FooterText {
color: #b2b2b2;
font-size: 10px;
}

.FooterText:link, .FooterText:visited, .FooterText:active, .FooterText:hover  {
color: #b2b2b2;
font-size: 10px;
 }
 /*
td .NormalTextBox {
border: 0px;
}

input [type="checkbox"] {
	border: solid 1px #494949;
	background-color: #e4e4e4;
}

 */

.NormalTextBox{
	background-color: #e4e4e4;
	background-image:url(Images/TextBoxTile.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	border: solid 1px #494949;
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}

/* text style for buttons and link buttons used in the portal admin pages */
.BottomMainPane .CommandButton, .BottomLeftPane .CommandButton    {
color: #b2b2b2;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
.BottomMainPane A.CommandButton:link, .BottomLeftPane A.CommandButton:link {
color: #b2b2b2;
}

.BottomMainPane A.CommandButton:visited, .BottomLeftPane  A.CommandButton:visited {
color: #b2b2b2;
}

.BottomMainPane A.CommandButton:active, .BottomLeftPane  A.CommandButton:active {
color: #b2b2b2;
}

.BottomMainPane A.CommandButton:hover, .BottomLeftPane A.CommandButton:hover   {
color: #b2b2b2;
}

.SearchTextBox{
	background-color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	width: 140px;
	height:20px;
	border: solid 3px #9a3e00;
}

 
.StandardButton, .inputbutton     {
    background: #5c5c5c none; 
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
}

#dnn_ctr373_Signin_cmdLogin {
background-color: #676767;

}


#dnn_dnnSEARCH_txtSearch {
padding-left: 2px;
background-color: #fff;
border: solid 1px #C05043;
color: #0965ff;
letter-spacing: +0.03em;
}
#dnn_dnnSEARCH_cmdSearch{
color: #C05043;
}
#dnn_dnnSEARCH_cmdSearch A:link {}
#dnn_dnnSEARCH_cmdSearch A:hover{
text-decoration:underline;
}
#dnn_dnnSEARCH_cmdSearch A:active {
text-decoration:underline;
}
#dnn_dnnSEARCH_cmdSearch A:visited  {}

#dnn_dnnSearch_optWeb, #dnn_dnnSearch_optWeb {
display:none;
}

#dnn_dnnSearch_optSite {
display:none;
}

.Search LABEL {
display:none;
}

.FooterText LABEL {
display:none;
}

/*

CSS Styles for New Calendar Module

*/

.ListTable {

}

.ListTable td {
border: solid 1px #cccccc;
border-collapse:collapse;
}

.ListDate {
width: 60px;
font-size:13px;
line-height: 18px;
padding-left: 10px;
padding-right:10px;

}

.ListTitle {
width: 200px;
font-size:13px;
line-height: 18px;
padding-left: 10px;
padding-right:10px;
}


.ListDescription {
font-size:13px;
line-height: 18px;
padding-left: 10px;
padding-right:10px;}

LABEL A IMG {
display: none;
}

 /* Form Master Forms Module Stles */

.FormTable td {
padding: 3px;
}

 /* Start Inventua Side Menu Module Style */
.MenuHdr,
.MenuHdrMouseOver
{ 
  font-size: 12px; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 2px; 
  padding-top: 2px; 
  cursor: pointer;
  color: #333333;
}
.MenuItem, 
.MenuItemMouseOver, 
.MenuItem HR
{
  font-size: 12px;  
  padding-left: 10px; 
  font-weight: normal; 
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

.MenuItem A, 
.MenuItem A:Active, 
.MenuItem A:Visited, 
.MenuItem A:Link,
.MenuHdr A,
.MenuHdr A:Active, 
.MenuHdr A:Visited, 
.MenuHdr A:Link ,
.MenuHdrMouseOver A,
.MenuHdrMouseOver A:Active,
.MenuHdrMouseOver A:Visited,
.MenuHdrMouseOver A:Link,
.MenuItemMouseOver A, 
.MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Visited, 
.MenuItemMouseOver A:Link
{
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  color: #333333;
}

.MenuItem A:Hover, 
.MenuHdr A:Hover,
.MenuHdrMouseOver A:Hover, 
.MenuItemMouseOver A:Hover 
{
  text-decoration: underline;  
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  color: #333333;
}

.CurrentHdr A, 
.CurrentHdr A:Active, 
.CurrentHdr A:Visited, 
.CurrentHdr A:Link,
.CurrentItem A, 
.CurrentItem A:Active, 
.CurrentItem A:Visited, 
.CurrentItem A:Link
{
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  color: #333333;
}

.CurrentItem A:Hover,
.CurrentHdr  A:Hover
{
  text-decoration: underline;  
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  color: #333333;
}

#SideMenuBox {
border: solid 2px #333333;
width: 260px;
margin-bottom: 10px;
}

#SideMenuBG {
margin: 3px;
background-color: #f4f4f4;
padding: 5px;
}


 /* End Inventua Side Menu Module Style */
 
 /* Considero SearchCloud */
.tagCloud
{
	width:100%;
	border:solid 0px #ccc;
	padding:5px;
	margin-bottom:5px;
	text-align:justify;
}

.tagCloud A
{
	text-decoration:none;
	margin:1px;
	text-transform:lowercase;
}

.tagCloud A.weight1
{
	color: #0965ff;
	font-size: 18px;
	font-weight:bolder;
}
.tagCloud A.weight2
{
	color: #0965ff;
	font-size:16px;
	font-weight:bolder;
}
.tagCloud A.weight3
{
	color: #4088ff;
	font-size: 14px;
	font-weight:bolder;
}
.tagCloud A.weight4
{
	color: #4088ff;
	font-size: 12px;
}
.tagCloud A.weight5
{
	color: #6fa5ff;
	font-size: 10px;
}

 /* End  Considero SearchCloud */
