/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;	
}

.skinmaster {
	background-color: transparent;
}


.controlpanel {
	width: 100%;
	background-color: transparent;
	border: 0px solid #FFFFFF;
	margin:0px;
}


.bodybg {
	background-image: url(images/body_bg.gif);
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #830062;


}
.footer {
	height: 29px;
	background-color: #7FCE2D;

}
.leftbg {
	width: 140px;
	background-color: #E8B4FE;

}
.midbg {
	background-image: url(midbg.gif);
	background-color: #00B7E3;
	background-repeat: repeat-y;

}
.maintable {
	border-right: 1px solid #4782A0;
	border-left: 1px solid #4782A0;
	background-image: url(bg.jpg);


}



a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #830062;
		text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #814C7A;
		text-decoration: underline;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005D7E;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}
p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686666;
	margin: 0px;
}

.NormalTextBox {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #de072a;
	margin: 0px;
}

td {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686666;
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #20254D;
	margin: 0px;
	padding: 0px;
}
ul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686666;
	padding: 0px;

}


/* 
================================
Link Skin styles 
================================
*/   

.SelectedTab{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.SelectedTab:link, a.SelectedTab:visited, a.SelectedTab:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
		font-weight: normal;
}
a.SelectedTab:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	text-decoration: underline;
	font-weight: normal;
}


/* ================================
style for module titles
================================ */

.Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;

}


/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
	color: #830062;
	font-family: Arial, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.SubHead
{
	color: #830062;
	font-family: Arial, tahoma, arial;
	font-weight: bold;
	font-size: 12px;
}

a.Normal:link, a.Normal:visited, a.Normal:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
		font-weight: normal;
}
a.Normal:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a.OtherTabs:link, a.OtherTabs:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005D7E;
	text-decoration: underline;
	font-weight:  bold;
}
a.OtherTabs:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005D7E;
	text-decoration: underline;
	font-weight:  bold;
}


a.WhiteTabs:link, a.WhiteTabs:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight:  bold;
}
a.WhiteTabs:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
	font-weight:  bold;
}



/* ===============================
default text style used for the forms
================================== */
.FormTable{
	margin:0px;
	padding: 3px;
}


/* 
================================
solpartmenu styles 
================================
*/   

.MainMenu_MenuItem {
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #803189;
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	font-family:  Arial, Verdana, Tahoma,  Helvetica;
	height: 32px;
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 151px;

}

.MainMenu_MenuIcon {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 32px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.MainMenu_MenuBreak {
	height: 100%;
	width: 1px;
	background-color: #ffffff;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Verdana, Tahoma,  Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	height: 32px;
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
   
   
.MainMenu_MenuContainer {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 32px; 
	width: 151px;	
}
.footerbg {
	background-color: #58C2E2;

}
.navbg {
	background-image: url(services_bg.jpg);
}
.testimonialsbg {
	background-image: url(testimonials_2.jpg);
}
.borttompane {
	background-color: #FFFFFF;
	padding: 20px;
}

.borttompane2{
	background-color: #B4C521;
	padding: 20px;
}


.whitebg {
	background-color: #FFFFFF;
}
a.OtherTabs:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005D7E;
	text-decoration: underline;
	font-weight:  bold;
 } 
.navbg2 {
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


.CommandButton 
{
	background-color: #B10F04;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active{
	background-color: #B10F04;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
		text-decoration: none;
}
a.CommandButton:hover{
	background-color: #B10F04;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

#tdShowPrev
{
    display: none;
}
