/* 
================================
Skin styles for DotNetNuke
================================
*/   
Body{
background-color:#fff;
margin:0px;
}
.pagemaster{
width:100%;
height:100%;
background-color:#fff;
}
.skinmaster{
height:100%;
background-color:#fff;
border-right:#99BBDD 1px solid; 
border-top:#99BBDD 1px solid; 
border-left:#99BBDD 1px solid; 
border-bottom:#99BBDD 1px solid; 
-moz-border-radius-bottomleft:15px; 
-moz-border-radius-bottomright:15px; 
-moz-border-radius-topleft:3px; 
-moz-border-radius-topright:3px; 
}
.skinheader{
}
.skingradient{
background-color:#99BBDD; 
height:40px;
}
.skingradient DIV{
margin:3px 0px 0px 0px;
}
.skingradientfooter{
background-color:#99BBDD; 
height:24px;
}
.SkinObject{
font-weight:bold;
font-size:13px;
color:#444444;
font-family:Tahoma,Arial,Helvetica,sans-serif;
text-decoration:none;
}
A.SkinObject:link{
text-decoration:none;
color:#444444;
}
A.SkinObject:visited{
text-decoration:none;
color:#444444;
}
A.SkinObject:hover{
text-decoration:none;
color:#666666;
}
A.SkinObject:active{
text-decoration:none;
color:#444444;
}
.SkinObjectBlack{
font-weight:bold;
font-size:14px;
color:#000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
text-decoration:none;
letter-spacing:1px;
}
A.SkinObjectBlack:link{
text-decoration:none;
color:#000;
}
A.SkinObjectBlack:visited{
text-decoration:none;
color:#000;
}
A.SkinObjectBlack:hover{
text-decoration:none;
color:#000;
}
A.SkinObjectBlack:active{
text-decoration:none;
color:#000;
}
.MLLanguageSelectionItemURL{
font-weight:bold;
font-size:14px !important;
color:#000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
text-decoration:none;
letter-spacing:1px;
padding:0 !important;
}
.MLLanguageSelectionItemURL A:link{
text-decoration:none;
color:#000;
}
.MLLanguageSelectionItemURL A:visited{
text-decoration:none;
color:#000;
}
.MLLanguageSelectionItemURL A:hover{
text-decoration:none;
color:#000;
}
.MLLanguageSelectionItemURL A:active{
text-decoration:none;
color:#000;
}
.controlpanel{
width:100%;
background-color:#fefefe;
}
.toppane{
width:100%;
background-color:transparent;
padding:0;
}
.leftpane{
background-color:transparent;
padding:10px 5px 10px 5px;
}
.contentpane{
width:100%;
background-color:transparent;
padding:10px 5px 10px 5px;
}
.rightpane{
background-color:transparent;
padding:10px 5px 10px 5px;
}
.bottompane{
width:100%;
background-color:transparent;
padding:5px;
}
/* button style for standard HTML buttons */
.StandardButton{
background:#5588CC; 
color:#fff;
font-family:verdana,sans-serif; 
font-size:12px;
font-weight:normal;
}
/* style for module titles */
.ModuleTitle{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight:bold;
color:#000;
letter-spacing:1px;
}
.Head{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size: 18px;
font-weight:normal;
color:#666666;
}
/* style of item titles on edit and admin pages */
.SubHead{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
color:#666666;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
color:#000;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:13px;
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:Tahoma,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
}
/* text style used for error messages */
.NormalRed{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
color:#ff0000;
}
.NormalWide{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:normal;
line-height:135%;
}
/* text style used for textboxes in the admin and edit pages,for Nav compatibility */
.NormalTextBox{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{
text-decoration:underline;
color:#003366;
}
A.CommandButton:hover{
text-decoration:underline;
color:#ff0000;
}
/* GENERIC */
H1{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
color:#444444;
}
H2{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:17px;
font-weight:normal;
color:#444444;
}
H3{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:normal;
color:#444444;
}
H4{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:normal;
color:#444444;
}
H5,DT{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:normal;
color:#444444;
}
H6{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
color:#444444;
}
TFOOT,THEAD{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:13px;
color:#444444;
}
TH{
vertical-align:baseline;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
color:#444444;
}
A:link,A:visited,A:active{
text-decoration:none;
color:#003366;
}
A:hover{
text-decoration:underline;
color: #ff6347;
}
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;
}
OL UL LI{
list-style-type:disc;
}
HR{
color:#696969;
height:1pt;
text-align:left;
}
/* Main Menu */
.MainMenu_MenuContainer{
background-color:transparent;
}
.MainMenu_MenuBar{
cursor:pointer;
height:16px;
background-color:Transparent;
}
.MainMenu_RootMenuItem{
cursor:pointer;
color:#000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
font-style:normal;
border-bottom:#99BBDD 1px solid;
border-top:#99BBDD 1px solid;
background-color:Transparent;
letter-spacing:1px;
}
.MainMenu_MenuItem{
cursor:pointer;
color:#000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
font-style:normal;
border-bottom:#99BBDD 1px solid;
border-top:#99BBDD 1px solid;
background-color:Transparent;
letter-spacing:1px;
}
.MainMenu_MenuIcon{
cursor:pointer;
background-color:#99BBDD;
border-left:#99BBDD 1px solid;
border-bottom:#99BBDD 1px solid;
border-top:#99BBDD 1px solid;
text-align:center;
width:16px;
height:23px;
}
.MainMenu_SubMenu{
z-index:1000;
cursor:pointer;
background-color:#99BBDD;
border-bottom:#444444 2px solid;
border-top:#DDDDDD 1px solid;
border-right:#444444 2px solid;
}
.MainMenu_MenuBreak{
border-bottom:#EEEEEE 1px solid;
border-left:#99BBDD 1px solid;
border-top:#EEEEEE 1px solid;
border-right:#EEEEEE 0px solid;
background-color:#EEEEEE;
height:1px;
}
.MainMenu_MenuItemSel{
cursor:pointer;
color:#000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
font-style:normal;
background-color:#CCCCCC;
border-bottom:#99BBDD 1px solid;
border-top:#99BBDD 1px solid;
letter-spacing:1px;
}
.MainMenu_MenuArrow{
font-family:webdings;
font-size:16px;
cursor:pointer;
border-right:#99BBDD 1px solid;
border-bottom:#99BBDD 1px solid;
border-top:#99BBDD 1px solid;
}
.MainMenu_RootMenuArrow{
font-family:webdings;
font-size:16px;
cursor:pointer;
}
/* style for reporting */
#dnn_ctr413_ViewReports_Visualizer_grdResults,
#dnn_ctr414_ViewReports_Visualizer_grdResults{
border:1px solid #000;
}
#dnn_ctr413_ViewReports_Visualizer_grdResults TH,
#dnn_ctr414_ViewReports_Visualizer_grdResults TH{
padding:0px 5px 3px 0px;
border-top:1px solid #000;
border-bottom:1px solid #000;
}
#dnn_ctr416_ModuleContent TH{
padding:0px 5px 3px 0px;
border-bottom:1px solid #000;
}
#dnn_ctr413_ViewReports_Visualizer_grdResults TD,
#dnn_ctr414_ViewReports_Visualizer_grdResults TD,
#dnn_ctr416_ModuleContent TD{
padding-right:5px;
white-space:nowrap;
border-bottom: 1px solid #000;
}

