/* // WEBSITE DESIGNED BY : BHASKARA RAO BANDARU // bhaskar8780@gmail.com //  */


.body,table,tr,td
{
	font-family:arial;
	font-size:12px;
	color:#000;
}
.white-bold-12px
{
	font-family:arial;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-shadow:2px 2px 2px #000;
}
.lightred-normal-12px
{
	font-family:arial;
	font-size:12px;
	color:#c17272;
	font-weight:normal;
	text-shadow:2px 2px 2px #000;
}
.yellow-normal-12px
{
	font-family:arial;
	font-size:12px;
	color:#FF0;
	font-weight:normal;
	text-shadow:2px 2px 2px #000;
}
.white-bold-16px
{
	font-family:arial;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-shadow:2px 2px 2px #000;
}
.darkgrey-bold-16px
{
	font-family:arial;
	font-size:16px;
	color:#5c6d7f;
	font-weight:bold;
}
.darkgrey-bold-12px
{
	font-family:arial;
	font-size:12px;
	color:#5c6d7f;
	font-weight:bold;
}
.dark-grey-normal-12px
{
	color:#485969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
}
.black-bold-16px
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-shadow:2px 2px 2px #7686a3;
	font-weight:bold;
	font-size:16px;
}
.black-bold-12px
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	font-size:12px;
}
.normal-12px
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:12px;
}
.orange-bold-12px
{
	font-family:Arial, Helvetica, sans-serif;
	color:#F30;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
/************************* LINK CLASSES  **************************/
.orange-b-12px
{
	font-family:Arial, Helvetica, sans-serif;
	color:#F30;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.orange-b-12px:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#F30;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
.dark-grey-n-12px
{
	color:#485969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.dark-grey-n-12px:hover
{
	color:#485969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
/*........................ MAIN NAVIGATION TAB CSS .........................*/

#nav {
	float:left;
	text-align:left;
	width:700px;
	height:44px;
}

#nav ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0px;
  }

#nav a {
	float:left;
	background:url(tab-left-img.gif) no-repeat left top;
    margin:0;
    padding:0 2px 0 10px;
    text-decoration:none;
}

#nav a span {
	float:left;
    display:block;
    background:url(tab-right-img.gif) no-repeat right top;
    padding:12px 20px 15px 6px;
	font-size:12px;
	font-family:Times New Roman;
	color:#4d5d40;
	text-shadow:2px 2px 2px #7686a3;
}

#nav a span 
{
	float:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
#nav a:hover span 
{
    background-position:100% -44px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-shadow:2px 2px 2px #000;

}

#nav a:hover {
	background-position:0% -44px;
}

#nav a:hover span 
{
	background-position:100% -44px;
}

#nav #current a 
{
	background-position:0% -44px;
}

#nav #current a span 
{
	background-position:100% -44px;
	color:#fff;
	text-shadow:2px 2px 2px #000;


}
/*............... End ................*/
/******************************    SPECIAL CLASSES   ******************************/

.txt {
    outline:none;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border:1px solid #3987df;
	padding:3px;
}
.txt1 {
    outline:none;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border:2px solid #c5c5c5;
	padding:3px;
}
.content-corners-css {
    outline:none;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	padding:12px;
	    box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000; 
    -moz-box-shadow: 0 0 5px #000;
	background:#9aacb8;
	border:1px solid #2e455c;
}
.txtNew {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border:1px solid #5c8193;
	padding:3px;
	background:url(text-box-bg.gif) top left repeat-x;
}

.txtNew:hover,.txt:focus  {
    box-shadow: 0 0 5px #92a0a9;
    -webkit-box-shadow: 0 0 5px #92a0a9; 
    -moz-box-shadow: 0 0 5px #92a0a9;
    border:1px solid #2071b6; 
	background:url(text-box-bg.gif) top left repeat-x;
}
/* *****************************************   BUTTON STYLES   ******************************* */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: auto;
    width: 100%;
}

a.button {
    background: url(b_btn_right_off_orange.png) no-repeat right top;
    color: #fff;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 34px;
    margin-right: 6px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
    margin-left: 0px;
	font-weight:bold;
}

a.button span {
    background: transparent url(b_btn_left_off_orange.png) no-repeat;
    display: block;
    line-height: 17px;
    padding: 7px 0 9px 16px;
} 
a.button:hover {
    background: transparent url(b_btn_right_on_orange.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 34px;
    margin-right: 6px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
	font-weight:bold;
}

a.button:hover span {
    background: transparent url(b_btn_left_on_orange.png) no-repeat;
    display: block;
    line-height: 17px;
    padding: 7px 0 9px 16px;
}

a.button-gry {
    background: url(b_btn_right_off-n.png) no-repeat right top;
    color: #fff;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 34px;
    margin-right: 6px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
    margin-left: 0px;
	font-weight:bold;
}

a.button-gry span {
    background: transparent url(b_btn_left_off-n.png) no-repeat;
    display: block;
    line-height: 17px;
    padding: 7px 0 9px 16px;
} 
a.button-gry:hover {
    background: transparent url(b_btn_right_on-n.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 34px;
    margin-right: 6px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
	font-weight:bold;
}

a.button-gry:hover span {
    background: transparent url(b_btn_left_on-n.png) no-repeat;
    display: block;
    line-height: 17px;
    padding: 7px 0 9px 16px;
}

/*left navigation*/

#left-Links{
	float:left;
	height:auto;
	width:180px;
	padding-left:20px;
	}
#left-Links ul 
{
   margin:0;
   padding:0;
}
	  
#left-Links li 
{
	background: url(bullet-1.png) no-repeat left top;	
	padding-top:0px;
	vertical-align:top;
   	padding-left: 25px;
	line-height:25px;
	list-style: none;
} 
#left-Links a
{
		text-decoration:none;
		font-family:Arial;
	 	font-size:13px;
			text-shadow:2px 2px 2px #000;
		color:#d2dff8;
		font-weight:bold;
}
		
#left-Links a:hover 
{
	text-decoration:underline;
	font-family:Arial;
	font-size:13px;
 	color:#ffffff;
		text-shadow:2px 2px 2px #000;
	font-weight:bold;
}
#left-Links a.visit
{
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000;
    font-weight: bold;
}

/*left navigation ending*/		
/**** GridView TABLE (grdCamera) *******/
table.grdCamera
{
    /* table width */
    min-width:600px;
    width:10%;
}
        
/****TABLE HEADER (headerCamera) *******/
table.grdCamera tr.headerCamera
{
    position:fixed;
    overflow:hidden;
    white-space:nowrap;
    width:50%;
    margin:0;
    z-index:100;

}

/*padding content of 2nd row (it's the 1st data row)*/
table.grdCamera tr:nth-child(2) td
{
    padding-top:40px;
}