/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

A:link  {
    text-decoration:    none;
    color:  #097909;
}

A:visited   {
    text-decoration:    none;
    color: #800080;
}

A:active    {
    text-decoration:    none;
    color:  #097909;
}

A:hover {
    text-decoration:    none;
    color:  #0000FF;
}

/* cok 2006 additions */
.homeMenus
{
	background: transparent url("cok_logo_fade_4bg.jpg") center no-repeat;
}

.homeLinkTableCell_g {
	border : 1px solid #333333;
	background-color: #CCCCCC;
	font-weight : bold;
}

.homeLinkTableCell_b {
	border : 1px solid #00427B;
	background-color: #E6EDF4;
	font-weight : bold;
}

.homeLinkTableCell_k {
	border : 1px solid #663399;
	background-color: #C5B4CC;
	font-weight: bold;
}

.homeLinkTableCell_v {
	border : 1px solid #0B4723;
	background-color: #A3BFA8;
	font-weight: bold;
}

.homeLinkTableCell_e {
	border : 1px solid #940000;
	background-color: #C8B0B0;
	font-weight: bold;
}


TD.menuLeft {
	width : 50%;
	font-weight : bold;
	font-family : Arial,Helvetica;
	font-size : 14px;
	text-align : right;
	padding-right : 10px;
	border-right : 1px dashed;
	vertical-align : middle;
	background-color : transparent;
}
TD.menuRight {
	width : 50%;
	font : bold 14px Arial,Helvetica;
	text-align : left;
	padding-left : 10px;
	vertical-align : middle;	
}

TD.menuCenter {
	width : 100%;
	font : bold 14px Arial,Helvetica;
	text-align : center;
	vertical-align : middle;	
}

/*misc styles for DNN 4.3.5 upgrade*/

.HeaderDateText {
	font: 12px arial, helvetica;
	color: white;
	font-style:italic;
}

/*used for announcements published date in display template(s)*/
.DatePublished {
	font: 9px arial, helvetica;
	font-style:italic;
}

/*end misc styles for DNN 4.3.5 upgrade */


/* list styles */
#menuNoMarginImgBullet {
	padding: 0.0in;
	margin: 0;
}

#menuNoMarginImgBullet li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(/images/a4a.gif)
}

#menuNoMarginImgBulletNew {
	padding: 0.0in;
	margin: 0;
}

#menuNoMarginImgBulletNew li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(/images/a3a.gif)
}

#menuNoMarginImgBulletNewSpacey {
	padding: 0.0in;
	margin: 0;
}

#menuNoMarginImgBulletNewSpacey li {
	padding: 10px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(/images/a3a.gif)
}

/* button styles links in UL or OL */
#menuButtons {
	padding:0;
	margin:0;
	color:#333333;
	font-family: arial, helvetica, sans-serif;
	/* white-space:nowrap; */
	list-style-type:none;
}
/* #menuButtons li {display:inline;} */
#menuButtons li a {
	padding:0.2em 1em;
	background:#fc6;
	color:#000;
	text-decoration:none;
	float:left;
	border:1px solid #000;
}
#menuButtons li a:hover {
	background:#08c;
	color:#fff;
}
/* end button style links in UL or OL */





/* end list styles */


/* linkage styles */

a.homeHorizTables {
	text-decoration : none;
   	color : #333333;
	font-weight: bold;
}
a:hover.homeHorizTables {
	color : #0000cc;
}
a:active.homeHorizTables {
	color : #0000cc;
}
a:visited.homeHorizTables {
	color : #333333;
}


a.themenu_k {
	text-decoration : none;
   	color : #663399;
}
a:hover.themenu_k {
	color : #663399;
   	background-color : #E7E0EA;
}
a:active.themenu_k {
	color : #663399;
   	background-color : #E7E0EA;
}
a:visited.themenu_k {
	color : #663399;
}

a.themenu_g {
	text-decoration : none;
   	color : #333333;
}
a:hover.themenu_g {
	color : #333333;
   	background-color : #e3e3e3;
}
a:active.themenu_g {
	color : #333333;
   	background-color : #e3e3e3;
}
a:visited.themenu_g {
	color : #333333;
}


