﻿/*************************Admin Css**************/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr
{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol
{
	list-style: none;
}
fieldset, img, hr
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}
caption, th
{
	text-align: left;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td
{
	vertical-align: middle;
}
body
{
	font-family: Arial;
	font-size: 12px;
}
.admin-background
{
	background-image: url(../../Admin-theme/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #c4c4c4;
}
hr{
    background:#dddddd;
     height:2px;
}
.admin-holder
{
	width: 1000px;
	margin: 0px auto;
}
.admin-inner
{
	width: 960px;
	margin: 0px auto;
}
.admin-header
{
	overflow: visible;
	position: relative;
}
.admin-logo
{
	padding: 10px 0px;
}
.admin-nevi
{
	margin: 17px 0px;
	height: 15px;
}
.Admin-Lable
{
	position: absolute;
	top: 20px;
	right: 10px;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
}
.Admin-heading
{
	top: 20px;
	right: 10px;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	color: #0161A3;
}
.admin-page
{
	padding: 10px;
	background-color: #ffffff;
	background-image: url(../../Admin-theme/images/page-bg.gif); /*optional*/
}
a
{
	color: #0161A3;
	text-decoration: none;
}
.footer
{
	padding: 10px;
	margin: 10px 0px;
	text-align: center;
}
.Page_Title
{
	font-size: 17px;
	font-weight: bold;
	float: left;
}
.textBox
{
	padding: 5px;
	margin-bottom: 5px;
}
.adminButton
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: #336699;
		padding: 5px;
		color: #ffffff;
		cursor: pointer;
	width: 52px;
}
.link
{
	color: #316aa8;
}
.grid th
{
	border: 1px solid #316aa8;
	background-image: url(../../Admin-theme/images/gridHead.jpg);
	background-repeat: repeat-x;
	height: 31px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
}
.grid tr td
{
	border: 1px solid #316aa8;
	padding: 5px;
}
.alternetrow
{
	background-color: #f5f5f5;
}
.grid a
{
	color: #316aa8;
}
input[type="text"], input[type="password"], textarea
{
	padding: 5px;
	border: 1px solid #808080;
}
input[type="submit"]
{
	background: #0161A3;
	border-radius: 5px;
	/*padding: 5px 10px;*/
	border: 0px;
	color: #ffffff;
}
.sectiontitle
{
	font-size: large;
	font-weight: bold;
	margin: 15px 0px;
}

.btnRemove           
{
	background: url(../../images/close.png) no-repeat;
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
}
input[type="submit"] td:parent {
    vertical-align:top !important;
}


a {
text-decoration: none;
font-family: sans-serif;
font-size: 100%;
color: #0161A3;
}

a:hover {
text-decoration: underline;
font-family: sans-serif;
font-size: 100%;
color: #0161A3;
}



.linkbtnimage
{
	background-image: url(../../Admin-theme/images/remove.png);
	 display:block;  
	 width:22px;  
	 height: 22px; 
	 text-align:center;
	 margin-left:50px;
}