/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
} 
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
}
.contentpane {
	width: 436px; 
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
}
.rightpane {
	width: 248px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.SkinObject 
{
	
    color:#FFFFFF;
	font-size: 10px; 
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	/*font-weight: bold; */
	font-style: normal; 
	background-color: Transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica; */
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	

}

A.SkinObject:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#FFFFFF;
}
/*  begin                 */

/* style for module titles */
.Head   {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #E3620B;
    text-transform: uppercase;
	margin-bottom: 15px;
}
.ModuleHead   {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .8em;
	font-size: 18px;
	font-weight: normal;
	color: #E3620B;
}
.ModuleHeadSm   {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .8em;
	font-size: 13px;
	font-weight: normal;
	color: #E3620B;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}


A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
/*       END             */

/* Main Menu */

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 10px; 
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	/*font-weight: bold; */
	font-style: normal; 
	background-color: Transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica; */
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal; 
	background-color: Transparent;
	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #E3620B; 
}

.main_dnnmenu_itemhover td {  
	background-color: #E3620B; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #18424A;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#80872D', 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: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h2, h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .8em;
	font-size: 18px;
	font-weight: normal;
	color: #E3620B;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 11px;
	color: #315B62;
}

DT  {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD    {
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A69472;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 180%;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #2F6873;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	float: left;
	width: 131px;
	padding-left: 24px;
}

.list1 li.first {
	padding-left: 0px;
}

.list1 img {
	margin-bottom: 10px;
}

.list1 p {
	font-size: 9px;
}

/** LINKS */

a {
	color: #E3620B;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage03.jpg) no-repeat left top; }
.bg3 { background: url(images/subpage2_01.jpg) no-repeat left top; }
.bg4 { background: url(images/subpage2_02.jpg) repeat-y left top; }
.bg5 { background: url(images/subpage2_03.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 5px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 52px;
	background: url(images/homepage05.gif) repeat-x left center;
}


