/* 
================================
Skin styles for DotNetNuke
================================
*/

body
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#575556;
	background-color:#ffffff;
	font-size:11px;
	margin:0px;
}

.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:962px;
    background-color: #FFFFFF;
    color: #000000;
	margin:0 auto;
	*margin:0;
	text-align:center;
}

.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: 6px;
    padding-right: 0px;
    padding-top: 0px;
}

.bottompane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}

/*
==============================================================================
Menu Classes
==============================================================================
*/

.menupane
{
	background-color: transparent;
}

.MainMenu_MenuContainer
{
    background-color: transparent;
    width: 100%;
    height: 40px;
    border: 0px solid #FF9900;
}

/* Don't need menu bar in vertical menu
========================================
*/
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 40px;
    background-color: Transparent;
}

.MainMenu_MenuItem
{
    cursor: pointer;
    cursor: hand;
    height: 40px;
    background-color: Transparent;
    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: Calibri, trebuchet ms;
	font-size:16px;
	background-color:transparent;
    font-weight: normal !important;
    text-decoration: none;
	text-transform:uppercase;
    padding-left: 10px;
	padding-right: 10px;
    height: 40px;
	
}

/* 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: #7cd53f;
	font-size:16px;
	background-color:transparent;
    font-weight: normal !important;
    font-family: Calibri, trebuchet ms;
    text-decoration: none;
	text-transform:uppercase;
    padding-left: 10px;
	padding-right: 10px;
    height: 40px;
}

/* 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: #7cd53f;
	font-size:16px;
	background-color:transparent;
    font-weight: normal !important;
    font-family: Calibri, trebuchet ms;
    text-decoration: none;
	text-transform:uppercase;
    padding-left: 10px;
	padding-right: 10px;
    height: 40px;
}

/* Menu TD Page Selected */

 .rootmenuitemactive td
{
	border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
    border-right: #000000 0px solid;
    cursor: hand;
    color: #7cd53f;
	font-size:16px;
	background-color:transparent;
    font-weight: normal !important;
    font-family: Calibri, trebuchet ms;
    text-decoration: none;
	text-transform:uppercase;
    padding-left: 10px;
	padding-right: 10px;
    height: 40px;
}



/* submenu 
==========================
*/

.submenu
{
	z-index: 1000;
	cursor: pointer;
	border:1px solid #6b266b;  
	background-color:#ffffff;
}

.MainMenu_MenuItem
{
    color: #510051;
    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: #65a800;
    font-size: 9pt;
	background:transparent;
    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(../images/spacer.gif);*/
    background:transparent;
    width: 2px;
	margin-right:20px;
	margin-left:20px;
}

.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;
	display:none;
	
}

.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:url(btnBg.gif) repeat-x;
	border:1px solid #7f54a8;
    color: #ffffff;
    font-family: verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: trebuchet ms;
    font-size: 17px;
    font-weight: normal;
	text-transform:uppercase;
    color: #7d008c;
}
/* ===============================
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
{
    color: #626262;
    font-family: arial;
    font-weight: normal;
    font-size: 14px;
    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;
	font-size:11px;
	color:#707070;
	text-decoration:underline;
}

a.CommandButton:visited {
	font-family:verdana;
	font-size:11px;
	color:#707070;
	text-decoration:underline;
}

a.CommandButton:hover {
	font-family:verdana;
	font-size:11px;
	color:#418600;
	text-decoration:none;
}

a.CommandButton:active {
	font-family:verdana;
	font-size:11px;
	color:#418600;
	text-decoration:none;
}

a:link {
	color:#734a9d;
	font-family: arial;
    font-weight: normal;
	text-decoration:underline;
}

a:visited {
	color:#734a9d;
	font-family: arial;
    font-weight: normal;
	text-decoration:underline;
}


a:hover {
	color:#734a9d;
	text-decoration:none;
}

a:active {
	color:#734a9d;
	text-decoration:none;
}

.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;}

.logoBg {background:url(logoBg.gif) repeat-x; height:72px;}

.header {
	background:url(header.jpg) no-repeat;
	height:183px;
}

.searchBarBg {background:url(searchBar_Bg.gif) repeat-x; height:27px; *padding-top:5px;}

.breadcrumb {color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
#dnn_dnnBREADCRUMB_lblBreadCrumb a:link, #dnn_dnnBREADCRUMB_lblBreadCrumb a:visited {color:#418600; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:underline;}
#dnn_dnnBREADCRUMB_lblBreadCrumb a:hover, #dnn_dnnBREADCRUMB_lblBreadCrumb a:active {color:#418600; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;}

.MenuHead {background:url(MenuHead_bg.gif) repeat-x; height:26px;}

.MenuHeadTitle {color:#ffffff; font-size:18px; font-family:Arial, Helvetica, sans-serif; }

.menuBg {
	background:url(menuBg.gif) repeat-x;height:66px;
}

.photogallery_Head {background:url(photogallery_Head.gif) no-repeat; height:29px; font-family:Arial, Helvetica, sans-serif; font-size:13px; padding-left:50px;}

.photogallery_Bg {background:url(photogallery_Bg.gif) #c5c5c5 repeat-x; border-left:1px solid #bfbfbf; border-right:1px solid #bfbfbf;}

.footer {	
	color:#ffffff;
	font-family:arial;
	font-size:11px;
}

A.footer:link, A.footer:visited {	
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
}


A.footer:hover, 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;}

.txtPurple {color:#72489b;}

#dnn_dnnSEARCH_txtSearch {margin-bottom:2px; height:16px;}

#dnn_ctr419__OptInSimple_lnkSubscribe {color:#5f8d35;}

UL{
	padding:0px 0px 0px 15px;     /* the left padding was set to make the bullets appear inside the container */
	margin:0px 0px 0px 0px;
}

LI{
	padding:5px 15px 5px 15px; 
	*padding:0px 15px 5px 15px;       /* the left padding was set to give the text left padding from the bullet position */
	margin:0px 0px 0px 0px;
	list-style: none;
	color:#666666;
	font-size:14px;
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:0;
}

LI A:link{
	color:#666666;
	font-size:14px;
	text-decoration:underline;
}

LI A:visited{
	color:#666666;
	font-size:14px;
    text-decoration:underline;
}

LI A:hover{
	color:#666666;
	font-size:14px;
	text-decoration:none;
}

LI A:active{
	color:#666666;
	font-size:14px;
	text-decoration:none;
}

#dnn_ctr419__OptInSimple_tblEmail {margin-left:10px;}

#dnn_ctr419__OptInSimple_lnkSubscribe {margin-left:20px;}

#dnn_ctr419__OptInSimple_lblEmail_lblLabel {display:none;}

#dnn_ctr443_Events_EventList_lstEvents {width: 100%; color:#72489b;}


.LinksDesignTable { width:210px;}

.LinksDesignTable td { padding:0px;}

.LinksDesignTable a, .LinksDesignTable a:visited{
	background:url(linksOff.gif) no-repeat;
	color:#5c2e90;
	display:block;
	font-size:13px;
	margin:6px 0;
	overflow:hidden;
	padding:5px 5px 6px 20px;
	text-decoration:none;
	text-transform:uppercase;
	white-space:normal;
}

.LinksDesignTable a:hover, .LinksDesignTable a:active {
	background:url(linksOn.gif) no-repeat;
	color:#ffffff;
	text-decoration:none;
}

#dnn_dnnCURRENTDATE_lblDate {font-weight:bold;}

a img{
border:0;
} 
