﻿div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
	 
body
{	
	font-family: Verdana, Arial, Tahoma,  sans-serif;
	font-size:12px;
	text-align:center;
	background: #ffffff url(sitebg.gif) repeat-x;
}


.font
{
	font: normal 12px Tahoma, Arial, Verdana, Sans-serif;
}


.fontmultilines
{
	font: normal 12px Tahoma, Arial, Verdana, Sans-serif;
	width:350px;
	height:80px;
}

.wrapper
{
	 width:1000px;
	 text-align:left;
	 margin-left:auto;
	 margin-right:auto;
	 padding:0px 0px 0px 0px;
	 background: #ffffff url(gradient.png)  repeat-x;
	 background-color: #ffffff;
	
}

.wrappercontent
{
	 width:1000px;
	 text-align:left;
	 margin-left:auto;
	 margin-right:auto;
	 padding:0px 0px 0px 0px;
	/* background: #ffffff url(gradient.png)  repeat-x; */
	 background-color: #ffffff;
	
}

/* Content is used to set the width of all contents in the project */
.content
{
 width:850px;
 overflow:auto;
}


.title
{
	background: #3366cc;
	height:50px;
	margin:10px 5px 10px 10px;
	font-size: 15pt;
	color: White;
	padding-left:10px;
}


.headerimage
{
	background:#FFFFFF  url(HeaderGradient.gif)  repeat-x  bottom;

}


.header
{
	background:#FFFFFF  url(bg_toolbar.gif);
	height:35px;
	width:100%;
	font-size: 13pt;
	color: black;
	padding-left:5px;
}

.normal
{
	color: black;
}

.normalbold
{
	color: black;
	font-weight: bold;
}

.errortext
{
	color: red;
}

.message
{
	color: red;
	font-weight: bold;
	width: 100%;
}

/* updatepanel */
.updatepanel
{
	border: 1px solid #D2D2D2;
	padding: 5px 10px 5px 10px;
	background: #ffffff;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	vertical-align: Middle;
}

/* Side Bar */

.sidebar 
{
	width: 100%;
	margin-bottom: 10px;
}

.sidebarheader
{
	border: 1px solid #D2D2D2;
	border-bottom:0px;
	padding: 5px 0px 5px 20px;
	background: url(bg_menu.png);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	vertical-align: Middle;
}
.sidebarcontent
{	
	border: 1px solid #D2D2D2;
	border-top:0px;
	padding: 10px 10px 10px 20px;
	line-height: 1.5em;
}


.popupcontentheader
{
	padding: 0px  0px  1px  0px;
	background: url(bg_header.gif) repeat-x;
	height:25px;
	font-weight: bold;
	font-size:14px;
	cursor: move;
	color: black;
	border-bottom:solid 1px Gray;
	border-right:solid 1px Gray;
	filter: alpha(opacity=75);
	
}

.popupcontent
{
	cursor:pointer;
}

.contentheader
{
	border: 2px solid #000000;
	border-bottom:0px;
	padding: 5px 0px 5px 20px;
	background: url(bg_menu.png);
	font-weight: bold;
	vertical-align: Middle;
	/*width:860px;*/
}

.content
{
	border: 2px solid #000000;
	border-top: 0px;
	padding: 10px 10px 10px 20px;
	line-height: 1.5em;
	background-color: #ffffff;
	display: block;
/*	width: 850px; */
/*	height: 650px; */
	z-index: 10000000000000;
	table-layout: fixed;
	overflow:auto;
}


/* tooltip */

.tooltip
{
	background: #FFFFFF url(bg_fade_light.gif) repeat-x bottom;
    padding: 5px;
    border: solid 1px #465239;
	visibility:hidden;
	position:absolute;
}



/* docpanel */

.docpanel
{
	background: #FFFFFF url(bg_fade_light.gif) repeat-x bottom;
    padding: 10px;
    border: solid 2px #465239;
	line-height: 1.5em;
}



/* Hyperlink without any defined URL
a
{
	color: #0099FF;
	padding: 5px 5px 5px 5px;
}

a:link
{
	text-decoration: underline;
	color:#0099FF;
	padding: 5px 5px 5px 5px;
}

a:visited
{
	color: #990000;
	text-decoration: underline;
	padding: 5px 5px 5px 5px;
}

a:hover
{
	background-color: #BFBFBF;
	color:#FFF;
	padding: 5px 5px 5px 5px;
}
*/

ul
{
	margin: 0 25px 0 30px;
}


/* Styles for Textbox Controls*/


.textbox
{
	background-image: url(text.Gif);
	background-color: #FFFFFB;
	background-repeat: no-repeat;
	background-position: left;
	width: 220px;
	color: black;
	padding: 2px 5px 2px 21px;
}

.percentage
{
	background-image: url(percentage.gif);
	background-color: #FFFFFB;
	background-repeat: no-repeat;
	background-position: left;
	width: 220px;
	color: black;
	padding: 2px 5px 2px 21px;
}


