body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{

	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

/*#content
{
    padding: 20px;
}*/

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	
	
	margin: 0px auto !important;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

/*#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}*/

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	/*background-color:#EFF4FA;*/
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
td a {
    color: #333;
    text-decoration: none !important;
}
.grid-view table.items td{
text-align:center;
}
a.sort-link{
color:#fff !important;
}
div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	/*background: #eee;*/
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: rgb(51, 51, 51) !important;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	/*background: #80CFFF;*/
}

/*=================================================================Stylesheet on 8th Nov==========================================*/
div.loginform{
    border-radius: 4px;
    text-align: left;
    padding: 20px;
    width: 370px;
    height: auto;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3), 0px 0px 40px rgba(0, 0, 0, 0.1) inset;
	margin-top:110px !important;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100% !important;
	
}
#header {
  margin: 70px 0px 0px;
    padding: 0px;
    border-top:0px solid rgb(201, 224, 237) !important;
}
#page {

    margin-bottom: 5px;
    background: none repeat scroll 0% 0% white;
    border: 0px solid rgb(201, 224, 237) !important;
	min-height:547px;
	height:auto;
}
p.please-fill{
color:#c60404;
}
div.form label {
    font-weight: bold;
    font-size: 0.9em;
    display: block;
    float: left;
    width: 98px;
}
div.loginform input[type="text"]{
height:30px;
width:267px;
}
div.loginform input[type="password"]{
height:30px;
width:267px;
}
div.loginform input[type="submit"]{
background: #f00002; /* Old browsers */
background: -moz-linear-gradient(top,  #f00002 0%, #c90103 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f00002), color-stop(100%,#c90103)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f00002 0%,#c90103 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f00002 0%,#c90103 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f00002 0%,#c90103 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f00002 0%,#c90103 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00002', endColorstr='#c90103',GradientType=0 ); /* IE6-9 */
padding: 6px 29px;
margin-left: 98px;
color: #fff;
text-shadow: 1px 1px 1px #666;
}
div.breadcrumbs {
    font-size: 0.9em;
    padding: 5px 20px;
    display: none !important;
}
h2.login-head{
color:#333333;
}
p.forgor-pass{
color:#c90202;
margin-top: 10px;
margin-right: 4px;
float:right;
}
p.forgor-pass a{
text-decoration:none;
color:#c90202;
}
#footer {
    
    font-size: 0.8em;
    text-align: center;
    border-top: 3px solid #555555 !important;
	float:left;
	width:100%;
}
#footer p{
padding: 14px 0px 0px 0px;
}
#mainmenu {
   background: #333333; /* Old browsers */
/*background: -moz-linear-gradient(top,  #333333 0%, #1f1f1f 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #333333 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #333333 0%,#1f1f1f 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #333333 0%,#1f1f1f 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #333333 0%,#1f1f1f 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 *//*/*/
/*background:url(http://192.185.123.209/~sudhakar/sudhakar/images/ribbon.png) no-repeat center right #252525;*/
height:30px;
overflow:hidden;
float:left;
width:100%;
}
.logo img{
width:120px;
height:30px;
}
.serachbar-logo{
height:40px;
background:#e07f80;
box-shadow:3px 3px 3px #333;
border-bottom:solid 1px #fff;
float:left;
width:100%;
}
#logo {
    padding: 5px 20px !important;
    font-size: 200%;
	float:left;
}
#mainmenu ul li {
    display: block;
    padding: 6px 2px !important;
    border-right: 1px solid rgb(102, 102, 102);
    text-align: center;
    float: left;
	height:18.5px;
	height:auto;
}
#mainmenu ul li:hover{
background:#e07f80;
color:#fff;
text-decoration:none;
}
#mainmenu ul li:hover a{
text-decoration:none;
color:#fff;
transition:0.5s ease;
}
#mainmenu ul li.active a {
    color:#fff !important;
    text-decoration: none;
	border-bottom:solid 0px #fff !important;
}
#mainmenu ul li.active {
background: #c60104; /* Old browsers */
background: -moz-linear-gradient(top,  #c60104 0%, #a70f0c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c60104), color-stop(100%,#a70f0c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c60104 0%,#a70f0c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c60104 0%,#a70f0c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c60104 0%,#a70f0c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c60104 0%,#a70f0c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60104', endColorstr='#a70f0c',GradientType=0 ); /* IE6-9 */
	color:#fff !important;
	text-shadow:1px 1px 1px #666;
	transition:0.5s ease;
}
.setting-icon{
float: right;
margin-right: 17px;
margin-top: 9px;
}
#mainmenu ul {
    padding: 0px 20px 0px !important;
    margin: 0px;
	float:left;
}
#slides {
    display: none;
    width: 50% !important;
    float: left !important;
   margin-top: 146px !important;
	margin-left: -97px !important;
}
.serch select.one{
width:130px;
height:28px;
}
.serch select.two{
width:200px;
height:28px;
}

