﻿/* admin style modifiers */

.leftBar
{
	margin:0;
	padding:0;
}


.quicklinks ul 
{
	border:none;
	margin:0;
	padding:0;
	list-style-type:none;
}
.quicklinks ul li
{
	border:none;
	margin:0;
	padding:.2em;
}

.ContentBorder
{
	padding:0;
	position:relative;
}
.admin
{
	margin:10px;
	width:auto;
	color:#666666;
}

.admintext,
.contact_presub
{
	border:none;	
	margin:10px 0px 0px 0px;
	background:none;
	padding:1em;
	text-align:center;
}
.admintext a,
.contact_presub a
{
	line-height:150%;
}
.admintext table,
.contact_presub table
{
	margin:auto;
}

	
.tblUserData, .tblSystems
{
	Width:100%;
	margin:0;
	border-style:none;
	Padding:0;
}
.tblUserData thead, .tblSystems thead
{

	margin:0;
	border-style:none;
	Padding:0;
	background:none;
}
.tblUserData th, .tblSystems th
{
	margin:0;
	border-style:none;
	Padding:0;
	background-image:url(../images/tex_b.jpg);
	color:#CCCCCC;
	text-align:center;
	line-height:150%;
}
.tblUserData td, .tblSystems td
{
	padding:.2em;
	color:#000000;
}
.tblUserData .shaded,
.tblSystems .AspNet-GridView-Alternate,
.tblSystems thead
{
	background-image:url(../images/tex_w_shaded.jpg);
	
}

.tblSystems thead th,
.tblSystems thead th a,
.tblUserData thead th,
.tblUserData thead th a
{
	color:#FFFFFF;
	text-decoration:none;	
}

.tblSystems thead th a:hover,
.tblUserData thead th a:hover
{
	color:#FFFFFF;
	text-decoration:underline;	
}

#div_saved img
{
	margin-bottom:-8px;
	margin-right:.5em;
}
.useredittext
{
	border:none;
}

.accountdetails
{
	width:450px;
	display:block;
}
.accountdetails .detailitem
{
}

.accountdetails .detailitem .detaillabel
{
	width:6em;
}

.accountdetails .detailitem .detailinput
{
	left:6.5em;
}

a.rolehelp
{
	font-size:.9em;
}

.filterselect
{
	margin:1em;
}

.filterselect div
{
	margin:.2em;
}

.sectionheader
{
	width:100%;
	position:relative;
}


.sectionheader div
{
	width:65%;
	margin:auto;
}


.HTMLtextedit
{
	width:530px;
	margin:.2em auto .2em auto;
}

.FTBdesign
{
	text-align:center;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-size:100%;
	line-height:100%;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../images/tex_w.jpg);
	background-repeat:repeat;
}
.presSearch
{
	margin:0;
}
.namefilter
{
	float:left;
	margin:.1em;
}
.prestypefilter
{
	float:right;
	margin:.1em;
}
.loadfilters
{
	margin:0;
	float:right;
	text-align:right;
}
.loadfilters p
{
	margin:.1em;
}
presSorts
{
	position:relative;
	display:block;
}
.presSorts a
{
	float:left;
	margin:.2em;
}

	
textarea.droplist
{
	width:30em;
}
input.droplist
{
	width:20em;
}
.droplisttitle
{
	width:30em;
}
.droplisttitle option
{	
	white-space:normal;
	overflow:visible;
}


   
.ajax__calendar_container 
{
	z-index : 1000 ; 
	border:1px solid black;
	background-color:#FFFFFF;
}

.shaded
{
	background-image:url(../images/tex_w_shaded.jpg);
	background-repeat:repeat;
}

.admindashitem
{
	clear:both;
	float:none;
	display:block;
	position:relative;
	margin:0 0 .15em 0;
	width:auto;
	padding:0;
	top: 0px;
	left: 0px;
}


.bargraph
{
	float:left;
	position:relative;
	padding:0;
	margin:0 .1em 0 0;
	background-color:#dddddd;
	display:block;
	height:15px;
	width:200px;
	border:1px solid black;
}

.bargraph + p
{
	text-align:left;
	float:left;
	margin:0;
	padding:0;
}


.barmeasure
{
	position:absolute;
	top:0;
	left:0;
	height:15px;
}
.reviewerlinks,
.contactlinks
{
	float:left;
	width:48%;
	padding:.2em;
}
.contactlinks
{
	float:right;
}

.reviewerlinks a,
.contactlinks a
{
	clear:both;
	float:none;
	display:block;
	padding:.2em;
}
.reviewdroplist
{
	margin:.5em 0 0 0;
	width:20em;
}

.AspNet-DetailsView-Name
{
	display:block;
	color:#1774af;
	margin-top:.5em;
}

.AspNet-DetailsView-Value
{display:block;
 color:Black;
 font-size:1.1em;
 padding:.5em;
 border-bottom:1px solid #1774af;
}
.htmlText
{
	margin:0;
}

.div_overlay
{
    filter: alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: .40;
    -khtml-opacity: .40;
    opacity: .40;
    margin:0;
    top:0;
    left:0;
    position:absolute;
    z-index:99998;
    background-color:darkgray;
}

.div_progress, .div_client
{
    z-index:99999;
    border: solid 1px #000000;
    background-color:#ffffff;
    padding:25px;
    position:absolute;
    top:200px;
    left:200px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    width:120px;
    color:Green;
}


