/* resets 
html { color:#000; background:#FFF;} body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0;}table {	border-collapse:collapse; border-spacing:0;} fieldset, img { border:0;} address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style:inherit; font-weight:inherit;}del, ins { text-decoration:none;} li { list-style:none;} caption, th { text-align:left;} h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;} q:before, q:after { content:'';} abbr, acronym { border:0; font-variant:normal;} sup { vertical-align:baseline;} sub { vertical-align:baseline;} legend { color:#000;} input, button, textarea, select, optgroup, option { font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;} body { font:13px/1.231 arial, helvetica, clean, sans-serif;} select, input, button, textarea, button { font:99% arial, helvetica, clean, sans-serif;} table { font-size:inherit; font:100%;} pre, code, kbd, samp, tt { font-family:monospace; line-height:100%;} body { text-align:left;}
*/

/* Layout Styles */
html, body, form {  font-family:Arial, Helvetica; font-size: 12px; font-weight:normal; padding:0px; margin:0px; }

#Body { }

/* 
================================
Skin styles for DotNetNuke
================================
*/   
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight: bold;
    color: gray;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  12px;
    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;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
/* AGS: Changed to 10px; xx-small doesn't work in dropdown lists. */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size:  10px;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
    font-size: 12px;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
    font-size: 12px;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
    font-size: 12px;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
    font-size: 12px;
}
A:link
{
	text-decoration: none;
	color: #003366;
    text-decoration: underline;
}

A:visited
{
	text-decoration: none;
	color: #003366;
    text-decoration: underline;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
    text-decoration: underline;
}

A:active
{
	text-decoration: none;
	color: #003366;
    text-decoration: underline;
}
.IconImage IMG
{
	margin-right: 5px;
	margin-left: 5px;
}

.searchbox INPUT
{
	font-size: xx-small;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuSeparator {
	font-size: xx-small;
	height: 8pt;
	background-color: Transparent;
	color: White;
	padding-right: 10px;
}
.MainMenu_MenuBar {
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: 0px solid #A5A5A5; 
	border-bottom: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5; 
	border-right: 0px solid #A5A5A5;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	padding-right: 3px;
	padding-left: 5px;
}
.MainMenu_MenuIcon {
	background-color: #CFCFCF; 
	border-left: 0px solid #A5A5A5; 
	border-bottom: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5;
	border-right: 0px solid #A5A5A5; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #A5A5A5; 
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border-bottom: 0px solid #A5A5A5; 
	border-left: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5; 
	border-right: 0px solid #A5A5A5; 
}
.MainMenu_MenuBreak {
	height: 8px;
	border-bottom: 0px solid #A5A5A5; 
	border-left: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5;  
	border-right: 0px solid #A5A5A5; 
	background-color: Transparent;
	color: White;
}
.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	border-bottom: 0px solid #A0A0A0; 
	border-left: 0px solid #A0A0A0; 
	border-top: 0px solid #A0A0A0; 
	border-right: 0px solid #A0A0A0; 
	padding-right: 3px;
	padding-left: 5px;
}
.MainMenu_MenuArrow {
	border-right: #A5A5A5 1px solid; 
	border-bottom: #A5A5A5 1px solid; 
	border-top: #A5A5A5 0px solid;
	font-family: Arial; 
	font-size: 8pt; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
	padding-right: 3px;
}
.StandardButton     {
    background: #F2F2F2 none; 
    color: Black;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    border: 1px solid Gray;
}
.TreeViewMenu {
	width: 175px;
	background-color: #A5DFB1;
	BORDER-RIGHT: #23A53E 1px solid; 
	BORDER-TOP: #23A53E 1px solid; 
	BORDER-LEFT: #23A53E 1px solid; 
	BORDER-BOTTOM: #23A53E 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_MidGreen.jpg);
}

A.RegisterLogin:visited 
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

A.RegisterLogin:hover
{
	color: Red;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
A.RegisterLogin:link
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

A.RegisterLogin:active
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    underline;
    color:#003366;
    font-size: 12px;
}

A.SkinObject:visited  {
    text-decoration:    underline;
    color:#003366;
    font-size: 12px;
}

A.SkinObject:active   {
    text-decoration:    underline;
    color:#003366;
    font-size: 12px;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:red;
    font-size: 12px;
}

.OVXTree, .DNNTree
{
	font: menu;
	width: 150px !important;
	padding: 0px;
	margin: 0px -5px;
}