.serch{
float:left;
margin-top: 5px;
margin-left: 80px;
}
.plus-symbol{
float:right;
}
.plus-symbol ul{
list-style:none !important;
}
.plus-symbol li{
float:left;
list-style:none !important;
padding: 8px 8px;
}
.top-images{
float:right;
}
.top-images ul{
list-style:none !important;
}
.top-images li{
float:left;
list-style:none !important;
padding: 8px 8px;
}
.areacode {
    float: right;
    color: #fff;

    line-height: 30px;
	font-size:18px;
	background: #c60104; /* Old browsers */
background: -moz-linear-gradient(top,  #c60104 0%, #a70f0c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c60104), color-stop(100%,#a70f0c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c60104 0%,#a70f0c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c60104 0%,#a70f0c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c60104 0%,#a70f0c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c60104 0%,#a70f0c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60104', endColorstr='#a70f0c',GradientType=0 ); /* IE6-9 */
padding: 0px 30px;
height:30px;
}

.areacode:before {
    content: url("http://192.185.123.209/~sudhakar/images/Fron-part.png");
    position: relative;
    right: 90px;
    top: 0px;
}
.portlet {
    float: left;
    width: 207px;
    margin-top: 18px;
}
.total-top{
position: fixed;
float: left;
width: 100%;
top:0px;
}
.portlet-decoration {
    background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 8px;
  color:#fff;
}
.portlet-decoration a{
color:#fff;
}
.portlet-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color:#fff !important;
}


