/* ================================
    CSS STYLES FOR DotNetNuke
    SKIN STYLE
    #2 of 3
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #106531;
}

/* background color for the content part of the pages */
Body
{
}

.LeftPane 
{
}

.ContentPane 
{
}

.RightPane 
{
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
    text-decoration: none;
    color: #386b24;
}


#_ctl0_dnnCOPYRIGHT_lblCopyright {
    color: #000;
}

/* hyperlink style for the selected tab */
a.SelectedTab:link, a.SelectedTab:visited, a.SelectedTab:active  {
    font-weight: bold;
    text-decoration: none;
    color: white;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
}

A.SelectedTab:hover    {
    font-weight: bold;
    text-decoration: none;
    color: #386b24;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
}

/* text style for the unselected tabs */
.OtherTabs, a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active {
    font-weight: bold;
    font-size: 12px;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
    text-decoration: none;
    color: #fff;
}

A.OtherTabs:hover    {
    text-decoration: none;
    color: #386b24;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
}

/* text style "date" */
.date {
    font-weight: normal;
    font-size: 10px;
    color:white;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}


/* Main Menu */



.navigation {
	display: block;
	width: 670px;
	float: left;
	padding-top: 10px;
}
.navigation table {
	display: block;
	text-align: left;
	padding: 0px; margin: 0px; list-style: none;
	}
.navigation td {
	color: #fff;
    background-color: #000;
	padding: 4px;
    margin: 0px;
}
.navigation td a:hover {
	color: #fff;
}


.session {
	padding-top: 14px;
	text-align: right;
	font-size:11px;
	color:#fff;
	}
.session a {
	color:#5d709f;
	text-decoration: none;
    font-weight: normal !important;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	}
.session a:hover {
	color: #5dac3a;
	}




.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
}

.MainMenu_MenuItemSel {
	background-color: black; 
	cursor: pointer; 
	cursor: hand; 
	font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
    color: #5dac3a;
}


.MainMenu_MenuIcon {
	width: 15; 
	height: 18;
}



/*
.MainMenu_MenuContainer {
	border-bottom: #106531 0px solid; 
	border-left: #106531 0px solid; 
	border-top: #106531 0px solid; 
	border-right: #106531 0px solid;  
	background-color: #106531;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #106531 0px solid; 
	border-bottom: #106531 0px solid; 
	border-top: #106531 0px solid; 
	border-right: #106531 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #106531;
	border-left: #106531 0px solid; 
	border-right: #106531 0px solid; 
	border-bottom: #106531 0px solid; 
	border-top: #106531 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #106531; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #106531 0px solid; 
	border-left: #106531 0px solid; 
	border-top: #106531 0px solid; 
	border-right: #106531 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #106531 0px solid; 
	border-left: #106531 0px solid; 
	border-top: #106531 0px solid;  
	border-right: #106531 0px solid; 
	background-color: #106531; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: black; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
        font-weight: bold;
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #106531 0px solid; 
	border-bottom: #106531 0px solid; 
	border-top: #106531 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
        font-weight: bold;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

*/

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */


/* Reset */
/* ,table, caption, tbody, tfoot, thead, tr, th, td */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {line-height: 1.5;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: top;}

blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote,q {quotes: "" "";}
a img {border: none;}
body {font-size: 82%; color: #545454; font-family: "Helvetica Neue", Helvetica, Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;}

/* Default Content */
p {margin: 0 0 1.5em;}

a:focus,a:hover {color: #000;} a {color: #545454; text-decoration: none;}

blockquote {margin: 1.5em; color: #666; font-style: italic;}
strong {font-weight: bold;}
em,dfn {font-style: italic;}
dfn {font-weight: bold;}
sup, sub {line-height: 0;}

abbr,acronym {border-bottom: 1px dotted #666;}
address {margin: 0 0 1.5em; font-style: italic;}
del {color:#666;}
pre,code,tt {font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;} 

/* Lists */
li ul,li ol {margin:0 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}
ul {list-style-type: disc;}
ol {list-style-type: decimal;}
dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

.clear {clear: both;}


/* ------- */

body, div, table, td {
	font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	font-size:12px;
	color:#000;
	}
a {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	}



#header_wrapper {
    background: #F2F2F2 url(/Portals/0/Skins/sg_2010/bg_head.gif) repeat-x top left;
}
#header {
	display: block;
	width: 920px;
	height: 168px;
	margin: 0px auto;
	}

.header_top {
	display: block;
	height: 45px;
}
.header_middle {
	display: block;
	height: 124px;
}



.container_tools_public {
    
}

.container_tools_public input {
    vertical-align: top;
}


/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
    border-top:1px solid #E9E4E4;
    background-color: #5dac3a; /* #bfbfbf;    5dac3a */
}




.bullet_div {
    font-weight: bold; 
    font-size: 14;
}



.col1 {
    padding: 6px;
    background:#fff;
    padding: 0 12px;
}
.col2 {
    width: 218px;
    overflow:hidden;
    border-right: 1px solid #E9E4E4; /* #E9E4E4; */
    background:#F2F2F2;
    padding: 0 8px 0 8px;
}
.col3 {
    width: 218px;
    overflow:hidden;
    background:#F2F2F2;
    border-left: 1px solid #E9E4E4; /* #E9E4E4; */
    padding: 0 8px 0 8px;
}







/* text style for the selected tab */
.SelectedTab {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
        
/* GENERIC */
h1  {
}

h2  {
}

h3  {
}

h4  {
}

h5, dt  {
}

h6  {
}

tfoot, thead    {
}

th  {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

