﻿.center{display:block;margin-left:auto;	margin-right:auto;}
.shdw {
  -webkit-box-shadow: 0px 0px 6px 0px #4A4A4A;
  -moz-box-shadow: 0px 0px 6px 0px #4a4a4a;
  box-shadow: 0px 0px 6px 0px #4A4A4A;
}

.detls-blk{
  float: right;
  display: block;
  width: 620px;
  min-height: 400px;
  margin-right: 15px;
  direction: rtl;
  padding: 4px;  
  background-color: #f8f8f8;
  border: thin solid #BBBBBB;  
}

.detls-blk .img {
  display:block;
  width :auto;
  height: auto;
    margin: 5px 3px;
}

.detls-blk .img img{
  border: thick solid #fff;
}

.detls-blk .hdr h3{
  font-family: Arial;
  font-weight: bolder;
  direction: rtl;
  padding: 10px;
  color:#713B00;
}

.detls-blk .txt{
  text-align: right;
  direction: rtl;
  font-weight: bold;
  font-family: Arial;
  padding:10px 5px;
  
}
/**Archive style**********************************************************/
.Archive-thumbnail{
  float: right;
  font-family: Arial;
  direction: rtl;
  padding: 4px;
  font-family: Arial;
  width: 620px;
}
.A-hdr
{
    font-family:'GE SS' Arial;
    font-size:20px;
    font-weight:bold;
    color:#000;
    text-align:right;
}
.A-item
{
    height:125px;
    overflow:hidden;
    padding:10px 5px;
    border-bottom: dotted thin #BBBBBB;
           
}

.A-item .img {
  float: right;
  padding-top: 10px;
}

.A-item .img img
{
    width:100px;overflow:hidden;
  border: #F8F8F8 solid thick;
  -webkit-box-shadow: 0px 0px 3px 0px #4A4A4A;
  -moz-box-shadow: 0px 0px 3px 0px #4a4a4a;
  box-shadow: 0px 0px 3px 0px #4A4A4A;
}
.A-item .txt {
  float: right;
  padding-top: 10px;
  width:470px;
}