.DNNTree div { padding-bottom: 5px; vertical-align: top; }
.DNNTree span { vertical-align: top; }

.OVXDefaultNodeCssClass
{
	font: menu;
    display: inline-block;
    width: 110px;  
    margin-top:3px;  
    white-space: normal !important;
}

a.OVXDefaultNodeCssClass { color:black; text-decoration:none; }

.OVXDefaultChildNodeCssClass
{
	font: menu;
    display: inline-block;
    width: 95px;
    margin-top: 3px;
    white-space: normal !important;
}

.OVXDefaultNodeCssClassOver
{
	text-decoration: underline;
}

.OVXDefaultNodeCssClassSelected
{
	font-weight: bold;
	background-color: Silver;
}
.OVXDefaultIconCssClass
{
    padding-right: 3px;
    display: inline-block;
    margin-top: 3px;
}
.DefaultTableStyle
{ 	
    border: 1px solid black;
    padding: 5px;
}
.DefaultTableStyle TD
{
    padding: 5px;
    border: 1px solid black;
}
.BannerImage
{
    margin-top:-15px;
    margin-bottom: -10px;
}

.RadMenu_CSS{outline:none;margin-top:8px;z-index:1000 !important;}

.RadMenu_CSS .rmRootGroup .rmSeparator .rmLeftImage {margin:2px !important;}
.RadMenu_CSS .rmRootGroup .rmSeparator img.rmLeftImage {width:1px;height:12px;}
.RadMenu_CSS .rmRootGroup .rmSeparator .rmText {padding:0px !important;margin:0px !important;}
.RadMenu_CSS .rmRootGroup .rmText {padding:0px 2px 0px 2px !important;}
.RadMenu_CSS .rmRootGroup .disabled:hover {color:#000000;outline:none;}

.RadMenu_CSS .rmLink {
    text-decoration:none !important;
    color:#fff !important;
    font-size:8pt !important;
    font-weight:bold !important;
    font-family:Arial;
    text-align:center;cursor:pointer;outline:none;
    padding:0px 0px 0px 0px !important;
}
.RadMenu_CSS .rmLink:hover {
    text-decoration:none;color:#000 !important;font-size:8pt !important;
    font-weight:bold !important;text-align:center;cursor:pointer;outline:none;
    background-color:#fff !important;
}
.RadMenu_CSS .rmLink:hover .text, .RadMenu_CSS .focused .text , .RadMenu_CSS .focused {
    color:#666 !important;font:bold 8pt Arial !important;outline:none;
}

.RadMenu_CSS .rmGroup {border:1px solid #999;}
.RadMenu_CSS .rmGroup .rmItem:hover {background-color:#fff;}
.RadMenu_CSS .rmGroup{background:#999;}
.RadMenu_CSS .rmGroup .rmItem{margin:0px;}
.RadMenu_CSS .rmGroup .rmLeftImage {
    margin:4px !important;padding:0px !important;position:relative !important;display:none;
}
.RadMenu_CSS .rmGroup .rmText {
    margin:0px !important;color:#1f5289;padding-left:5px !important;
    padding-right:10px !important;font-size:8pt;
}
.RadMenu_CSS .rmGroup .rmLink {
    text-align:left;height:25px;line-height:25px;
    padding:0px !important;
}
.RadMenu_CSS .rmGroup .rmLink .rmText{color:#ffffff;}
.RadMenu_CSS .rmGroup .rmLink:hover .rmText, .RadMenu_CSS .rmGroup .focused .rmText {
    color:#000;height:25px;line-height:25px;background-color:#fff;
}
.RadMenu_CSS .rmGroup .rmLink:hover, .RadMenu_CSS .rmGroup .focused, .RadMenu_CSS .rmGroup .expanded{text-align:left;}

#dnn_divSearch 
{
    height:25px !important;
    display:table-cell; 
    vertical-align:middle
}
#dnn_Search1_ClassicSearch 
{
    border:1px solid silver;
    margin:5px 0px;
    padding:5px 0px 0px 0px;
    height:25px !important;
    display:table-cell; 
    vertical-align:middle;
    display: block;
}
#dnn_Search1_txtSearch { width:100px !important; }
.ModOvionxGDSPhotoC { width:200px !important; }
div[id$='_UP_Prog'] {
    position: absolute; /*use position:fixed for non IE-6*/
    bottom: 50%;
    width:150px;
    position :fixed;
    left:40%;
    z-index :1000001;
    padding:20px;
    text-align:center;
    background:#fff;
    border: 3px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