thead th {
    /*background: #e07f80 !important;*/
	background: #e17a7c !important; /* Old browsers */
background: -moz-linear-gradient(top,  #e17a7c 0%, #fd0e1f 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e17a7c), color-stop(100%,#fd0e1f)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e17a7c 0%,#fd0e1f 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e17a7c 0%,#fd0e1f 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e17a7c 0%,#fd0e1f 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #e17a7c 0%,#fd0e1f 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17a7c', endColorstr='#fd0e1f',GradientType=0 ) !important; /* IE6-9 */
	color:#fff !important;
	text-shadow:1px 1px 1px #666;
}

table{
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-khtml-border-radius:5px 5px 0px 0px;

}

.left-col {
    width: 97%;
    margin: 0px auto;
}
.span12{
width: 80%;
float: left;
margin-top: 85px;
margin-left: 36px;
}
.row {
    margin-left:0px !important;
}
.table th, .table td {
    line-height: 24px !important;
}
/*.items th{
width:100px !important;
padding: 0px 10px !important;
}
*/thead th{
padding: 0px 0px !important;
text-align:center !important;
}
.table th {
    font-weight: bold;
    padding: 4px 0px !important;
}
.table thead th {
    vertical-align: middle !important;
}
.table td.span1, .table th.span1 {
    float: none;
    margin-left: 0px;
}
a.btn{
 background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 8px;
  color:#fff;
}
.btn:hover, .btn:focus {
    background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #222222 0%, #515151 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#515151)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #222222 0%,#515151 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #222222 0%,#515151 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #222222 0%,#515151 100%); /* IE10+ */
background: linear-gradient(to bottom,  #222222 0%,#515151 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#515151',GradientType=0 ); /* IE6-9 */
    transition: background-position 0.1s linear 0s;
	color:#fff !important;
	background-position: 0px -18px !important; 
}
div.summary{
color:#c80001;
padding: 8px 0px;
}
.table-condensed th, .table-condensed td {
    padding: 6px 0px !important;
}
ul.yiiPager .hidden a {
    border: 1px solid rgb(222, 222, 222);
    color: #fff !important;
	background:#e07f80;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    border: 1px solid #dedede !important;
    font-weight: bold;
    color: #000 !important;
    padding: 1px 6px;
    text-decoration: none;
}
.admin-user select, .admin-user input, .admin-user textarea, .admin-user .uneditable-input {
    width: 67px !important;
}
.pager .next > a, .pager .next > span {
    float: right;
    background: #e07f80 !important;
	border: 1px solid #dedede !important;
}
ul.yiiPager .selected a {
    background: #c30205 !important;
    color: rgb(255, 255, 255);
    font-weight: bold;
	border:solid 1px #333;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    border: 0px solid rgb(154, 175, 229);
    font-weight: bold;
    color: rgb(14, 80, 158);
    padding: 1px 8px !important;
    text-decoration: none;
}
.nav-list > li > a {
    padding: 3px 15px;
    color: #333;
}
span.parent{
color:#c70002 !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #f0abac !important;
	text-shadow:none !important;
}
p.note{
color:#c60105;
font-style: normal !important;
}
.span5 p{
color:#c60105;
}
div.span5 div.row label {
    width: 188px !important;
}
div.span6 div.row label {
/*    width: 134px !important;*/
width:116px !important;
}
.row.buttons input[type="submit"]{
background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 8px;
  color:#fff;
  border-radius:6px;
  -moz-border-radius:6px;
    -moz-border-radius:6px;
	  -o-border-radius:6px;
	    -khtml-border-radius:6px;
		padding: 7px 21px;
		/*margin-left:400px;*/
}
table.statistics {
    width: 73%;
    margin-top: 13px !important;
    float: left;
    margin-left: 20px;
}
.span12 {
    margin-top: 18px !important;
}
a.active {
    color: #fff;
background:rgb(240, 171, 172) !important;
    font-size: 14px;
    padding: 5px 6px 5px 11px;
}
.nav-list > li > a {
    padding: 4px 15px;
    margin-top: 1px !important;
}
a.search-button{
color:#fff !important;
text-decoration:none;
background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 8px;
  color:#fff;
  border-radius:6px;
  -moz-border-radius:6px;
    -moz-border-radius:6px;
	  -o-border-radius:6px;
	    -khtml-border-radius:6px;
		padding: 7px 21px;
		float:right;
}
div.search-form label{
width: 165px !important;
}
div.search-form input[type="text"], div.search-form textarea, div.search-form select {
    margin: 0.2em 0px 0.5em;
    width: 300px;
}
div.search-form input[type="submit"]{
margin-left:268px !important;
}
#tourreports-form input[type="text"]{
width:320px;
}
#tourreports-form textarea{
width:320px;
}
#tourreports-form label{
width:150px;
}
#tourreports-form input[type="submit"]{
margin-left: 369px !important;
}
.grid-view table.items th, .grid-view table.items td {
    font-size: 0.9em;
    border: 1px solid white;
   /* padding: 1px 7px 2px 7px !important;*/
}
.grid-view table.items th, .grid-view table.items td {
    font-size: 0.9em;
    border: 1px solid white;
    padding: 9px !important;
}
/*.grid-view table.items {
    background: none repeat scroll 0% 0% white;
    border-collapse: collapse;
    width: 82% !important;
    border: 1px solid rgb(208, 227, 239);
	float:	left;
}*/
ul.yiiPager .selected a{
color:#fff !important;
}
.items{
float:right;
}
.span-19 {
    width: 82%;
    float: right;
	min-height:560px;
}