a.themenu_e {
	text-decoration : none;
   	color : #990000;
}
a:hover.themenu_e {
	color : #990000;
   	background-color : #F7EAE6;
}
a:active.themenu_e {
	color : #990000;
   	background-color : #F7EAE6;
}
a:visited.themenu_e {
	color : #990000;
}


a.themenu_b {
	text-decoration : none;
   	color : #00427B;
}
a:hover.themenu_b {
	color: #00427B;
   	background-color : #E6EDF4;
}
a:active.themenu_b {
	color : #00427B;
   	background-color : #E6EDF4;
}
a:visited.themenu_b {
	color : #00427B;
}


a.themenu_v {
	text-decoration : none;
   	color : #336633;
}
a:hover.themenu_v {
	color: #336633;
   	background-color : #DCE6DE;
}
a:active.themenu_v {
	color : #336633;
   	background-color : #DCE6DE;
}
a:visited.themenu_v {
	color : #336633;
}


/* utility strips (breadcrumbs trail area) */
#utilstrip_K{
	clear:both;
	font-size:0.9em;
	color:#000000;
	width:100%;
	height:18px;	
	background-color:#C5B4CC;
}

#utilstrip_V{
	clear:both;
	font-size:0.9em;
	color:#000000;
	width:100%;
	height:18px;	
	background-color:#A3BFA8;
}

#utilstrip_G{
	clear:both;
	font-size:0.9em;
	color:#000000;
	width:100%;
	height:18px;	
	background-color:#CCCCCC;
}

#utilstrip_B{
	clear:both;
	font-size:0.9em;
	color:#000000;
	width:100%;
	height:18px;	
	background-color:#E6EDF4;
}

#utilstrip_E{
	clear:both;
	font-size:0.9em;
	color:#333333;
	width:100%;
	height:18px;	
	background-color:#F1E1E1;
}

/* end cok 2006 additions */i


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #999966;
	font-weight:bold;
	font-size: 11px;
	border-style:groove;
	border-width:1px;
	border-color:#999966; 
}

/* background color for the content part of the pages */
Body
{
    background-color: white;  
    font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #ffffff;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* dmurray - smaller font italicized */
.NormalSmallItalic
{
    font-family: Arial, Helvetica;
    font-size: 10px;
	font-style:italic;
    font-weight: normal;
	color:#696969;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    none;
	color: #343749;
	border: 1px solid #343749;
	background-color: #EBECEE;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #444444;
	border: 1px solid #343749;
	background-color: #A3BFA8;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: #006600;
	border: 1px solid #80402B;
	background-color: #CCFFCC;
}

A.CommandButton:hover    {
	text-decoration:    none;
	color: #006600;
	border: 1px solid #80402B;
	background-color: #CCFFCC;
}

/* dmurray :: left menu link styles */
A.leftMenuLinky:link 
{
	text-decoration: none;	
	
}
A.leftMenuLinky:hover
{
	text-decoration: none;	
	color:#0000FF;
	background-color:#D1D1A0;
}
A.leftMenuLinky:visited 
{
	text-decoration: none;	
}
A.leftMenuLinky:active
{
	text-decoration: none;	
}

A.breadcrumb:link 
{
	text-decoration: none;	
	color:#333333;
	font-size: 11px;	
}
A.breadcrumb:hover
{
	/*background-color:#D1D1A0;*/
}
A.breadcrumb:visited 
{
	text-decoration: none;	
	color: #333333;
	font-size: 11px;	
}
A.breadcrumb:active
{
	text-decoration: none;	
	font-size: 11px;	
}

/* end dmurray */ 
    
/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #FFFFFF;
    background-color: #8b8b83;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color : #696969;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* Custom Styles */

td {
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}

img { border: none; }
form { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

.ModuleBg 
{
	background-color: #336633;
}

#header{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

#logo{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	float:left;
}

#topnav{
	background-color:#336633;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	clear:both;	
}

#title{	
	background: #336633;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:28px;
	border-bottom:1px solid #000000;
}

#title h1{
	color:#ffffff;
	font-size:1.8em;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 4px;
}

#breadcrumb{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;		
	float:left;	
}

#breadcrumb img{
	margin:0px 3px 0px 0px;
	padding:0px 0px 0px 0px;
}

#breadcrumb p{
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 6px;		
}

/*
#breadcrumb a:link, #breadcrumb a:visited{	
	color:#0000ff;
}
*/

