/* 
================================
Skin styles for DotNetNuke
================================
*/

body
{
    background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left;
	background-color:#cae0f7;
	font-family:Verdana;
	color:#525252;
	font-size:11px;
	margin-bottom:15px;
}

.pagemaster
{
    height:100%;
	background-color: transparent;
    text-align: center;
	margin-bottom:0px;
}

.skinmaster
{
    height:100%;
	width:885px;
    color: #000000;
    border:0px solid #ff00ff;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
	margin-bottom:0px;
}

.skinheader
{
}

.controlpanel
{
    width: 948px;
    background-color: #FFFFFF;
    color: #000000;
	margin:0 auto;
}

.toppane
{
    width: 100%;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 0px;
}

.leftpane
{
    
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.contentpane
{
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.rightpane
{
    
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.bottompane
{
    width: 100%;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

/*
==============================================================================
Menu Classes
==============================================================================
*/

.menupane
{
	background-color: transparent;
}

.MainMenu_MenuContainer
{
    background-color: transparent;
    width: 100%;
    height: 35px;
    border: 0px solid #FF9900;
}

/* Don't need menu bar in vertical menu
========================================
*/
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 35px;
    background-color: #38702f;
}

.MainMenu_MenuItem
{
    cursor: pointer;
    cursor: hand;
    height: 35px;
    background-color: #38702f;
    font-weight: normal !important;
}

/* Menu TD */

.mainmenu td
{
    border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    cursor: hand;
    color: #ffffff;
    font-family: arial;
	font-size:14px;
    font-weight: bold !important;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
	height: 35px;
	
}

/* Menu TD hover */

.mainmenuover td
{
	border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    cursor: hand;
    color: #676362;
    font-family: arial;
	font-size:14px;
	background-color:transparent;
	background-image:url(menuOver.gif);
	background-repeat:repeat-x;
    font-weight: bold !important;
    text-decoration: none;
    padding-left: 10px;
	padding-right: 10px;
    height: 35px;
}

/* Menu TD on Mouse Click */

.MainMenu_MenuItemSel td
{
	border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    cursor: hand;
    color: #676362;
    font-family: arial;
	font-size:14px;
	background-color:transparent;
	background-image:url(menuOver.gif);
	background-repeat:repeat-x;
    font-weight: bold !important;
    text-decoration: none;
    padding-left: 10px;
	padding-right: 10px;
    height: 35px;
}

/* Menu TD Page Selected */

 .mainmenuoveractive td
{
	border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    cursor: hand;
    color: #676362;
    font-family: arial;
	font-size:14px;
	background-color:transparent;
	background-image:url(menuOver.gif);
	background-repeat:repeat-x;
    font-weight: bold !important;
    text-decoration: none;
    padding-left: 10px;
	padding-right: 10px;
    height: 35px;
}



/* submenu 
==========================
*/

.submenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: none;
	border:0px solid #fff;    
}

.MainMenu_MenuItem
{
    color: #ffffff;
	background-color:#38702f;
    font-size: 9pt;
    font-family: verdana;
    font-weight: normal;
    height: 25px;
    border-left: #000000 0px solid;
    border-bottom: #fff 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    filter:alpha(opacity=98);-moz-opacity:.98;opacity:.98;
}

.MainMenu_MenuItemSel
{
    color: #676362;
	background-color:#d7dde1;
    font-size: 9pt;
    font-family: verdana;
    font-weight: normal;
    height: 25px;
    border-left: #000000 0px solid;
    border-bottom: #fff 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    filter:none;
}



.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 0px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 0px solid;
    border-right: #EEEEEE 0px solid;
    background-image: url(menuSep.png);
    background-repeat: no-repeat;
    width: 1px;
	margin-left:15px;
}

.MainMenu_MenuArrow
{
    border-right: #cad5ea 0px solid;
    border-bottom: #cad5ea 0px solid;
    border-top: #cad5ea 0px solid;
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}

.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
	
}

