/* 
layout.css
Template Styling Css rules 
Copyright (C) 2012 pictomax.com
All rights reserved.
 */ 
/*General*/
body {
	color: #000;
	font-family: Arial, "Segoe UI", Helvetica, sans-serif;
	font-size:11.5px;
	line-height: 1.5;
	background-color: #000;
	/*background-image: url(../images/ribbg.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.popupbox {
	width:500px;
	height:300px;
	background-image:url(images/pop-up_03.png);
	background-repeat:no-repeat;
	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

a{
	text-decoration:none;
	color:#b5925f;
	
	
	}

	#icons{
	background-color: none #f00;
	height: 30px;
	width: 150px;
	float: right;
	text-align: right;
	margin-bottom: 10px;
	padding:10px;
	text-align:right;
	
	}
	#icons a{
	height: 30px;
	width: 40px;
	float: left;
	display: block;
	}	
	
#seperator{
clear: both;

}	
	

a:visited{
	color:#CCC;
	}

#wrapper {
	background-image: none url(../images/mainpage.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: solid 0px #f4dbb5;
	padding: 10px;
	width: 1000px;
	/*margin-top: 50%;*/
	margin-left: 50%;
	/*top: 50px;*/
	left: -480px;
	position:absolute;
	background-color: #b9d5eb;
	}

#wrapper #header {
	color: #333;
	width: 960px;
	border: solid 0px #CCC;
	height: 117px;
	padding: 20px;
	margin-bottom:10px;
	background-color: #000;
	background-image: url(../images/header_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	}

#wrapper #header #logo {
	background: transparent url(../images/logo.png) center center no-repeat #f00;
	color: #333;
	width: 200px;
	height: 117px;
	margin-bottom:0px;
	}

#wrapper #header #navigation {
	color: #fff;
	display:block;
	/*border-bottom: thin solid #ccc;*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 36px;
	overflow:hidden;
	float:right;
	margin-bottom: 10px;
	}

/*start main navigation*/
#wrapper #header #navigation ul {
	color:#FFFFFF;
	margin:0;
	padding:0;
	list-style-type:none;
}

#wrapper #header #navigation ul li {
	color:#FFFFFF;
	width:155px;
	margin-right: 1px;
	height:36px;
	display:block;
	float: left;
	background-color: #000000;
}

#wrapper #header #navigation ul li a:link {
	color:#FFFFFF;
	width:155px;
	margin-right: 0px;
	height:36px;
	padding-top: 9px;
	display:block;
	float: left;
	background-color: #000000;
	background-image: url(../images/blackbutton.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper #header #navigation ul li.active a {
	color:#FFFFFF;
	width:155px;
	margin-right: 0px;
	height:36px;
	padding-top: 9px;
	display:block;
	float: left;
	background-color: #000000;
	background-image: url(../images/blackbuttonpushed.png);
	background-repeat: repeat-x;
	background-position: center top;
}


#wrapper #header #navigation ul li a:hover {
	color:#FFFFFF;
	width:155px;
	margin-right: 0px;
	height:36px;
	display:block;
	float: left;
	background-color: #000000;
	background-image: url(../images/blackbuttonhover.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/*end main navigation*/


/*start sub navigation*/
#sub_nav{
	font-size:13px;
	padding-right: 20px;
	height: 30px;
	/*border-bottom:#000 thin solid;*/
	float:right;
}

#sub_nav ul {
	color:#FFFFFF;
	margin:0;
	padding:0;
	list-style-type:none;
}

#sub_nav ul li {
	color:#FFFFFF;
	margin-right: 2px;
	height:20px;
	display:block;
	float: left;
}

#sub_nav ul li a:link {
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color:#333;
	height:20px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background-color: #e4effd;
	padding: 5px 10px 5px 10px ;
	display:block;
	float: left;
}

#sub_nav ul li a:hover, #sub_nav ul li a:active, #sub_nav ul li a:visited{
	background-image: url(../images/button_hover.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color:#333;
	height:20px;
	display:block;
	float: left;
	background-color: #91bfff;

}

/*end sub navigation*/





#wrapper #header #login {
	color: #fff;
	width: 400px;
	height: 100px;
	overflow:hidden;
	float:right;
	}

#separator{
	
	height:10px;}


#wrapper #header #login #logout a:link {
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	height: 30px;
	padding: 12px 0 0 0;
	display:block;
	text-indent: 30px;
	background-position: left center;
	}

#wrapper #header #login #logout a:hover {
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	color:#F00;
	height: 30px;
	padding: 12px 0 0 0;
	display:block;
	text-indent: 30px;
	background-position: left center;
	}