.A-item .txt .h{
  font-family: Arial;  
  font-weight: bold;
  padding-right: 5px;
}
.A-item .txt .h a{color:#000;font-family:Arial;text-decoration:none;}
.A-item .txt .h a:hover{color:#75a610;}
.A-item .txt .h a.rd{color:Red;font-family:Arial;text-decoration:none;}
.A-item .txt .h a.rd:hover{text-decoration:underline;}
.A-item .txt p{
  font-family:Tahoma;float:right;
  padding: 7px 5px;font-size:11px;
}
.A-item .txt .info{
  font-size: small;
  padding-top: 15px;
  padding-right: 5px;
}
/**Paging**********************************************************/
ul.pagination {float: right;padding:10px 5px; font-size: 11px; clear: both;}
			ul.pagination li {float: right; padding-right: 5px;width:20px;height:20px;display:block;}
				ul.pagination li a {width:20px;height:20px;display:block;padding:0px; border: 1px solid #ccc;font-family:'GE SS';text-align:center text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; display: block; background: #fff url(../img/bg_fade_up.png) repeat-x bottom;}				
				ul.pagination li.page a{width:6px;height:14px;padding: 3px 7px;background:#F8F8F8;color:#444;}
				ul.pagination li.page a:hover{background:#BBB;}
				ul.pagination li.text a {border: none; text-decoration: underline; padding: 0 5px 0 0;}
				ul.pagination li.text {line-height: 2em;width:auto;height:auto;}
				ul.pagination li.prev a{background: url(../images/prvarr.png) no-repeat;text-indent:-1200;}
				ul.pagination li.prev a:hover{background: url(../images/prvarrhover.png);}
				ul.pagination li.next a{background: url(../images/nxtarr.png) no-repeat;text-indent:-1200;}
				ul.pagination li.next a:hover{background: url(../images/nxtarrhover.png);}

/**Error**********************************************************/
.status {padding: 8px 10px 5px 10px; border-radius: 10px; -moz-border-radius: 10px; text-shadow: 1px 1px 1px #fff; overflow: auto; margin-bottom: 20px; clear: both;}
		.status img {float: right; padding-left: 5px;width:20px;}
		.status p {padding: 0; margin: 0;}
		.status p span {font-weight: 700;}
		.error {border: 3px solid #990000; background: #F5D0CD url(../img/bg_fade_red_med.png) repeat-x top;}
		.error span {color: #990000;}
		.error .closestatus a {background: #990000;}
			.error .closestatus a:hover {background: #730D0D;}

/**Photo Gallery**********************************************************/				

.DtlsGallery
{
 float: right;
  display: block;
  width: 620px;
  height:auto;
  direction: rtl;
  padding: 4px;  
  
}
.DtlsGallery .gal{
  margin-right: 15px;  
}

.DtlsGallery .gal a{
  height: 72px;
  width: 120px;
  overflow:hidden;
  display:block;
  margin-right: 5px;
  margin-top: 5px;
  border: thick solid #edebe8;
  float:right;
}

.DtlsGallery .gal a:hover{
  cursor: pointer;
  border: thick solid #771f12;
}
.DtlsGallery .gal a img{
  height: 72px;
  width: 120px;
  overflow:hidden;
}
/**Photo Gallery**********************************************************/				
ul.input-frame{width:620px;display:block;height:auto;overflow:hidden;}
ul.input-frame li{display:block;margin:0px;padding:0px;clear:both;}
ul.input-frame li h1{float:right;width:100px;color:#000;font-family:Tahoma;font-size:11px;font-weight:bold;}
ul.input-frame li span{float:right;width:470px;height:auto;padding:2px 5px;}
ul.input-frame li .textbox{width:400px;height:20px;float:right;margin-right:5px;border:1px solid #c1c1c1;font-family:Tahoma;font-size:11px;-moz-border-radius:3px;-webkit-border-radius: 3px;}
ul.input-frame li .textboxLarge{width:400px;height:200px;float:right;margin-right:5px;border:1px solid #c1c1c1;font-family:Tahoma;font-size:11px;-moz-border-radius:3px;-webkit-border-radius: 3px;}

/**Visitors registory**********************************************************/		
.reg-item{direction:rtl;width:600px;display:block;height:auto;overflow:hidden;background:#FFD;border: 1px solid #DD9;padding:4px;border-radius: .4em;margin-top: 1em;padding: .5em 1em;position: relative;box-shadow: .2em .3em 1.5em #EEE;font: normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;margin-top:12px;}
.reg-item .date{color: #996;float: left;font-size: 85%;position: relative;top: -.2em;}
.reg-item .num{color: #996;float: right;font-size: 100%;position: relative;top: -.2em;}
.reg-item  h2{color: #844;margin: .3em 0 .4em 0;clear:both;font-size:14px;}
.reg-item  h1{margin-top: .4em;margin-right: 0;clear: both;font-size: 16px;margin: .15em 1em 0.5em 0;}
.reg-item .info{clear: both;border-top: 1px solid #DD9;border-collapse: collapse;width:90%;padding:3px;}
.info .info-row{clear: both;border-bottom: 1px dotted #EED;height:20px;font: bold 13px Arial;}
.info .info-row .col1{width:120px;color: black;float:right;}
.info .info-row .col2{width:120px;color: #B00;float:right;font-size: 80%;padding: .5em 1em;}
.reg-item .reg-text h3{width:90%;padding:3px;clear: both;font-size: 16px;margin: .15em 1em 0.5em 0;border-bottom: 1px solid #DD9;color: #663;font-size: 100%;font-weight: bold;margin-right:0px;}
.reg-item .reg-text p{font:normal 11px Tahoma;}
/**numbered archv**********************************************************/		
ul.archv-nums{direction:rtl;width:600px;display:block;height:auto;overflow:hidden;padding:15px 3px;}
ul.archv-nums li{display:block;clear:both;text-align:right;height:20px;background: url(../images/check.png) right center no-repeat;padding-right:20px;border-bottom: dotted thin #BBB;padding-top: 12px;padding-bottom: 8px;}
ul.archv-nums li a{font-family: Arial;font-weight: bold;color:Black;text-decoration: none;}
ul.archv-nums li a:hover{color:#834C00;}
/**Vote style**********************************************************/		
.hdr .vote-h{
  background: url(../images/vote.png) right no-repeat; padding-right: 60px;margin-right: 10px;padding-top:25px;height:46px;
}
p.vote-q{display:block;width:600px;height:22px;color: #9DB832;background: #F3F7E1;padding: 12px 8px 8px 8px;margin-right:20px;-moz-border-radius: 5px;border-radius: 5px;text-shadow: 1px 1px 1px white;}
/* Usage Bars */
	
	.usagebox {border: 1px solid #ccc;margin-top:10px;margin-right:30px;}
		.usagebox div {height: 25px;}
		.highbar {background: #993300 url(../images/bg_usage_red.png) repeat-x top;}
		.midbar {background: #D27E00 url(../images/bg_usage_orange.png) repeat-x top;}
		.lowbar {background: #92AD25 url(../images/bg_usage_green.png) repeat-x top;}
		
		.usagetxt {margin-top:30px;padding: 3px 8px; -moz-border-radius: 5px; border-radius: 5px; text-shadow: 1px 1px 1px #fff;font-family: Arial, Helvetica, sans-serif;font-size: 13px;text-align: right;font-weight: bold;}
		.usagePrcntg{color:Black;padding-right:15px;font-family: Tahoma;font-size: 11px;text-align: right;font-weight: bold;}
		.redtxt {color: #000; background: #F3DFDB;}
		.orangetxt {color: #000; background: #FCE9CC;}
		.greentxt  {color: #000; background: #F3F7E1;}
.page-nave{display:block;width:600px;padding:5px;height:25px;margin:5px 5px;direction:rtl;}
.page-nave span{float:right;}
.page-nave a{color:Black;float:right;padding-right:5px;text-decoration:none;}
.page-nave a:hover{text-decoration:underline;}