.MainMenu_MenuIcon
{
    display:none;
	cursor: pointer;
	background-color:#d1d1d1;
    border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    text-align: center;
    width: 15px;
    height: 42px;
}

.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);
}

/*
==============================================================================
End Menu Classes
==============================================================================
*/
.StandardButton
{
    background-color: #7fc03d;
    color: #ffffff;
    font-family: verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: Arial, Helvetica;
    font-size: 17px;
    font-weight: bold;
    color: #454545;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead
{
    color: #646464;
}

/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
    font-family:Verdana;
	color:#525252;
	font-size:11px;
    text-align: justify;
}

.Normal2
{
    color: #bc4f07;
    font-family: tahoma;
    font-weight: normal;
    font-size: 11px;
    text-align: justify;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{
    font-family: tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #444444;
	background-color:#ffffff;
	border:1px solid #404040;
}
.NormalRed
{
    color: #FF0000;
    font-family: tahoma;
    font-weight: bold;
    font-size: 11px;
}
.NormalBold
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #707070;
}

a.NormalBold:link
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #707070;
}

a.NormalBold:visited
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #707070;
}

a.NormalBold:hover
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #418600;
}

a.NormalBold:active
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #418600;
}


/* ==============================
 Style for the following Skin Items (You can change the css class
associated with these objects in the skin.xml file)
- SkinItems -  Login and Register links, Breadcrumb, Copyright, Date,
- Help, Hostname, Privacy, Terms, Search
================================== */