#wrapper #header #login #logout {
	color: #fff;
	float:left;
	font-size:14px;
	margin-top: 22px;
	display:block;
	text-transform: uppercase;
	background-color: transparent;
	}

#wrapper #header #login #login-prompt {
	color: #F4DBB5;
	padding: 5px;
	float:left;
	}
	

#wrapper #header #login #login-img {
	background-color:#54595c;
	border: solid thin #ccc;
	color: #666;
	padding: 5px;
	width: 80px;
	height: 81px;
	float:right;
	}
	
#wrapper #header #login #login-img img {
	color: #333;
	width: 80px;
	height: 81px;
	float:left;
	}	
	
	

#wrapper #header #login #login-member {
	color: #fff;
	width: 300px;
	height: 50px;
	float:right;
	}

#wrapper #page {
	background: url(../images/background.jpg) center top repeat-x #000;
	color: #333;
	width: 100px;
	border: none solid 1px #CCC;
	height: 100%;
	clear: both;
	}

#mainbg{
	background-image: url(../images/mainbg.png);
	background-repeat: repeat;
	background-position: center top;
	}
	

/*=================================== LEFT =========================================*/
#leftcol{
	background-image: url(../images/leftbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	font-size:11.5px;
	min-height: 200px;
	overflow: hidden;
	background-color:#ccc;
	color: #000;
	float: left;
	margin: 0px 2px 0 10px;
}

.content #headings{
	margin-bottom: 35px;
	}

.content p{
	color: #000;
	}


#leftcol h1{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	margin:0;
	}

#rightcol a{
	text-decoration:none;
	color:#b5925f;
	}	
	
#rightcol h1{
	font-size:24px;
	font-weight: normal;
	border-bottom:thin #6593cf solid;
	color:#333333;
	padding:0;
	margin:0;
	}



.content{
padding:10px;
color:#000;
width:950px;
}

td.d0  {
	background-color: #CC9999; color: black;
}

tr.d1 {
	background-color: #9999CC; color: black;
}


td{
font-size: 11px;

}

tr{
	font-size: 11px;
	color:#333333;
}

tr#tr_memb{
	font-size: 11px;
	background-color: #bfdbff;
	color:#000;
	border: 1px solid #fff;
}

tr#titletr td{
font-size: 11px;
font-weight: bold;
	background-color: #6593cf;
	color:#fff;
	padding: 40px;
}

tr#titletr td{
	border-right: 1px solid #fff;

padding: 5px 5px;

}

tr#tr_memb td{
	padding: 2px;
	color:#000;
}



#rightcol{
	width: 100%;
	min-height: 200px;
	/*border-radius: 4px 4px 0 0;*/
	border-top: 1px solid #e4effd;
	overflow: hidden;
	background-color: #e4effd;
	color:#fff;
	margin-right: 2px;
	background-image: url(../images/rightcol_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	
}


#rightcol .user_details{
	color:#000;
	font-size: 11.5px;
	padding: 10px;
	width: 990px;
	
	
}

.user_details h1{
	border-bottom:thin #6593cf solid;
	padding:0;
}

.user_details p{
	padding:0;
	margin:0;
}



.left{
	width: 179px;
	/*margin: 8px;*/
	overflow: hidden;
	text-align:left;
}

/*================================= Column Right ==================================*/
.columnright{
	width: 200px;
	overflow: hidden;
	float: right;
	font-size: 12px;
}



/*
td,p,div,tr{
font-size: 12px;
	color:#333333;
	}
custom.css*/

/* Login ---*/
.login_form fieldset { padding: 15px 0 0; }
.login_form fieldset p { margin: 0 0 5px; }

.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.login_form .inputbox { margin-left: 10px; width: 150px; }

.login_form .remember .inputbox {
	width: 20px;
}

.login_form .button { margin-left: 140px; }



/* User ---*/
.user-details { padding: 10px 0; }

.user-details p { margin: 0 0 5px; }

.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.user-details .inputbox { margin-left: 10px; width: 200px; }

.user-details .button { margin-left: 140px; }


/* Search ---*/
form#searchForm {
	border-top: 1px solid #ccc;
	padding: 15px 0; 
}

.searchintro {
	border-bottom: 1px solid #ccc;
}

.results h4 {
	text-transform: none;
	font-size: 110%;
	margin: 15px 0 0;
}

.results p { margin: 0 0 10px; }


.clrfix {
	clear:both;
	}

/* --------- header --------- */
.header{
	height:80px;
	overflow: hidden;
    font-size: 12px;
}

.header p{
    font-size: 12px;
}


#logo{
	width: 225px;
	overflow: hidden;
	float: left;
	background: url(../images/logo.png) top left no-repeat;
	height:65px;
}


