/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
div, h1, h2, p, form, label, input, textarea, img, span, table tbody { 
	margin : 0;
	padding : 0;
} 

ul { 
margin : 0;
padding : 0;
} 

.spacer { 
clear : both;
font-size : 0;
line-height : 0;
} 

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}


/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane, .ContentPane TBODY,  .ContentPane P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15px;
}
.TestBody{
	background-image:url(/images/Concept_v2_CUT_03.jpg);
	background-color:#0066CC;
	background-repeat:no-repeat;
	background-position:left top;
}
.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:15px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#000000;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}

A.CommandButton:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}

A.CommandButton:active   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC6600;
	font-weight:bold;
	text-decoration:underline;
}

A.CommandButton:hover    {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC6600;
	font-weight:bold;
	text-decoration:underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066FF;
	line-height:15px;
	font-weight:bold;
}

A:visited   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC6600;
	line-height:15px;
	font-weight:bold;
}

A:active    {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC6600;
	line-height:15px;
	font-weight:bold;
}

A:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC6600;
	line-height:15px;
	text-decoration:underline;
	font-weight:bold;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* 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 */
.MenuSpacer {
	*padding-left:24px;
	*padding-right:24px;

}

.TopMenu {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	line-height:24px;
	background-color:none;
	padding-left:5px;
	padding-right:10px;
}

.TopMenuItem {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF !important;
	line-height:30px;
	background:none;
	padding-left:0px;
	padding-right:0px;
}
.TopMenuItemSel {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF9933 !important;
	line-height:30px;
	text-decoration:none;
	background:none;
	padding-left:0px;
	padding-right:0px;
}

.TopMenuIcon {
	cursor: pointer;
	background-color: #014073;
	border-left: #014073 1px solid;
	border-bottom: #014073 1px solid;
	border-top: #014073 1px solid;
	text-align: center;
	width: 0px;
	height: 0px;
	background:none;
}

.TopSubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#DADADA;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #666666 1px solid; 
	border-left:  #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 1px solid;
	/*padding-top:5px;
	padding-bottom:5px;*/
}

.TopSubMenuItemSel {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF9933;
	text-decoration:none;
	line-height:24px;
	padding-left:5px;
	padding-right:10px;
	background:none;
}

/* LeftMenu */
.RootMenu {
	background:url(/images/LeftMenu_Link_bg_a.png);
	background-position:left;
	background-repeat:no-repeat;
	line-height:18px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-indent:20px;
	padding-right:10px;
}

.RootMenuItem {
	background:url(/images/LeftMenu_Link_bg_a.png);
	background-position:left;
	background-repeat:no-repeat;
	line-height:18px;
	text-indent:20px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	padding-right:10px;
}
.RootMenuItemSel {
	background:url(/images/LeftMenu_Link_bg_h.jpg);
	background-position:left;
	background-repeat:no-repeat;
	line-height:18px;
	text-indent:20px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	padding-right:10px;
	background-color:transparent;
}

.RootMenuIcon {
	cursor: pointer;
	background:none;
	border-left: #cd7900 1px solid;
	border-bottom: #cd7900 1px solid;
	border-top: #cd7900 1px solid;
	text-align: center;
	width: 0px;
	height: 0px;
}

.SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#cd7900;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #8c5301 1px solid; 
	border-left:  #8c5301 1px solid; 
	border-top: #8c5301 1px solid; 
	border-right: #8c5301 1px solid;
	padding-top:5px;
	padding-bottom:5px;
}

.SubMenuItemSel {
	background-image:url(/images/LeftMenu_Link_bg_h.jpg);
	background-position:left;
	background-repeat:no-repeat;
	line-height:18px;
	text-indent:20px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#cd7900;
	padding-right:10px;
}

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* CSS Document */

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF !important;
}
.footer a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF9933 !important;
}
.Searchfield{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	/*background-color: #F2F2F2;*/
	border: 1px solid #00a2ff;
}
.SearchText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
.SearchText a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
.SearchText a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.SearchText a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.contentText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15px;
}

.headingText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}

.subheadingText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	
}
.PubTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	font-weight:bold;
}
.PubText, .PubText p, .PubText TBODY{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003366;
	font-weight:normal;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
}

.PubLink:link, .PubLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC6600;
	font-weight:normal;
}
.PubLink a, .PubLink a:link, .PubLink a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF9900;
	font-weight:normal;
}
.PubLink:hover {
	font-family:Arial, Helvetica, sans-serif ;
	font-size:11px;
	color:#0066CC ;
	font-weight:normal ;
}
.whiteText{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
line-height:15px;
font-weight:normal;
}
.whiteText:link, .whiteText:visited{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
line-height:15px;
font-weight:normal;
}
.whiteText:hover{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
line-height:15px;
text-decoration:underline;
font-weight:normal;
}

.newsname {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#CC6600;
line-height:20px;
}
.newsname a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#CC6600;
line-height:20px;
}
.newsname a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#0066FF;
line-height:20px;
}
.newsname a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#CC6600;
line-height:20px;
}
.newscontent {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:15px;
}
/* .newscontent a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#000000;
line-height:12px;
}
.newscontent a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#000000;
line-height:12px;
}*/



.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#dddddd;
	border-width:2px;
	border-style:solid;
	border-color:#666666;
	padding:4px;
	width:auto;
}

.FormTitle {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#CC6600;
line-height:28px;
}
.FormField
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #7b7b7b;
	border-right-color: #7b7b7b;
	border-bottom-color: #7b7b7b;
	border-left-color: #7b7b7b;
	font-size:11px;
}
.ButtonField
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color:#7b7b7b;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 5px;
	font-size:10px;
	cursor:pointer;
}

.ErrorMsg 
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #334D62;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #7b7b7b;
	border-right-color: #7b7b7b;
	border-bottom-color: #7b7b7b;
	border-left-color: #7b7b7b;
	background-color:#f3fecb;
	font-size:11px;
}

.ErrorMsg2 
{
	FONT-SIZE: 11px; 
	COLOR: #ff0000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	}

.EmailForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;	
	border: 1px solid #cccccc;
	background-color:#ffffff;
	font-size:11px;
	padding-bottom:20px;
}