﻿
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:16px;
}
body {
	background-color: #a17bee;
	background-image: url(Newimages/background.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
.topline {
	border-bottom:2px solid #9933ff;
}
	
.input {
	border:1px solid #a17bee;
	margin:0px;
	padding:2px;
	width:200px;
}
a, a:link, a:visited {
	color: #501f81;
	text-decoration:underline;
}
a:hover {
	color: #a17bee;
	text-decoration:underline;
}
.footer {
	color:#FFFFFF;
	font-size:11px;
}
input[type="text"], input[type="password"], select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4B4B4B;
	text-decoration: none;
	text-indent: 4px;
	border: 1px solid #8EA8C4;
	line-height: 20px;
	height: 20px;
	background-image: url(Newimages/inputbg.gif);
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalBackgroundnew {
	background-color: Transparent;
	filter:alpha(opacity=70);
	opacity:0.7;
}


.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:550px;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-image: url(Newimages/background.jpg);
    /*background-color: Orange;*/
    font-size: 12px;
    font-weight: bolder;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #FFFFFF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family:TrebuchetMS, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.popupControl
{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.grid-header
{
    background-image: url(Newimages/background.jpg);
    color: White;
    font-size: 12px;
}


.button
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
 background-image: url(Newimages/background.jpg);
    color: Purple;
}

.CustomTabStyle .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(Newimages/tab-line.gif) repeat-x bottom;
}

.roundedPanel
{	
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}


