/* 
================================
Skin styles for DotNetNuke
================================
*/   

a:link  {
    text-decoration:    none;
    color:  #222222;
}

a:visited   {
    text-decoration:    none;
    color:  #222222;
}

a:active    {
    text-decoration:    none;
    color:  #222222;
}

a:hover {
    text-decoration:    underline;
    color:  #222222;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #222222;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
a.CommandButton:link (line 424){
	text-decoration: underline;
	color: #222222;
}

a.CommandButton:hover (line 439){
	text-decoration: underline;
	color: #ffffff;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#222222;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#666666;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#222222;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#222222;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #222222;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    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;
    font-size: 11px;
    font-weight: bold
}

/*==============================================================================*/

H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #AF090B;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #333333;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight: normal;
    color: #AF090B;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #AF090B;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #AF090B;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight: bold;
    color: #AF090B;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #333333;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #333333;
}

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: dimgrey;
    height:1pt;
    text-align:left
}

/*==============================================================================*/

body
{
  background-color: #4F7DAF; 
  background-image:url("images/img_bg.jpg"); 
  margin:0px; 
  background-repeat: repeat-x;  
 }

 .SkinObject {
    font-weight: normal!important;
    font-size: 8.5pt;
    color: white !important;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

#menurow
{
 background-image:url("images/img_menutop.jpg");
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #4F7DAF;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 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-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.header{
	background-image:url("images/img_header.jpg");
}
.logo{
	background-image:url("images/img_logo.jpg");
}
.photo{
	background-image:url("images/img_rotatebg.jpg");
	background-repeat: no-repeat;
	background-color: #373737;
}
.logo_home{
	background-image:url("images/img_logo_home.jpg");
}
.photo_home{
	background-image:url("images/img_photo_home.jpg");
}
.flash{
	background-color: #363636;
}
.redblock{
	background-image:url("images/img_redblock.jpg");
}
.menubg{
	background-image:url("images/img_menutop.jpg");
}	
.leftpane {
 background-image:url("images/img_leftbg.gif");
}
.rightpane{
 background-image:url("images/img_rightbg.gif");
}
.green{
 background-image:url("images/img_greenbase.gif");
}
.footer{
 background-image:url("images/img_footer.jpg");
}

/*
==================  Main Menu  /  Horizontal  =======================
*/

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	border-right: none; /*#cccccc 1px solid*/
	border-bottom: none; /*#cccccc 1px solid*/
	border-top: none; /*#cccccc 1px solid*/	
	cursor: pointer; 
	cursor: hand;
	height: 32px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: none; /*#cccccc 0px solid;*/ 
	border-bottom: none; /*#cccccc 0px solid;*/ 
	border-top: none; /*#cccccc 0px solid;*/ 
	border-right: none; /*#cccccc 0px solid;*/ 
	cursor: pointer; 
	cursor: hand; 
	color: #333333; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; /*9pt*/
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: none; 
	border-left: none; /*#cccccc 1px solid*/ 
	border-bottom: none; /*#cccccc 1px solid*/
	border-top: none; /*#cccccc 1px solid*/
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 20px; /*15px*/
}
.MainMenu_SubMenu {
	border: #333333 1px solid;
	margin-top: 0px;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; /*bold*/
	font-style: normal;
	color: black; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: white; /*#cccccc*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 0px; /*1px*/
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	background-color: transparent; /*#aaaaaa*/ 
	cursor: pointer; 
	cursor: hand; 
	color: #AF090B; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	background-color: transparent; /*transparent*/ 
	border-right: none; /*#cccccc 1px solid*/
	border-bottom: none; /*#cccccc 1px solid*/
	border-top: none; /*#cccccc 1px solid*/
	font-family: webdings; 
	color: #E7BD2B;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	background-color: transparent; /*transparent*/ 
	border-right: none; /*#cccccc 1px solid*/
	border-bottom: none; /*#cccccc 1px solid*/
	border-top: none; /*#cccccc 1px solid*/
	font-family: webdings; 
	color: #E7BD2B;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*.ModuleTitle_MenuArrow {display:none;}
.ModuleTitle_RootMenuArrow {display:none;}*/

/*
==================  Main Menu  /  Vertical  =======================
*/
.MainMenu2_MenuContainer {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: transparent; 
}
.MainMenu2_MenuBar {
	border-right: none; /*#cccccc 1px solid*/
	border-bottom: #ffffff 1px solid; /*none*/
	border-top: none; /*#cccccc 1px solid*/	
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: transparent;
}
.MainMenu2_MenuItem {
	height: 20px;
	border-left: none; /*#cccccc 0px solid;*/ 
	border-bottom: #FFFFFF 1px solid; /*#cccccc 0px solid;*/ 
	border-top: none; /*#cccccc 0px solid;*/ 
	border-right: none; /*#cccccc 0px solid;*/ 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; /*9pt*/
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
	width: 202px;
}
.MainMenu2_MenuIcon {
	background-color: none; 
	border-left: none; /*#cccccc 1px solid*/ 
	border-bottom: none; /*#cccccc 1px solid*/
	border-top: none; /*#cccccc 1px solid*/
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 10px; /*15px*/
}
.MainMenu2_SubMenu {
	border: #333333 1px solid;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; /*bold*/
	font-style: normal;
	color: black; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: white; /*#cccccc*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu2_MenuBreak {
	height: 1px; /*0px*/
	background-color: transparent;
	border-bottom: #FFFFFF 1px solid;
}
.MainMenu2_MenuItemSel {
	border-bottom: none;
	background-color: #222222; /*#aaaaaa*/ 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: underline;
	height: 20px;
	width: 202px;
}
.MainMenu2_MenuArrow {
	background-color: transparent; /*transparent*/ 
	border-right: none; /*#cccccc 1px solid*/
	border-bottom: none; /*#cccccc 1px solid*/
	border-top: none; /*#cccccc 1px solid*/
	font-family: webdings; 
	color: #E7BD2B;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

/*.ModuleTitle2_MenuArrow {display:none;}
.ModuleTitle2_RootMenuArrow {display:none;}*/

/*
==================  Tree Menu  =======================
*/
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 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_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

