@import url(solparmenu.css);

/*===================================================*/
/*   Global Desing Elements override DNN default     */
/*===================================================*/
*{
margin:0;
padding:0;
}

/* fix IE6 horizantial scroll bug */
html { overflow-y: scroll; }

body {
   
	background:#FFFFFF;
	min-width: 770px;
	text-align: center;
	
	/* for font */
	font-size:14px;
	color:#353535;
	font-family: Helvetica,Arial,Georgia,Sans-serif
}

h1, h2, h3 {
	color: #171717;
	font-size: 16px;
	font-weight:bold;
	padding:10px 0;
}

small {
	font-size:12px;
}

h2, h2 a:link, h2 a:visited, h2 a:hover {s
color:#4A4A4A;
font-family:Helvetica,Arial,Lucida Sans Unicode,Sans-serif;
font-size:20px;
font-weight:600;
padding:0;
text-decoration:none;
}

p{
	padding:10px 0;
}

ul{
	padding-left:35px;
}

.Head
{
	display:block;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#171717;
	font-family:Helvetica,Arial,Lucida Sans Unicode,Sans-serif;
	font-size:17px;
	margin:5px 0;
	padding:5px 0 1px;
}

/*========================================================*/
/*     Layout Design Elements                             */
/*========================================================*/
/*-- Common position style      
     Use the combination of these style 
	 postion element             --*/
.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}

.overflow-hidden
{
	overflow:hidden;
}

/*-- Outer DIV wrapper           --*/	.outerwrapper{
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

/*-- Top Brand                   --*/ 
.header{
	position:relative;
	background-color: #2657a3;
	background:#FFFFFF url(banner.gif) no-repeat left top;
	height:116px;
	width:960px;
}



.header .userandlogin
{
	position:absolute;
	right: 20px;
	top: 15px;
}

.menu
{
	border-top:1px solid #C0C0C0;
	background-color:#EEEEEE;

}

/* TIPS: user overflow:hidden for each pane 
    to prevent content expand pane */
/*-- Right Pane                   --*/	
.pane01{
	width: 254px;
	margin-top:20px;
	border-top:1px solid #464646;
	padding-top:9px;

}


/*-- Outer Wrapper for left part--*/	
.wrapper01{
	width: 668px;
	margin-top:20px;
}

div.potrait{
	width:170px;
}

.wrapper01 .pane02
{
	width:170px;
	border-top:1px solid #464646;
	padding-top:9px;
}

.wrapper01 .pane03
{
	width:460px;
	border-top:1px solid #464646;
	padding-top:13px;
}



.wrapper01  .pane04
{
	width:100%;
}

.wrapper01  .pane02A
{
	width:323px;
	padding-top:5px;
}

.wrapper01  .pane06
{
	width:323px;
	padding-top:5px;
}

/*-- Container for hold friend links --*/
.firendlinks{
	width:100%;
}

/*-- Footer part on the bottom   --*/	.footerwrapper{
	background:url(foot_bg.gif) #f7fafc no-repeat left top;
	text-align:left;
	height:116px;
	width:960px;
	clear: both;
	line-height: 20px;
}

.footerwrapper td{
	font-size:12px;
	}



/*-- Copyright on the center of footer --*/
span.COPYRIGHTobject{
	font-size:12px;
	color:#ffffff;
	line-height: 20px;
}




.skinobject {
	color: #695547;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumb
{
	width:772px;
	border-bottom:1px solid #bde0ea;
	height:22px;
	padding-top: 22px;
	padding-right:20px;
	text-align:right;
}

.breadcrumb, .breadcrumb a.SkinObject
{
	font-weight:normal;
	font-size:12px;
}

.LoginArea {
	background-color: #8B7A70;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	height: 62px;
	text-align: center;
}



.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active {
color:#CC0000;
font-family:tahoma;
font-size:12px;
font-weight:bold;
text-decoration:none;

}
a.LOGIN_object:hover {
color: #000000;
font-family:tahoma;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active {
color:#CC0000;
font-family:tahoma;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
a.USER_object:hover {
color: #000000;
font-family:tahoma;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