#footer{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:7px 0px 5px 5px;
	/* background-color:#C5B4CC;	 */
	/*F2F2E8*/
}

#footer p{
	color:#333333;
	font-size:0.9em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

#footer a:link, #footer a:visited{
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;		
}

#SMContainer 
{
 color: #336633;
 border-style: solid;
 border-width: 1px 1px 1px 1px;
 padding: 3px 3px 3px 3px;
 width: 100%;
}

.SMTitleBg 
{
 background-color: #336633;
}

#Separator
{
	height: 5px;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}







/* Using for SimpleLinkBox Links */
.MainMenu_MenuBar {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	text-decoration:none;
}

.MainMenu_MenuBarLink {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;
	color:Black;
}


/*  */
.MainMenu_MenuBar_XMOD {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	text-decoration:none;
}

.MainMenu_MenuBarLink_XMOD {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;
	color:Black;
}
/* end */


/* hyperlink style for the unselected tabs */
A.XMOD_Menu:link {
	font-family: Arial, Helvetica; 
    text-decoration: none;
    font-size: 11px;
}

A.XMOD_Menu:visited  {
    font-family: Arial, Helvetica; 
    text-decoration: none;
    font-size: 11px;
}

A.XMOD_Menu:active   {
    font-family: Arial, Helvetica; 
    text-decoration: none;
    font-size: 11px;
}

A.XMOD_Menu:hover    {
    font-family: Arial, Helvetica; 
	color : #0000FF;
    text-decoration: none;
    font-size: 11px;
}
/* end xmod menu link styles */








/* Main menus style in the _default portals directory. Using the lowest level style sheet for these. */







.SMHead   {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #FFFFFF;
}


.SMTitleBg 
{
 background-color: #336633;
}

.ActiveTabName
{
 font : bold 16px sans-serif;
 color : #ffffff;
 /* filter : progid:DXImageTransform.Microsoft.Shadow(color=#336633, strength=5, direction=45); */
 width: 100%;
}

/* style of item titles on edit and admin pages */
.FAQLinky
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}


/* Simple Link Box Right Sub-Menus */
.parentLink {
	background-color: #999966;
	font-weight:bold;
	font-size: 14px;
}
/* end right sub menus */


#SMContainer 
{
 color: #336633;
 border-style: solid;
 border-width: 1px 1px 1px 1px;
 padding: 3px 3px 3px 3px;
 width: 100%;
}


/* Repository module - label styles */ 
.RepDownload 
{
	font-family: verdana, Arial, Helvetica;
    font-size:  10px;

}
.RepTitle
{
	font-family: verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold; 
}
.RepDetails
{
	font-family: verdana, Arial, Helvetica;
	font-size: 10px;
	font-style:italic;
}
/* end repository */


/* Module Title Menu on Module Definitions page - Host menu  */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar 
{
	cursor: pointer;
	height : 16px;
	background-color : Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFFFFF;
	/* filter : progid:DXImageTransform.Microsoft.Shadow(Color=#696969, direction=135, strength=3); */
	border-bottom: solid 0px #FFFFFF; 
	border-left: solid 0px #FFFFFF; 
	border-top: solid 0px #FFFFFF; 
	border-right: solid 0px #FFFFFF;
}

.ModuleTitle_MenuBreak 
{
	border-bottom: solid 1px #EEEEEE;
	border-left: solid 0 #EEEEEE;
	border-top: solid 1px #EEEEEE;
	border-right: solid 0 #EEEEEE;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
}


/* Main Menu */
.MainMenu_MenuContainer {
	background-color: #333333; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height:20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 0px solid;
	/* background-color: Transparent; */
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	background-color: #555555; 
	border-left: solid 1px #555555; 
	border-bottom: solid 1px #555555; 
	border-top: solid 1px #555555; 
	text-align: center; 
	width: 5px; 
	height: 20px; 
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #333333; 
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #777777 1px solid; 
	border-right: #404040 0px solid;
}
.MainMenu_MenuBreak 
{
	border-bottom: solid 1px #404040;
	border-left: solid 0 #FF8080;
	border-top: solid 1px #FF8080;
	border-right: solid 0 #404040;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	color: #f7f7f7; 
	font-family: Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #777777;
}
.MainMenu_MenuArrow {
	/* display: none; */
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid;
	background-color: #555555;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
}