/* This is the Date eg. any items that are not links */
.SkinItem
{
    color: #FFFFFF;
    background-color: #1D2B52;
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link
{
    color: #FFFFFF;
    font-family: tahoma, arial;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

A.SkinItem:visited
{
    color: #FFFFFF;
    font-family: tahoma, arial;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

A.SkinItem:active
{
    color: #FFFFFF;
    font-family: tahoma, arial;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

A.SkinItem:hover
{
    color: #FFFFFF;
    font-family: tahoma, arial;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

/* Links */

.SkinObject
{
	font-family:verdana;
	font-size:12px;
	color:#646464;
	font-weight: normal;
}

a.SkinObject:link
{
	font-family:verdana;
	font-size:12px;
	color:#646464;
	text-decoration:none;
	font-weight: normal;
}

a.SkinObject:visited
{
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
	color:#646464;
	font-weight: normal;
}
a.SkinObject:hover
{
	color:#646464;
	text-decoration:underline;
	font-weight: normal;
}

a.SkinObject:active
{
	color:#646464;
	text-decoration:underline;
	font-weight: normal;
}

a.CommandButton:link {
	font-family:verdana;
	color:#707070;
	text-decoration:underline;
}

a.CommandButton:visited {
	font-family:verdana;
	color:#707070;
	text-decoration:underline;
}

a.CommandButton:hover {
	font-family:verdana;
	color:#418600;
	text-decoration:none;
}

a.CommandButton:active {
	font-family:verdana;
	color:#418600;
	text-decoration:none;
}

a:link {
	color:#646464;
	font-size:12px;
}

a:visited {
	color:#646464;
	font-size:12px;
}

a:hover {
	color:#418600;
	font-size:12px;
}

a:active {
	color:#418600;
	font-size:12px;
}

.tm1
{
	padding-top: 1px;
}

.tm2
{
	padding-top: 2px;
}

.tm3
{
	padding-top: 3px;
}

.tm4
{
	padding-top: 4px;
}

.tm5
{
	padding-top: 5px;
}

.tm6
{
	padding-top: 6px;
}

.tm7
{
	padding-top: 7px;
}

.tm8
{
	padding-top: 8px;
}

.tm9
{
	padding-top: 9px;
}

.tm10
{
	padding-top: 10px;
}

.tm11
{
	padding-top: 11px;
}

.tm12
{
	padding-top: 12px;
}

.tm13
{
	padding-top: 13px;
}

.tm14
{
	padding-top: 14px;
}

.tm15
{
	padding-top: 15px;
}

.tm16
{
	padding-top: 16px;
}

.tm17
{
	padding-top: 17px;
}

.tm18
{
	padding-top: 18px;
}

.tm19
{
	padding-top: 19px;
}

.tm20
{
	padding-top: 20px;
}

.tm22
{
	padding-top: 22px;
}

.tm24
{
	padding-top: 24px;
}

.tm25
{
	padding-top: 25px;
}

.tm27
{
	padding-top: 27px;
}

.tm30
{
	padding-top: 30px;
}

.tm35
{
	padding-top: 35px;
}

.tm40
{
	padding-top: 40px;
}

.tm45
{
	padding-top: 45px;
}

.tm50
{
	padding-top: 50px;
}

.tm55
{
	padding-top: 55px;
}

.tm60
{
	padding-top: 60px;
}

.tm70
{
	padding-top: 70px;
}

/* Right Padding*/

.rm1
{
	padding-right: 1px;
}

.rm2
{
	padding-right: 2px;
}

.rm3
{
	padding-right: 3px;
}

.rm4
{
	padding-right: 4px;
}

.rm5
{
	padding-right: 5px;
}

.rm6
{
	padding-right: 6px;
}

.rm7
{
	padding-right: 7px;
}

.rm8
{
	padding-right: 8px;
}

.rm9
{
	padding-right: 9px;
}

.rm10
{
	padding-right: 10px;
}

.rm11
{
	padding-right: 11px;
}

.rm12
{
	padding-right: 12px;
}

.rm13
{
	padding-right: 13px;
}

.rm14
{
	padding-right: 14px;
}

.rm15
{
	padding-right: 15px;
}

.rm17
{
	padding-right: 17px;
}

.rm18
{
	padding-right: 18px;
}

.rm19
{
	padding-right: 19px;
}

.rm20
{
	padding-right: 20px;
}

.rm21
{
	padding-right: 21px;
}

.rm22
{
	padding-right: 22px;
}

.rm23
{
	padding-right: 23px;
}

.rm24
{
	padding-right: 24px;
}

.rm25
{
	padding-right: 25px;
}

.rm27
{
	padding-right: 27px;
}

.rm30
{
	padding-right: 30px;
}

.rm35
{
	padding-right: 35px;
}

.rm38
{
	padding-right: 38px;
}

.rm40
{
	padding-right: 40px;
}

.rm45
{
	padding-right: 45px;
}

.rm50
{
	padding-right: 50px;
}

.rm55
{
	padding-right: 55px;
}

.rm60
{
	padding-right: 60px;
}

/* buttom Padding*/

.bm1
{
	padding-bottom: 1px;
}

.bm2
{
	padding-bottom: 2px;
}

.bm3
{
	padding-bottom: 3px;
}

.bm4
{
	padding-bottom: 4px;
}

.bm5
{
	padding-bottom: 5px;
}

.bm6
{
	padding-bottom: 6px;
}

.bm7
{
	padding-bottom: 7px;
}

.bm8
{
	padding-bottom: 8px;
}

.bm9
{
	padding-bottom: 9px;
}

.bm10
{
	padding-bottom: 10px;
}

.bm11
{
	padding-bottom: 11px;
}

.bm12
{
	padding-bottom: 12px;
}

.bm13
{
	padding-bottom: 13px;
}

.bm14
{
	padding-bottom: 14px;
}

.bm15
{
	padding-bottom: 15px;
}

.bm16
{
	padding-bottom: 16px;
}

.bm17
{
	padding-bottom: 17px;
}

.bm18
{
	padding-bottom: 18px;
}

.bm19
{
	padding-bottom: 19px;
}

.bm20
{
	padding-bottom: 20px;
}

.bm22
{
	padding-bottom: 22px;
}

.bm25
{
	padding-bottom: 25px;
}

.bm30
{
	padding-bottom: 30px;
}

.bm33
{
	padding-bottom: 33px;
}

.bm35
{
	padding-bottom: 35px;
}

.bm40
{
	padding-bottom: 40px;
}

.bm45
{
	padding-bottom: 45px;
}

.bm50
{
	padding-bottom: 50px;
}

.bm55
{
	padding-bottom: 55px;
}

.bm60
{
	padding-bottom: 60px;
}

/* Left Padding*/

.lm1
{
	padding-left: 1px;
}

.lm2
{
	padding-left: 2px;
}

.lm3
{
	padding-left: 3px;
}

.lm4
{
	padding-left: 4px;
}

.lm5
{
	padding-left: 5px;
}

.lm7
{
	padding-left: 7px;
}

.lm8
{
	padding-left: 8px;
}

.lm9
{
	padding-left: 9px;
}


.lm10
{
	padding-left: 10px;
}

.lm11
{
	padding-left: 11px;
}

.lm12
{
	padding-left: 12px;
}

.lm13
{
	padding-left: 13px;
}

.lm15
{
	padding-left: 15px;
}

.lm17
{
	padding-left: 17px;
}

.lm18
{
	padding-left: 18px;
}

.lm19
{
	padding-left: 19px;
}

.lm20
{
	padding-left: 20px;
}

.lm22
{
	padding-left: 22px;
}

.lm25
{
	padding-left: 25px;
}

.lm30
{
	padding-left: 30px;
}

.lm35
{
	padding-left: 35px;
}

.lm40
{
	padding-left: 40px;
}

.lm45
{
	padding-left: 45px;
}

.lm50
{
	padding-left: 505px;
}

.lm55
{
	padding-left: 55px;
}

.lm60
{
	padding-left: 60px;
}

/* General Padding */

.m1
{
	padding: 1px;
}

.m2
{
	padding: 2px;
}

.m3
{
	padding: 3px;
}

.m4
{
	padding: 4px;
}

.m5
{
	padding: 5px;
}

.m6
{
	padding: 6px;
}

.m7
{
	padding: 7px;
}

.m8
{
	padding: 8px;
}

.m9
{
	padding: 9px;
}

.m10
{
	padding: 10px;
}

.m11
{
	padding: 11px;
}

.m12
{
	padding: 12px;
}

.m13
{
	padding: 13px;
}

.m14
{
	padding: 14px;
}

.m15
{
	padding: 1px;
}

.m16
{
	padding: 16px;
}

.m17
{
	padding: 17px;
}

.m18
{
	padding: 18px;
}

.m19
{
	padding: 19px;
}

.m20
{
	padding: 20px;
}

.m25
{
	padding: 25px;
}

.m30
{
	padding: 30px;
}

.m35
{
	padding: 35px;
}

.m40
{
	padding: 40px;
}

.m45
{
	padding: 45px;
}

.m50
{
	padding: 50px;
}

.imageLeft {
	float:left;
	margin:0 10px 5px 0;
}

.imageRight {
	float:right;
	padding:0 0 5px 10px;
}

/*---------------------------------------------------------------------------------------------------------*/

.bgImage {background:url(bgImg.gif) repeat-x;}


.header {
	background:url(header.jpg) no-repeat;
	height:183px;
}

.searchBarBg {background:url(searchBar_Bg.gif) repeat-x; height:27px; *padding-top:5px;}

.newsMarquee {color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

.MenuHead {background:url(MenuHead_bg.gif) repeat-x; height:26px;}

.MenuHeadTitle {color:#ffffff; font-size:18px; font-family:Arial, Helvetica, sans-serif; }

.menuBg {
	background: #e9e9e9;
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
}

.newsletter_Head {background:url(newsletter_Head.gif) no-repeat; height:29px; font-family:Arial, Helvetica, sans-serif; font-size:13px;}

.newsletter_Bg {background:url(newsletter_Bg.gif) #c5c5c5 repeat-x; border-left:1px solid #bfbfbf; border-right:1px solid #bfbfbf;}

.footer {	
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	text-align:center;
}

a.footer:link {	
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
}

a.footer:visited {	
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
}

a.footer:hover {	
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
}

a.footer:active {	
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
}

.more {
	font-family:verdana;
	font-size:11px;
	color:#719500;
	font-weight: normal;
}

a.more:link {
	font-family:verdana;
	font-size:11px;
	color:#719500;
	font-weight: normal;
	text-decoration:underline;
}

a.more:visited {
	font-family:verdana;
	font-size:11px;
	color:#719500;
	font-weight: normal;
	text-decoration:underline;
}

a.more:hover {
	font-family:verdana;
	font-size:11px;
	color:#719500;
	font-weight: normal;
	text-decoration:none;
}

a.more:active {
	font-family:verdana;
	font-size:11px;
	color:#719500;
	font-weight: normal;
	text-decoration:none;
}

.txtGreen {color:#5f8d35;}

#dnn_dnnSEARCH_txtSearch {height:20px; *height:18px; margin-bottom:3px; *margin-bottom:2px;}

.HdTable{
	background-image:url(hd_center.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:948px;
	height:147px;

}

.Logo{
	padding:14px 10px 0px 16px;

}

.BgCenter{
	background-image:url(bg_center.png);
	background-repeat:repeat-y;
	width:948px;
	
}


.BgMenu{
	background-image:url(bg_menu.png);
	background-repeat:repeat-y;
	width:948px;
	color:#fff;
	
	height:35px;
	padding-left:20px;
	padding-right:20px;

}

.header_bg {background:url(header_bg.gif) repeat-y;}

.TitleLeft{
	background-image:url(bg_tetle_left.jpg);
	background-repeat:no-repeat;
	width:209px;
	height:51px;
	font-family:Arial;
	font-size:18px;
	color:#fff;
	padding-left:25px;
}
.TitleLeft2{
	background-image:url(bg_tetle_left2.jpg);
	background-repeat:no-repeat;
	width:209px;
	height:37px;
	font-family:Arial;
	font-size:18px;
	color:#fff;
	padding-left:25px;
}

.BgBoxLeft{
	background-color:#fafafa;
	width:207px;
	border-left:1px #dbdbdb solid;
	border-right:1px #dbdbdb solid;
	border-bottom:1px #dbdbdb solid;
}
.Bg_box_center{
	background-image:url(Bg_box_center.jpg);
	background-repeat:repeat-x;
	background-color:#e5e5e5;
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;
	padding:0 10px 0 10px;
	vertical-align:top;
}

.TblSearch{
	margin-right:20px;
}
.BgSearch{
	background-image:url(bg_search.jpg);
	background-repeat:repeat-x;
}
.languageBar_Bg {background:url(languageBar_Bg.gif) transparent repeat-x;}

.languageTxtColor a:link{color:#38702f; text-decoration:none; font-size:12px;}
.languageTxtColor a:visited{color:#38702f; text-decoration:none; font-size:12px;}
.languageTxtColor a:hover{color:#38702f; text-decoration:underline;}
.languageTxtColor a:active{color:#38702f; text-decoration:underline;}

.homelanguageTxtColor a:link{color:#fff; text-decoration:none; font-size:12px;}
.homelanguageTxtColor a:visited{color:#fff; text-decoration:none; font-size:12px;}
.homelanguageTxtColor a:hover{color:#fff; text-decoration:underline;}
.homelanguageTxtColor a:active{color:#fff; text-decoration:underline;}


.bgr
{
    background-image:url(bgr.jpg);
    background-repeat:no-repeat;
    width:373px;
    height:345px;
}