.dollar
{
	background-image: url(dollar.gif);
	background-color: #FFFFFB;
	background-repeat: no-repeat;
	background-position: left;
	width: 220px;
	color: black;
	padding: 2px 5px 2px 21px;
}

.number
{
	background-image: url(number.gif);
	background-color: #FFFFFB;
	background-repeat: no-repeat;
	background-position: left;
	width: 220px;
	color: black;
	padding: 2px 5px 2px 21px;
}

.date
{
	background-image: url(date.gif);
	background-color: #FFFFFB;
	background-repeat: no-repeat;
	background-position: left;
	width: 220px;
	color: black;
	padding: 2px 5px 2px 21px;
}


/* This focus and hover only work in firefox */
.textbox:focus, .textbox:hover
{
	background-color: #FFFFCC;
}

.focustextbox
{
	background-image: url(text.Gif);
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: left;
	width: 220px;
	color: black;
	padding: 2px 5px 2px 21px;

}


.divcontrol {
	width:300px;
	float:right;
	background-color:#E6E6E6;
	height:25px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.divbutton{
	width:252px;
	float:right;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:right;
	height:25px;
	margin-top:3px;
	padding:5px 25px 3px;
}

.label
{
	width: 200px;
	height: 22px;
	margin-top: 3px;
	margin-right: 2px;
	padding-top: 11px;
	padding-left: 6px;
	background-color: #ccc;
	float: left;
	display: block;
	font-size: 115%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color: #666;
}



.tab
{
	width: 150px;
	height: 17px;
	background-image: url(label_bg.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 2px;
	padding-top: 10px;
	padding-left: 16px;
	float: left;
	display: block;
	font-size: 14;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 1.1;
	color: #666;
}

.tabcontent
{
	width:450px;
	background-color:#FFFFFF;
	border-bottom: 5px solid #a9a9a9;
	border-right: 5px solid #a9a9a9;
	float:left;
	height:35px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
}

.tabmessage
{
	width: 200px;
	height: 15px;
	background-image: url(tabblue.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 16px;
	float: left;
	font-size: 14;
	color:White;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 1.1;
	display:block;
	
}

.tabmessage2
{
	width: 100%;
	height:20px;
	/*background-image: url(tabblue.gif);
	background-repeat: no-repeat;*/
	background: url(bg_menu.png);
	padding-left: 16px;
	float: left;
	font-size: 14;
	color:black;
	letter-spacing: 0px;
	font-weight: bold;
	display:block;
	border-right: 3px solid #a9a9a9;
	text-align:left;
	vertical-align:middle;
	
	}

.tabcontentmessage
{
	width:100%;
	background-color:#ffffff;
	border-bottom: 3px solid #a9a9a9;
	border-right: 3px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	float:left;
	color:White;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:0px;
}

.listsearchxxtenderprompt
{
	font-style:italic;
	color:#000000;
	background-color:white;
	border:solid 10px #ccccc;
	padding:2px;
}


/* Styles for the Animation Reference */
.animationreferencetable
{
}

.animationreferenceRow
{
}

.animationreferencefield
{
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationreferencecode
{
	margin-top: 5px;
	vertical-align: top;
	font-weight: bold;
	display:block;
	background-color:#FFF;
	color:#000;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationreferenceitems
{
	vertical-align: top;
}

.animationreferenceitemtable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationreferenceitemRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationreferenceitem
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationreferenceitemcode
{
	display:block;
	background-color:#FFF;
	color:#000;
	font-style:normal;
	font-weight: bold;
}

/* Accordion */
.accordionheader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-size: 13px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionheader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionheader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordioncontent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


/*CollapsiblePanel*/
.collapsepanel {
	
	background-color:white;
	overflow:hidden;
	
}

.collapsepanelheader{	
	width:100%;		
	height:30px;
	background-image: url(images/bg_menu.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.collapsepanelheader a {color:#FFF;}
.collapsepanelHeader a:hover {text-decoration:none;background:none;}

/* DropShadow */

.dropshadowpanel span {color:white;text-decoration:underline;}
.dropshadowpanel span:hover {text-decoration:none;}


.dropshadowpanel 
{	
	width:300px;	
	background-color:#5377A9;		
	color:white;
	font-weight:bold;		
}

/*Drag Panel*/
.dragme {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(header_opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.overflowhidden {overflow:hidden;}

.overflowscroll {overflow:hidden;}

/*Hover Menu*/
.popupmenu
{
	position: absolute;
	visibility: hidden;
	background-color: #F5F7F8;
	opacity: .9;
	filter: alpha(opacity=90);
}

.popuphover
{
	background-image: url(header_opened.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F5F7F8;
	border:solid 2px black;
}

/* PagingBulletedList */
.selectindex {
    font-weight: bold;
    text-decoration:none;
}
.unselectindex {
    font-weight:normal;
    text-decoration:underline;
}


/*Modal Popup*/
.modalbackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalpopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:0px;
	
}

.samplestylea {
	background-color:#FFF;
}

.samplestyleb {
	background-color:#FFF;
	font-size:10pt;
	font-weight:bold;
}

.samplestylec {
	background-color:#ddffdd;
	font-size:10pt;
	font-style:italic;
}

.samplestyled {
	background-color:Blue;
	color:White;
}

/*Popup Control*/
.popupcontrol{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/* Rounded Corners*/

.roundedpanel
{
	padding:5px 0px 5px 0px;
	background-color: #5377A9;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.rounded
{
	
	padding:5px  10px 5px  10px;
	
	background: #ffffff url(Roundedbg.png) repeat-x;
	/*border:solid 1px #ccccc;

background:#fffff url(Roundedbg.png) repeat-x top;
*/
	
}


/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/* Rating */
.ratingstar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledratingstar {
    background-image: url(Images/FilledStar.png);

}

.emptyratingstar {
    background-image: url(Images/EmptyStar.png);
}

.savedratingstar {
    background-image: url(Images/SavedStar.png);
}

/************ PasswordStrength Related Styles ***********************/
.textindicator_textbox1
{
     background-color:Gray;
     color:White;
     font-style:italic;  
     padding: 2px 3px 2px 3px;   
}

.barindicator_textbox2
{
    color:Blue;
    background-color:Blue;
    padding-bottom:1px;
}

.barborder_textbox2
{
    border-style:solid;
    border-width:1px;
    width:200px;
    vertical-align:middle;
}

.textindicator_textbox3
{
     background-color:Blue;
     color:Yellow;
     padding: 2px 3px 2px 3px;   
}

.textindicator_textbox3_handle
{
	width:16px;
	height:14px;
	background-image:url(images/Question.png);
	overflow:hidden;
	cursor:help;
}

.dynamicpopulate_normal 
{	
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicpopulate_updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}

.ContextMenuPanel
{
	width:120px;
	border: 1px solid #868686;
	z-index: 1000;
	background: url(menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.float
{
	float:left;
	text-align:left;
	width:200px;
}

.gridviewrow
{
	background-color: #ffffff;
}

.gridviewalternatingrow
{
	background-color: #f5f5f5;
}

.gridviewselectedrow
{
	background-color:#ffd700;
	font-weight: bold;
}

.gridviewheader
{
	
	font-weight: bold;
	text-align: left;
	color: black;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(bg_menu.gif);
	background-repeat: repeat-x  no-repeat;
}

.gridviewheader a
{
	font-weight: bold;
	text-align: left;
	color: black;
}

.gridviewfooter
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(bg_menu.gif);
	background-repeat: repeat-x no-repeat;
	text-align:left;
	color: black;
}




/* New CSS */

/* No floating on left and right We use Clear*/

.clear 
{
	clear:both;
}

/* Floating on left or right*/
/* To use this set <div class="leftside"></div> */
.leftside {
	width:550px;
	padding-top:30px;
	float:left;
	background:#f5f5f5;
}
/* To use this set <div class="rightside"></div> */
.rightside {
	background-color:#fff;
	width:200px;
	padding:5px;
	margin-top:40px;
	float:right;
	border:1px solid #CCC;
	color:#666666
}


.popleft
{
	width:70%;
	text-align:left;
	float:left;
	vertical-align:top;
	cursor:default;
	padding-left:5px;
	font-size:12px;
	font-weight:normal;
	
	
}

.popright
{
	width:35px;
	text-align:right;
	float:right;
	padding-right:0px;
	vertical-align:top;
	cursor:default;
	font-size:12px;
	font-weight:normal;
	
}


.poprightcentre
{
	width:15px;
	text-align:right;
	float:right;
	padding-right:5px;
	vertical-align:bottom;
	font-size:12px;
	
}

.alert
{
	
	vertical-align: middle;
	text-align: center;
	background-image: url(config.gif);
	background-position: right  bottom;
	background-repeat: no-repeat;
	background-attachment:scroll;
	border:solid 1px gray;
	font-weight:normal;
	
}

.searchpanel, .box
{
	

	border-bottom:solid 1px gray;
	padding:5px;
	
}



.visiblebox
{
	background-Color: #f5f5f5;
	border:solid 3px #000000;
	padding:3px;
	width:320px;
	height:120px;
	
}



.gbox
{
	

	border:solid 1px gray;
	background-color:#f5f5f5;
	padding:5px;
	
}

.magnifier

{
	
	right:0px; 
	bottom:0px; 
	width:200px; 
	height:200px;
	border:2px solid; 
	border-bottom-style:outset;
}

.tr_left
{
	width: 250px;
	background-color: ghostwhite;
	border-bottom: solid 2px #ccccc;
	font-weight: bold;
	padding:5px;
}

.tr_right
{
	background-color: lavender;
	border-bottom: solid 2px #ccccc;
	padding:5px;
}

.alert
{
	margin: 10px 0, 10px,0;
	padding: 10px 20px 10px 20px;
	text-align: center;
	border: solid 2px #a9a9a9;
	background-color: #f0f8ff;
}














