﻿
body
{
	/*background-color: #FF00FF;*/
	background-repeat: repeat;
	background-color: #E8E8E8;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

.header
{
    background-position: left top;
    height: 50px;
    width: 100%;
    background: url('Bg4.png') repeat-x left top;
    font-size: x-large;
    color: #FFFFFF;
    text-align: left;
    vertical-align: bottom;
    font-weight: bold;
}
.headernew
{
    height: 50px;
    width: 100%;
    font-size: x-large;
    color: #FFFFFF;
    text-align: left;
    vertical-align: bottom;
    text-shadow: 3px 2px 9px #c9dfff;
    font-weight: bolder;
}
 
 #content {
  position:relative;
}

.ribbon {
  position:absolute;
  top:0;
  right:0;
}
 
.Logo
{
	padding: 1px;
	background-position: left center;
	background-image: url('Podar-logo.jpg');
	background-repeat: no-repeat;
	width: 156px;
	height: 46px;
	float: left;
}           


.BtnRed
{
	border-style: none;
	background-image: url('btn_red.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
	height: 28px;
}


.BtnGrn
{
	border-style: none;
	background-image: url('btn_grn.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
	height: 28px;
}


.BtnBlu
{
    
	border-style: none;
	background-image: url('btn_blue.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
	height: 28px;
	cursor:pointer;
/*	margin-left:auto; */
	
}
.BtnBluright
{
   

    border-style: none;
	background-image: url('btn_blue.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
	height: 28px;
	cursor:pointer;
	margin-right:10px
	
	 
	 
}
.BtnBluShort
{
	border-style: none;
	background-image: url('btn_blue.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 25px;
	height: 28px;
}

.BtnOrg
{
	border-style: none;
	background-image: url('btn_org.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
	height: 28px;
}
.BtnViolet
{
	border-style: none;
	background-image: url('btn_violet.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
	height: 28px;
}
.ContentHeader
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

.StatusHeader
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #0000FF;
	font-size: x-large;
	text-align: right;
}

.ContentHeaderGray
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	background-image: url('tabLevel3.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 31px;
	vertical-align: text-top;
}


.ContentHeaderGray1
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	background-image: url('tabLevel3.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 15px;
	vertical-align: text-top;
}

.Divselector {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid;
}


.tblHeader
{
	background-image: url('tblHeader.png');
	background-repeat: repeat-x;
	height: 37px;
}
.tblHeader1
{
	background-image: url('tblHeader.png');
	background-repeat: repeat-x;
	height: 25px;
}
.tblBorder
{
	border: thin solid #C0C0C0;
	border-spacing: 0px;

}
.tblBorderfee
{
	border: thin solid #C0C0C0;
	border-spacing: 0px;
    width: 250px;
}

/*CSS for input textbox and password*/

input[type='text'], input[type='password']
{
width: 200px;
height: 20px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 4px;
font-weight: 200;
font-size: 12px;
font-family: Helvetica, Arial, Verdana, sans-serif;
box-shadow: 1px 1px 5px #CCC;
}

input[type='text']:hover, input[type='password']:hover
{
width: 200px;
height: 20px;
border-radius: 3px;
border: 1px solid #aaa;
padding: 4px;
/* font-weight: bold;
font-size: 12px; 
font-family: Helvetica, Arial, Verdana, sans-serif; */
box-shadow: 1px 1px 5px #CCC;
}

input:focus
{
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000099;
	background-color: #FFFFCC;
}

#text
{
float:left;
width:100px;
}

/*CSS for dropdown box*/
.Dropdown
{
width: 210px;
height: 28px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 12px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}
.Dropdown: hover
{
width: 210px;
height: 28px;
border-radius: 3px;
border: 1px solid #CCC;
/*font-weight: bold;
font-size: 12px;
font-family: Verdana;*/
box-shadow: 1px 1px 5px #CCC;
}

.Dropdown:focus
{
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000099;
	background-color: #FFFFCC;
}

/*CSS for dropdown box*/
.DropdownSmall
{
width: 300px;
height: 28px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 12px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}
.DropdownSmall: hover
{
width: 300px;
height: 28px;
border-radius: 3px;
border: 1px solid #CCC;
/*font-weight: bold;
font-size: 12px;
font-family: Verdana;*/
box-shadow: 1px 1px 5px #CCC;
}

.DropdownSmall:focus
{
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000099;
	background-color: #FFFFCC;
}

.SideMenu {
	border-style: none;
	background-image: url('sidemenugray.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 98%;
	height: 38px;
}
.SideMenu:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFCC;
}
.SideMenu:active {
	position: relative;
	top: 1px;
}

.ExpandTabMenu
{
	border-style: none;
	background-image: url('sidemenuBlack.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	vertical-align: top;
}

table
{
	padding: 2px;
}

.btnlogin
{
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow: inset 0px 1px 0px 0px #97c4fe;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color: #3d94f6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #337fed;
	display: inline-block;
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 10px 130px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #1570cd;	
	
}.btnlogin:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.btnlogin:active {
	position:relative;
	top:1px;
}
.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.7;
}
.pnlBackGround
{
 position:fixed;
    top:10%;
    left:10px;
    width:300px;
    height:125px;
    text-align:center;
    background-color:White;
    border:solid 3px black;
}