/*  body and font definitions */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #E9E9E9;
  font-size: 12px;
  font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}

p, h2, pre {
	margin: 0px; 
	padding: 5px 20px 5px 20px; 
}


a { 
	color:#306A44;
	font-size: 12px;
	background-color:transparent;
}

a:hover {
	text-decoration:underline;
	color:#FA8207;
}
 
pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

.alignright {
	margin:0px;
	padding:0px;
	text-align: right;
}
.aligncenter {
	margin:0px;
	padding:0px;
	text-align: center;
}

h2 {
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color: #564b47;
	background-color: transparent;
}


h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
	
	
	padding:5px 15px;
	margin:0px

}


strong { 
	font-size: 13px;
}

form { 
	padding:0px;
	margin:0px
}

/*  positioning-layers static and absolute */


/* margin: 0px 18px 0px 22px; */
#case {
	background-color:#ffffff;
	margin: 0px 0px 0px 22px;
	background-image:url(../img/shadowright.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding-right:8px;
}

#header {
	background-color:#2D77A8;
	background-image:url(../img/topheader_back.gif);
	height:114px;
}

#subcat {
	background-color:#F0F9FF;
	height:10px;
	border-bottom:1px solid #E4F2FB;
}
#subcat_link {
	padding-left:20px;
	color:#4C7BB3;
	padding-top:5px;
}

/* #content {
	margin: 0px 241px 0px 0px;
	padding: 20px;
	background-color: #ffffff;    
} */

 #content {
	margin: 50px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;    
} 

 #right {
	position: absolute;
	right: 26px;        
	width: 241px;
	height:100px;
	color: #564b47;
	margin: 0px; 
	padding: 0px;
	background-color:#000000;
	background:url(../img/right_top.gif) top no-repeat;
} 

#rightback {
	background-color:#000000;
	margin: 0px 0px 0px 0px;
	background:url(../img/shadowtop.gif) bottom right no-repeat;
	padding-right:0px;
}

#shadowbottom {
	margin: 0px 18px 0px 22px;
	background-image:url(../img/shadowbottom.gif);
	background-repeat:repeat-x;
	height:16px;
}
#shadowright {
	position:absolute;
	background:url(../img/shadowrightcorn.gif) right no-repeat;
	height:16px;
	width:16px;
	right: 18px; 
}
#shadowleft {
	background:url(../img/shadowleftcorn.gif) left no-repeat;
	height:16px;
	
}

/* Main nav */

#nav {
	position:absolute;
	margin:81px 20px;
	padding:0px;
	list-style:none;
}
#nav li {
	display:inline;
	padding:0px;
	margin:0px;
}
#nav a {
	display:block;
	float:left;
	background-image:url(../img/mainbut_n.gif);
	padding:9px;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:5px;
	border-right:1px solid #9CC9EA;
	text-decoration: none; 
}
#nav a:hover {
	background-image:url(../img/mainbut_o.gif);
}
#nav #main_nav_selected {
	background-image:url(../img/mainbut_s.gif);
	border-right:1px solid #D1EDFF;
	color:#4C7BB3;
}
#subcat_link a {
	color:#4C7BB3;
	font-weight:bold;
	padding:0px 5px;
	text-decoration: none; 
}
#subcat_link a:hover {
	color:#61B2E8;
}
/* user_msg */

#user_msg {
	position:absolute;
	right:30px;
	padding:15px;
	color:#FFFFFF;
}

/* Table style */

.theader th {
	border:1px solid #D2E7F8;
}
.theader th {
	background:url(../img/theader_back.gif) repeat-x;
	background-color:#D2E7F8;
	padding:6px;
	border-right:1px solid #ffffff;
	text-align:left;
}
.trow {
	background-color:#F8F8F8;
}
.trow td {
	border-bottom:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
}
.tarow {
	background-color:#F3F3F3;
}
.tarow td {
	border-bottom:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
}
.ttextbox 
{
	width: 75px;
	border:1px solid transparent;
	background-color:transparent;
}
.ttextbox:hover, .ttextbox:focus {
	border:1px solid #eaeaea;
	background-color:#FFFFFF;
}

/* Misc */

