/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 0;
	text-align: left;
	height:100%;
 }

A:link      { color: #503562; text-decoration:none; }
A:visited 	{ color: #503562; text-decoration:none; }
A:active 	{ color: #503562;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #CEC0DA;  cursor:hand; text-decoration:"underline"; }


A.bodyLink:link     { color: #503562; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #503562; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #503562;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #CEC0DA;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.LoginTableBorder
{
    border-width:1px;
    border-color:#513663;    
    border-style:solid;
}
.DNADarkBackColor
{
	background-color:#513663;
	
}
.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size:medium;
    font-weight: bold;
    color: #503562;
 }

hr {
	border: 0;
	border-top: 2px solid #503562;
	height: 2px;
}

img
{
	border-width: 0;	
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #694B7E
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #694B7E;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #694B7E;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#513663;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size:large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);	
	height: 15px;
}

td.menu 
{
	background-color:#503562;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #503562;
	text-align: right;
}

td.leftpane
{	
	width: 350px;
	height:500px;	
	vertical-align: top;
}

.pfooter
{
    font-family: Verdana;
	font-size:small;
	font-weight: normal;
	color: #012f52;
	text-align: right;
    background-color:#e9e9e9;
}

.QuestionTitle
{
    font-family: Verdana;
	font-size:small;
	font-weight: normal;
	color: #6f6f6f;    
}

.QuestionText
{
    font-family: Verdana;
	font-size:small;
	font-weight: normal;
	color: #00477e;    	
}

.AdminLink:link      { color: Blue; text-decoration:none; }
.AdminLink:visited 	{ color: Blue; text-decoration:none; }
.AdminLink:active 	{ color: Blue;  cursor:hand; text-decoration:none; }
.AdminLink:hover 	{ color: #CEC0DA;  cursor:hand; text-decoration:"underline"; }

.OrderFrame{ 
/*overflow-x: hidden; 
overflow-y: scroll; */

} 

/*Combox style*/
#master_content .ajax__combobox_itemlist
{
    margin: 0px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    background-image: url(images/toolkit-bg.gif);
    background-position: top left;
    border: 0px none;
    color: #FFFFFF;
    padding: 4px 0px 3px 5px;
    font-size: 13px;
    height: 16px;
    width: 100px;
}
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(images/toolkit-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 23px;
    width: 23px;
}
.AjaxToolkitStyle .ajax__combobox_itemlist
{
    border-color: #0F2543;
    background-color: #EFEFEF;
}
.PageLinks
{	
	color:Red;
	font-weight:bold;	
	text-decoration:none;	
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#EFEFEF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}
/*End CollapsiblePanel*/