/*================================ FOOTER ===================================================*/
#footer{
	color: #fff;
	width: 960px;
	border: solid 0px #CCC;
	height: 74px;
	padding: 0 20px;
	margin-bottom:0px;
	background-color: transparent #000;
	background-color:#000;
	/*background-image: url(../images/footer_image.png);*/
	background-repeat: no-repeat;
	background-position: center bottom;
}

.copyright{
	color: #fff;
	margin-top: 8px;
	float: left;
	
	}
	
.label{
	color: #fff;
	margin-top: 8px;
	float: right;
	
	}
	
	

.fleft{
	width: 700px;
	overflow:hidden;
	float: left;
	margin-right: 5px;
}

.fright{
	width: 205px;
	overflow: hidden;
	float:left;
}


/* =============================== Top Search Modul =============================*/


/*tpvmcatsearch*/
.search{ 

background: url("../images/style1/tpvmsearchbg.gif") no-repeat scroll left center transparent;
padding-left: 100px;
}
	
.inputbox{
    background: url("../images/bgform.png") no-repeat scroll 0 -684px #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666;
}
.display{
	width: 140px;
	float:left;
	padding-right:10px;
}

.displayinput{
	width: 150px;
	float:left;
	padding: 4px 0px 0px 0px;
	text-align:right;
	
}

.group{
	width:950px;
	float:left;
	border-bottom: 6px solid #E4EFFD;  
	
}
.separateitems{
	width:700px;
	clear:both;
	}
#contrib{
	margin-top: 10px;

}

.groupmenu{
	width:1000px;
	float:left;
	/*background-color:#ffffff;*/
	/*height:200px;*/
	/*overflow:auto; */
	position: relative;
	border-bottom: 6px solid #E4EFFD;   
	
}

#id_permissions{
	width:700px;
	float:left;
	border:0px solid;
	/*box-shadow: 10px 10px 5px #888888;*/
	/*background-color:#F5F5F5;*/
	
}

.success{

  
   border-color: #A2D246;
   background-color: #EBF8A4;
   color: #000000;
   background-position: 10px 50%;
   background-repeat: no-repeat;
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin: 0.5em 0 1.3em;
    padding: 10px 10px 10px 25px;
    
}

.error{

	background: none repeat scroll 0 0 pink;
    border: 1px solid maroon !important;
    color: #000000;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin: 0.5em 0 1.3em;
    padding: 10px 10px 10px 25px;


}

#inputboxes {
background-color:#FFFFFF;
border:1px solid #666666;
color:#666666;
font-family:Verdana,Arial,sans-serif;
font-size:8pt;
font-weight:normal;
text-decoration:none;
width:150px;
}

#inputsmall {
background-color:#FFFFFF;
border:1px solid #666666;
color:#666666;
font-family:Verdana,Arial,sans-serif;
font-size:8pt;
font-weight:normal;
text-decoration:none;
width:100px;
}
.inputboxes {
background-color:#FFFFFF;
border:1px solid #666666;
color:#666666;
font-family:Verdana,Arial,sans-serif;
font-size:8pt;
font-weight:normal;
text-decoration:none;
width:150px;
}

#button {
    
    background-color:#6593CF;
    color:#fff;
}
	
#bg1 {
background-color:#E4EFFD;
}	
#bg2 {
background-color:#ffffff;
}	

#search {
	background-color:#AFCFE8;
	float: left;
	height: 40px;
	width: 910px;

	border: 0px solid maroon !important;
    color: #000000;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin: 0.5em 0 1.3em;
    padding: 10px 10px 10px 25px;

}

#members
{
	float: left;
	width: 910px;
	
}

#schemetype_
{
	background-color:#AFCFE8;
float: left;
height: 40px;
width: 910px;

	border: 0px solid maroon !important;
    color: #000000;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin: 0.5em 0 1.3em;
    padding: 10px 10px 10px 25px;

}

#maintab{
list-style:none;
border-bottom:1px #999999 solid;
}

#maintab a{
text-decoration:none;
padding:5px 7px 0px 7px;
border-top:1px #999999 solid;
border-left:1px #999999 solid;
border-right:1px #999999 solid;
font-weight:bold;

font-size:11px;
}
#maintab li{
display:inline;
}

#recondisp{
border:0px solid;
box-shadow: 10px 10px 5px #888888;
background-color:#F5F5F5;
}



#breadcrumbs{
background-color:;
color:#014D80;
width:600px;
}




	
	
}
#addlink{
list-style:none;
border-bottom:1px #999999 solid;
padding:5px 7px 0px 7px;
border-top:1px #999999 solid;
border-left:1px #999999 solid;
border-right:1px #999999 solid;
font-weight:bold;
width:60px;
text-align: center;
float:left;
background: #E4EFFD;
}

