/* default styles */  
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background-image: url(images/rep_total.jpg); 
	color: #FFFFFF; 
}

table {margin-bottom: 5px;}
td {vertical-align: top; text-align: left;}

select, textarea, input { font-family: Verdana; font-weight: normal;  font-size: 10px; color: #232323; border: 1px #BDBDBE solid;   
background-color: #e1e1e1;}
textarea {font-size: 11px;}
form {margin: 0; padding: 0;}
label {cursor: pointer;}

img {border: 0; padding: 2px; margin: 0;}  	

a {color: #185DA0; background: inherit;}
a:hover {color: #C00000; background: inherit;}
a.title {color: #FE6700;}

h4 { 
	font: bold 1.1em Georgia, Arial, Sans-Serif; 
	letter-spacing: 1px;
	border-left: 16px solid #185DA0;
	padding: 2px 0 2px 5px;
    /* width: 1100px; */
    margin: 2px 10px 5px 0; 
	color: #454545; 
	background-color: #d8d8d1;	
}

p {margin: 0; padding: 0;}
ul {margin: 0;	padding : 0; list-style: none;}

/* layout */
.content {margin: 10px auto; clear: both; float: none;}

.right_content {border: 1px solid #eee; float: left; margin: 10px 0 0 5px; padding: 5px;}	  
  
  .right_content table { }
  .right_content table tr.even {background-color: #F3F3F3;}
  .right_content th { border: 1px solid #a9b5bb ; background-color: #E8E8E4 ; color: #567}
  .right_content table td {border: 1px solid #ddd; font-family: verdana; font-weight: bold; font-size: 10px; padding: 0 4px 0 4px;}
  .right_content table td.td1_left {width: 160px;}
  .right_content table td.main_categ {color: #CC3333; background-color: #e8e4cE;}  
  .right_content table td.pagging {padding: 5px;}
  .right_content table td.pagging a {padding: 2px 4px 2px 4px; ; border: 1px solid #567; background-color: #eee; 
                                     font-weight: bold; font-size: 0.9em; text-decoration: none}

.right_content_add_dir {border: 1px solid #eee; float: left; margin: 10px 0 0 5px; padding: 5px;}	  
  
  .right_content_add_dir table { }
  .right_content_add_dir table tr.even {}
  .right_content_add_dir th { border: 1px solid #a9b5bb ; background-color: #E8E8E4 ; color: #567}
  .right_content_add_dir table td {border: 1px solid #ddd; font-family: verdana; font-weight: bold; font-size: 10px; padding: 0 4px 0 4px;}
  .right_content_add_dir table td.td1_left {width: 160px;}
  .right_content_add_dir table td.main_categ {color: #CC3333; background-color: #e8e4cE;}  
  .right_content_add_dir table td.pagging {padding: 5px;}
  .right_content_add_dir table td.pagging a {padding: 2px 4px 2px 4px; ; border: 1px solid #567; background-color: #eee; 
                                     font-weight: bold; font-size: 0.9em; text-decoration: none}

/* links types */
/*.right_content table tr.type_1 {background-color: #FFFFFF; color: #185DA0;}*/ /* basic */
.right_content table tr.type_1 {} /* basic */
.right_content table tr.type_2 {background-color: #92BA32; color: #185DA0;} /* with logo */
.right_content table tr.type_3 {background-color: #FFCC66; color: #185DA0;} /* highlighted */
.right_content table tr.type_4 {background-color: #92BA32; } /* custom */

/* common layers */   
div.header_1 {font-size: 1.1em; font-weight:bold; background-color: #E8E8E4 ; padding: 3px; margin: 0 5px 5px 0; color: #648040} 
div.security_error {width: 300px; min-height: 100px; background-color: #EEEEEE; border: 1px solid #cacaca; padding: 15px; margin: 50px auto 50px auto; 
                    font-weight: bold;}

a.link_button {background: #e8e8e3 url(images/bullet_d.gif) 5px 30% no-repeat ; font-size: 1em; font-family: verdana;
                       border: 1px solid #eee; float: left; padding: 3px 5px 3px 20px; margin: 1px 1px 3px 1px;}

div.info {background: #F3F3E6 url(images/information.png) no-repeat 10px 50%; 
  border-bottom: 1px solid #abc; border-top: 1px solid #abc; color: #556677; 
  font-size: 1.1em; padding: 10px 0 10px 35px; margin:15px 0 15px 0; font-weight: bold;}
  
div.error {background: #F3F3E6 url(images/exclamation.png) no-repeat 10px 50%; 
  border-bottom: 1px solid #800; border-top: 1px solid #800; color: #900; 
  font-size: 1.1em; padding:10px 0 10px 35px; margin: 15px 0 15px 0; font-weight:bold;}

div.help {background: #F3F3E6 url(images/help.gif) no-repeat 10px 50%; 
  border-bottom: 1px solid #abc; border-top: 1px solid #abc; color: #556677; 
  font-size: 0.9em; padding: 10px 0 10px 35px; margin: 15px 0 15px 0; font-weight: bold; font-family: verdana}
     
textarea.form_error, input.form_error {border: 1px solid red; background-color: #DCCA90}
.button {cursor: pointer; font-weight: bold;}
.button_save {width: 70px; margin: 3px; text-align: center; background-color: #9EC068; color: #000000; border: 2px #000000 solid;}
div.spacer {float: none; clear: both;} 