//code added 16thmay
#sidebar {
    padding: 20px 20px 20px 0px;
    margin-left: -11px;
    float: left;
    margin-top: -465px;
}
//code ended
#sidebar {
    padding: 20px 20px 20px 0px;
    margin-left: 0px;
    float: left; 
    text-align: left;
}

.grid-view .summary {
    margin: 0px 0px 5px;
    text-align: left !important;
}
/*tr.filters input[type="text"]{
width:100px !important;
}
*/td.button-column{
width: 74px !important;
}
.pager{
clear: both;
text-align: center !important;
width: 550px;
margin: 0px auto !important;
}
.areacode a{
color:#fff; 
text-decoration:none !important;
font-size:15px;
}
.areacode a:hover{
color:#fff !important; 
text-decoration:none !important;
}
/*=================================================================End of Stylesheet==============================================*/
/*=================================================================11th Nov=======================================================*/
.loginandslide .form{
	float: left;
    width: 41% !important;
    margin-left: 20px;
    margin-top: 20px;
}
.form{
float: left;
width: 80%;
margin-left: 20px;
margin-top: 20px;
}
.grid-view table.items {
    background: none repeat scroll 0% 0% white;
    border-collapse: collapse;
    width: 100% !important;
    border: 1px solid rgb(208, 227, 239);
	float:	left;
}
#profiles-grid{
float: left;
width: 81%;
margin-left:30px;
}
.summary{
float: left;
margin-left: 29px;
}
#profiles-grid table{
width:97% !important;
}
.span-19 input[type="text"]{
width:260px;
}
.span-19 textarea{
width:260px;
}
#content {
    padding: 20px;
    height: auto;
    float: left;
    width: 95%;
	min-height:460px;
}
tr.filters input[type="text"]{
border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
#content h1{
color:#c04b4c;
}
.grid-view {
    padding: 0px 0px !important;
    float: left;
	width:100%;
}
#content h1 {
    color: rgb(192, 75, 76);
    float: left !important;
    float: none !important;
    margin: 30px auto;
}
ul.bottom-links { margin: 20px 0px 30px 186px !important; float: left; }
#calendar {    float: none !important;    width: auto !important; clear: both;}
.menu-inn { }
#content p{
clear:both;
}
.row select{
width:268px;
}
div.wide.form label{
text-align: left !important;
}
.setting-icon {
    float: right;
    color: #fff;
    height: 20px;
    width: 20px;
    margin-top: 10px;
    margin-right: 29px;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    background-color: rgb(252, 248, 227);
    border: 1px solid rgb(251, 238, 213);
    border-radius: 4px;
    position: absolute;
    top: 40px;
    left: 732px;
}
#logo img{
width:120px !important;
height:32px;
}
.grid-view table.items th {
    color: white;
    background: url("bg.gif") repeat-x scroll left top white;
    text-align: center;
}
.grid-view table.items tr.odd {
    background: none !important;
}
.grid-view table.items tbody tr:hover {
    background: none !important;
}
.grid-view table.items tr.even:hover {
background:#f9f9f9 !important;
}
.grid-view table.items tr.even {
    background: none repeat scroll 0% 0% rgb(248, 248, 248);
    border-top: solid 1px #f9f9f9!important;
    border-bottom: solid 1px #f9f9f9 !important;
}
.span12 {
    width: 82% !important;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 0px !important;
}
.pager .previous > a, .pager .previous > span {
    float: left !important;
}
.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid rgb(221, 221, 221);
}
ul.yiiPager .hidden a{
padding:3px 10px !important;
}
/*=================================================================End of 11th Nov=======================================================*/
table.detail-view tr.odd {
    background: none !important;
}
table.detail-view th {
    text-align: right;
    width: 160px;
    padding: 9px !important;
}
.span-5 {
    width: auto;
}
img {background-color:inherit !important;}