.pagination_links{
color: #327AA3;
text-decoration: none; 
border:1px #B0B6BC solid; 
padding:1px 5px 1px 5px;
background:#E9F0FA;
}
.pagination_links ul{
display:block;
}
.pagination_links:visited{
color: #327AA3;
text-decoration: none;
}
.pagination_links:hover{
color: #999999;
cursor: pointer;
text-decoration: none;
}
fieldset { 
	border:1px solid
	width:900px;
	}

legend {
  padding: 0.2em 0.5em;
  border:0px solid;
  color:#000000;
  font-size:100%;
  text-align:right;
  }
.readyreports{
	color:#ff0000;
	float:right;
}

.datereports{
	float:left;
	
}

#mains{
	font-weight:bold;
	text-align: right;
}
#reconciliationsection{
	background-color:#B2D2E9;
	float:left;
	width:550px;
}

#reporttype {

	background-color:#AFCFE8;
	float: left;
	/*height: 80px;*/
	width: 910px;

	border: 0px solid maroon !important;
    color: #000000;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin: 0.5em 0 1.3em;
    padding: 5px 10px 10px 25px;

}

.display_reports{
	width: 200px;
	float:left;
	padding-right:10px;
}

.report_option{
	
}

#mainTable td {
    padding-left: 5px;
}
#othercolumn {
    border-right: 1px dotted #017FA0;
}
tr.d1 td {
    background-color: #F5F8FA;
    color: black;
}

.hr{
	#666 thin dotted;
}
#schemecontributions
{
	width:910px;
}

#notice{
	color:#FF0000;
}
#special_heading{
	font-size:14px;
	font-weight:bold;
}
#typedivider{
	border-right:solid 1px #666;
}
#rules{
	background-color: #FFFFDD;
    color: #000000;
    border: 0.1em solid #FFD700;
    border-radius: 5px 5px 5px 5px;
}
#contributions{
	border: 0.1em solid #000;
	border-radius: 5px 5px 5px 5px;
	padding:3px;
}
#reasons{
	background-color:#AFCFE8;
	float: left;
	height: 30px;
	width: 910px;
	border: 0px solid maroon !important;
    color: #000000;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin: 0.5em 0 1.3em;
    padding: 10px 10px 10px 25px;

}

#regular{
	background-color:#AFCFE8;
	float: left;
	height: 30px;
	width: 910px;
	border: 0px solid maroon !important;
    color: #000000;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin: 0.5em 0 1.3em;
    padding: 10px 10px 10px 25px;

}

#schemetypes{
	background-color:#AFCFE8;
	float: left;
	height: 30px;
	width: 910px;
	border: 0px solid maroon !important;
    color: #000000;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin: 0.5em 0 1.3em;
    padding: 10px 10px 10px 25px;

}

.schemetypes_display{
	width: 160px;
	float:left;
	padding-right:10px;
}

#unconfirmed{
	color:#FF2424;
	text-decoration:blink;
}

#unconfirmed a{
	color:#FF2424;
	text-decoration:blink;
}
#notifications{
	float:left;
	color:#FF2424;
	text-decoration:blink;
}
#reconcile{
	border:1px solid #000000;
	width:300px;
	float:left;
	background-color:#A6CF9C;
	
}
#contribform{
	/*float:left;*/
}
#contribform_details{
	float:left;
	width:300px;
	padding:30px;
	/*border-right:solid thin;*/
}
#loading{
	float:left;
}

/*iframe*/
#upload_frame {
	border:0px;
	height:40px;
	width:400px;
	display:none;
}

#progress_container {
	width: 300px; 
	height: 30px; 
	border: 1px solid #CCCCCC; 
	background-color:#EBEBEB;
	display: block; 
	margin:5px 0px -15px 0px;
}

#progress_bar {
	position: relative; 
	height: 30px; 
	background-color: #F3631C; 
	width: 0%; 
	z-index:10; 
}

#progress_completed {
	font-size:16px; 
	z-index:40; 
	line-height:30px; 
	padding-left:4px; 
	color:#FFFFFF;
}

.changepassword tr td{
	color:#fff;
}

#menu-v ul
{
  
   margin: 0;
   padding: 0;
   
}

#menu-v li 
{
    /*background: #FFF url(bg.gif) repeat-x 0 2px;*/
    margin: 0;
    padding: 3;
    display:inline;
    position:relative;
    padding-left:15;
    background: #CCCCCC;
  
}

#menu-v li a.selected
{
    /*background: #FFF url(bg.gif) repeat-x 0 2px;*/
    margin: 0;
    padding: 3;
    display:inline;
    position:relative;
    padding-left:15;
    background: url('../images/accept.png') no-repeat;
}





