/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* 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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head  {
color: #003399;

}

/* 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
{

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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 {
	text-decoration: none;
	color: #336699;
}

A.CommandButton:visited  {
	text-decoration: none;
	color: #376FA6;
}

A.CommandButton:hover    {
	text-decoration: underline;
	color: #224466;
}
    
A.CommandButton:active   {
	text-decoration: none;
	color: #336699;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #003399;
font-size:100%;
margin:0 0 10px;
}

H2  {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #003399;
font-size:100%;
margin:0 0 10px;
}

H3  {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #003399;
font-size:100%;
margin:0 0 8px;
}

H4  {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #71abbe;
}

H5, DT  {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
color: #7373bf;
}

H6  {
color: #003399;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
        font-weight: bold;
	text-decoration: none;
	color: #336699;
}

A:visited   {
        font-weight: bold;
	text-decoration: none;
	color: #376FA6;
}

A:hover {
        font-weight: bold;
	text-decoration: underline;
	color: #224466;
}

A:active    {
        font-weight: normal;
	text-decoration: none;
	color: #336699;
}

SMALL   {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #514D85;
font-size:40%;
text-align: center;
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/***** Main menu *****/

#HouseMenuNav {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

#HouseMenuNav li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

#HouseMenuNav a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

#HouseMenuNav li a:hover, #HouseMenuNavCurrentItem a {
background-color:#eaeaea;
border-left:4px solid #336699;
color:#505050;
}

#HouseMenuNav ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

#HouseMenuNav ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

#HouseMenuNav ul ul {
width:113px;
}

#HouseMenuNav ul ul a {
width:100px;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#ffffff;
color:#505050;
border-left:0 solid #ffffff;
line-height:1.5em;
}

#content img,#contentwide img, #contentwide2 img {
padding:0;
background:#ffffff;
color:#ffffff;
border:0;
}


#content h1, #contentwide h1, #contentwide h1.Head, #contentwide2 h1{
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #003399;
font-size:1.6em;
margin:0 0 10px;
}
#content h2, #contentwide h2, #contentwide h2, #contentwide2 h2 {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #003399;
font-size:1.6em;
margin:0 0 10px;
}

#content h3,#contentwide h3, #contentwide2 h3 {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #003399;
font-size:100%;
margin:0 0 8px;
}
.TitleCell, .CategoryCell, .SizeCell {
vertical-align: text-top;
}

/*****CYDB Video Request Form *****/

.cydb, .cydbForm {
margin: 0;
padding: 0;
font-size:100%;
font-family:Verdana,Tahoma,Arial,sans-serif;
font-weight:normal;
color:#404040;
}

.cydbForm .SubInstruction {
color: #003399;
font-weight: bold;
font-size: 1.4em;
padding: 5px 0 5px 0;
display:block;
}

.cydbForm .SubLabel {
color: #003399;
font-weight: bold;
font-size: 1.2em;
padding: 0px 0 0 0;
margin: 0px 0 0 0;
display:block;
}

.cydbForm .SubSubLabel {
color: #003399;
font-weight: bold;
font-size: 1.0em;
padding: 5px 0 5px 0;
margin: 5px 0 5px 0;
display:block;
}

.cydbForm .SubHeadField {
padding: 5px 0 5px 0;
color:black;
font-size:1.1em;
font-weight: bold;
display:block;
}

.cydbForm .SubHead {
padding: 0px 5px 0px 0;
color:black;
font-size:1.1em;
display:block;
}

.cydbForm .NormalTextBox {
width: 100%;
background-color: inherit;
border-color:#4F4F4F;
border-style: solid;
border-width: 1px;
color: #000000;
margin-bottom:0px;
}

.cydbForm .Normal {
width: 100%;
background-color: inherit;
color: #000000;
padding: 5px 0 5px 0;
}

.cydbForm td {
padding-bottom:5px;
}

.clearboth {
clear: both;
}
.clearright {
clear: right;
}
.floatleft {
float:left;}
.floatright {
float:right;}