#langselect {
	text-align:right;
	padding-bottom:5px;
}

.white_text {
	color:#FFFFFF;
}

.breadcrumbs a {
	color:#B4B4B4;
	text-decoration: none; 
}

.pagetitle {
	color:#000000;
	font-size:21px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

.hr {
	border-top:1px solid #eaeaea;
	padding-top:5px;
	margin:0px;
}

.errorMsg {
	background-color:#FFD1D1;
	border-top:1px solid #F8ACAC;
	border-bottom:1px solid #F8ACAC;
	padding:10px;
}

.successMsg {
	background-color:#E6FFC2;
	border-top:1px solid #BBE57F;
	border-bottom:1px solid #BBE57F;
	padding:10px;
}

.ajaxloading {
	background:url(../img/ajax-loader.gif) no-repeat;
	width:16px;
	height:16px;
	padding:2px;
	margin:0px;
	padding-left:20px;
	color:#999999;
}

#responseMsg {
	padding:0px;
	margin:0px;
}

/* Buttons style */

.submit_button{
	background:url(../img/but_back.png) right;
	border:0px;
	height:33px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 10px 6px 10px;
	cursor:hand;
}
.submit_button:hover{
	background:url(../img/but_back_o.png) right;
}
.link_button {
	background:url(../img/but2_back.gif) right;
	height:41px;
	padding-right:20px;
	color:#666666;
	font-weight:bold;
	font-size:14px;
	text-decoration: none; 
}
.link_button:hover {
	color:#999999;
}

/* Form */

.formcontainer input[type="text"], textarea  
{
	padding: 5px 4px;
	font: normal 12px arial, helvetica, sans-serif;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	_border: 1px solid #ccc !important;
	_padding: none;
}

.formcontainer input:focus, textarea:focus {
	border: 1px solid #ababab;
	outline: none;
}
.formcontainer input[type="radio"], input[type="checkbox"] {
	background:transparent !important;
	border:0 !important;
	width:16px !important;
}

.formcontainer {
	margin: 5px 0 15px 0;
	background: #EEEEEE;
	padding: 10px;
	line-height: 1.2;
	/* Give content layout to fix IE7 bug with 100% width tables  */
	
}
.formcontainer label {
	width: 100px;
	float: left;
	font-size: 12px;
	padding: 7px 0 0 0;
}
.formcontainer div {
	padding:5px;
}
.formcontainer div.alignh {
	display:block;
	float:left;
	padding:5px;
}

span.formcancel {
	padding:5px;
	color: #999;
}

.main_nav_but {
	display:block;
	background-image:url(../imgnew/tabsg.gif);
	width:118px;
	height:39px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	line-height:39px;
	margin-right:1px;

}
.main_nav_but:hover {
	background-image:url(../imgnew/tabsb.jpg);
	color:#353336;
	text-decoration:none;
}

.main_nav_but_selected {
	background-image:url(../imgnew/tabsb.jpg);
	display:block;
	width:118px;
	height:39px;
	color:#144D2A;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	line-height:39px;
	margin-right:1px;
}
.main_nav_but_selected:hover {
	text-decoration:none;
}

.sub_nav_link {
	color:#353336;
	text-decoration:none;
}

input[type="text"], input[type="password"], textarea {
	width:300px;
	font-size:12px;
	color:#000;
	padding:1px;
	font-weight:normal;
}

.page_title {
	color:#2F6943;
	font-size:20px;
}

.but_style {
	background-image:url(../imgnew/but_back.gif);
	width:118px;
	height:25px;
	border:0px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}

.footer_nav {
	color:#FFFFFF;
	text-decoration:none;
}

.table_style td {
text-align:left;
}

.table_header {
	background-color:#FB901C;
	font-weight:bold;
	color:#FFFFFF;
}

.text_but {
	background-color:#306A44;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
	line-height:27px;
	text-decoration:none;
}
.text_but:hover {
	background-color:#FA8207;
	color:#FFFFFF;
	text-decoration:none;
}

.text_but_selected {
	background-color:#FA8207;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
	line-height:27px;
	text-decoration:none;
}

.cat_link {
	font-size:14px;
	padding-right:20px;
	text-decoration:none;
}

