﻿body 
{
	font-size:12px;
	font-family:Verdana;
}

div.header
{
	width:740px;
	height:210px;
	background-image: url(../../images/header.jpg);
	background-repeat:no-repeat;
	
	text-align:center;
}

div.headerright
{
	width:558px;
	height:210px;
	background-image: url(../../images/headerright.jpg);
	background-repeat:repeat-x;
	
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.validatorCalloutHighlight
{
    background-color: #ffc35c;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:675px;
}

.modalPopupsmall {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:200px;
}

.modalPopupmedium {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:300px;
	text-align:left;
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

a:link
{
	color:#3a6585;
	font-family:Verdana;
	text-decoration:none;
}

a:visited
{
	color:#3a6585;
	font-family:Verdana;
	text-decoration:none;
}

a:active
{
	color:#3a6585;
	font-family:Verdana;
	text-decoration:none;
}

a:hover
{
	color:#3a6585;
	font-family:Verdana;
	text-decoration:underline;
}

.texta { 

 /*background-color: #bbe1fd; */
 border: 1px solid #666666; 
 color:#000000;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(../../images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
	
}

.textb { 

 /*background-color: #bbe1fd; */
 border: 1px solid #666666; 
 color:#000000;
 font-size:10px;
}

.companel
{
	
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	color:Black;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}