/* Style Sheet */
form{
	margin:0px;
	padding:0px;
}
a{ 
	color:#333333;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
form{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
}
.Wrapper{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
 
	width:auto;
	max-width:1280px;
	min-width:775px;
	
	margin:0px auto;
	padding:0px;
	position:relative;
}
.Header{
	color:#FFFFFF;
} 

.Util{
	font-size:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:28px;
}
.Util a{
	color:#FFFFFF;
	text-decoration:none;
}
.Util a:hover{
	text-decoration:underline;
}
.Logo{
	font-size:24px;

	text-transform:capitalize;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	padding-left:10px;

	padding-bottom:10px;
	
	background-image:url(../images/interface/head_logo.png);
	background-repeat:no-repeat;
}
.Contents{
	clear:both;
}
.Content{
	/* border:solid 1px #333333; */
	margin-right:200px;
	margin-left:185px;
	color:#447799;	
} 
.Breadcrumbs{
	
	text-transform:capitalize;
	font-size:10px;
	margin-bottom:5px;
}
.PageTitle{
	font-size:16px;
	
	
	text-transform:capitalize;
	font-weight:bold;
	margin-bottom:10px;
}
.Main{
	min-height: 300px;
}
.Footer{
	clear: both;
	height:35px;
	color:#447799;
}
/* 
 *	Left Side 
 *	Depreciated by Module
*/
.PaneLeft{	
	float: left;
	margin-left:10px;
	margin-bottom:10px;

	/*
	width: 145px;
	height: 410px;
		
	padding:5px;
	
	background-image:url(../images/interface/pane_left.png);
	background-repeat:no-repeat;
	*/
}


.MenuMain{
	color:#447799;

	margin-top:4px;
	margin-left:10px;
	
	/* height:35px; */
	padding-top:8px;
	padding-bottom:25px;
	padding-left:25px;
	
	background-image:url(../images/interface/head_menu.png);
	background-repeat:no-repeat;
}
.Copyright{
	color:#447799;
	text-transform:capitalize;
	
	font-size: 10px;
	
	margin-left:10px;
	
	/* height:35px; */
	padding-top:10px;
	padding-bottom:11px;
	padding-left:30px;
	
	background-image:url(../images/interface/foot_left.png);
	background-repeat:no-repeat;
}
/* Right Side */
.Rose{
	float:right;
	width:350px;
	height:135px;
	
	background-image:url(../images/interface/head_rose.png);
	background-repeat:no-repeat;
}
.Specs{
	float:left; 
	width:375px; 
	min-width:350px; 
	max-width:600px; 
	margin-left:10px; 
	vertical-align:middle;
}
.PaneRight{
	width: 175px;
	color: #DDBBAA;
	float: right;

	margin-bottom:10px;


}

.PaneRightHead{
	width: 175px;
	height:400px;
	/* min-height:250px; */
	color: #DDBBAA;
	float:right;
	clear:right;

	
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	
	background-image:url(../images/interface/pane_right_01.png);
	background-repeat:no-repeat;
}
.PaneRightMid{
	width: 175px;
	color: #DDBBAA;

	float:right;
	clear:right;
	
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	
	background-image:url(../images/interface/pane_right_02.png);
	background-repeat:repeat-y;
}
.PaneRightFoot{
	width: 175px;
	color: #DDBBAA;

	float:right;
	clear:right;
	
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	
	background-image:url(../images/interface/pane_right_03.png);
	background-repeat:no-repeat;
}
.MenuFooter{
	float: right;
	
	/* height:35px; */
	padding-top:7px;
	padding-bottom:10px;
	padding-right:30px;
	
	background-image:url(../images/interface/foot_right.png);
	background-repeat:no-repeat;
	background-position: top right;
}
.Debug{
	clear:both;
	text-align:left;
}
.Error{
	background-color:#FFCCFF;
	border: solid 1px #990000;
	color:#990000;
	margin:5px;
	padding:5px;
}
.Message{
	background-color:#DDBBAA;
	border: solid 1px #333333;
	color:#333333;
	margin:5px;
	padding:5px;
}
/* Links */
.PaneRight a{
	color:#FFFFFF;
	text-decoration:none;
}
.PaneRight a:hover{
	text-decoration:underline;
	color:#DDBBAA;
}
.PaneLeft a{
	padding-left:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.PaneLeft a:hover{
	text-decoration:underline;
	font-style:italic;
	color:#DDBBAA;
}
.Breadcrumbs a{
	color:#447799;
	text-decoration:none;
}
.Breadcrumbs a:hover{
	text-decoration:underline;
}
.MenuFooter a{
	color:#447799;
	text-decoration:none;
}
.MenuFooter a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
a.LinkPink{
	color:#DDBBAA;
	text-decoration:none;
}
a.LinkPink:hover{
	text-decoration:underline;
	color:#DDBBAA;
}
.contentdiv{
	float:left;
}