body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

button, input[type='button'] {
	position: relative;
	border: 1px solid #999999;
	background: url("../images/buttonShader01.png") repeat-x scroll 0 0 #EEEEEE;
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	cursor: pointer;
	padding: 2px 5px;
	border-radius: 3px;
}

/*All Major z-indexes - All very finicky. Avoid messing with it if possible*/

header#headMaster {
	z-index: 10;
}

div#portfolioNav {
	z-index: 5;
}

div#dpScreen {
	position: relative; /*needs this to place above main header*/
	z-index: 40;
}

div#dpBlackout {
	z-index: 40;
}

div#vCardHolder {
	z-index: 40;
}

.dpWrapper div.dpHeader {
	z-index: 60;
}

iframe.dpIframe, .dpFrame {
	z-index: 70;
}

div#pageScreen {
	/*blackout only is below dpWrapper*/
	z-index: 100;
}

div.dpWrapper {
	z-index: 150;
}

div#pageWorking {
	/*pageWorking always has a status message in it, so comes on top of dpWrapper.*/
	z-index: 200;
}

div.statusBox {
	z-index: 201;
}

#serverAlert, #browseAs {
	z-index: 600;
}

#pageScreen {
	/*blackout only*/
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
}

#pageWorking {
	/*pageWorking always has a status message in it.*/
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
}

div.darkBox, div.dpBlackout {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: url("../images/bgBlackHatch.gif") repeat scroll 0 0 #333333;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

.statusBox {
	position: relative;
	width: 500px;
	height: 90px;
	top: 40%;
	text-align: center;
	padding: 20px auto;
	margin: 0px auto;
	border: 5px solid #DDD;
	background: #EEE;
	-moz-box-shadow: 0px 0px 20px #333; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #333; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 20px #333; /* Opera 10.5, IE 9.0 */
}

#statusMessage {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0px 5px;
	font-family: arial;
}

#statusBar {
	width: 35px;
	height: 35px;
	background: url(../images/ajaxLoader.gif) no-repeat;
	margin: 5px auto;
}

.statusBox  span {
	display: none;
}

#serverAlert, #browseAs {
	text-align: center;
	position: absolute;
	padding: 5px 10px;
	left: 205px;
	right: 205px;
	font-size: 10px;
	border: 1px solid #555;
	border-top: none;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 8px #1C7E9F;
	background: #FFB713;
	font-weight: bold;
}

#browseAs a {
	padding-left: 3px;
	text-decoration: underline;
	color: #DF2030;
}

a:link {
	color: #0082B9;
	text-decoration: none;
}

a:visited {
	color: #0082B9;
	text-decoration: none;
}

a:hover {
	color: #DF2030;
	text-decoration: none;
}

select, textarea, input[type='text'], input[type='password'] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #AAA;
}

select:focus, textarea:focus, input[type='text']:focus, input[type='password']:focus {
	border-color: #44BADF;
}

.alert {
	color: #F00000;
}

div#tipDiv {
	background-color: #FFFFB5;
	border: 1px solid #999999;
	color: #000000;
	font-size: 11px;
	left: 0;
	line-height: 15px;
	opacity: 0.8;
	padding: 6px;
	position: absolute;
	top: -5px;
	visibility: hidden;
	width: 290px;
	border-radius: 5px 5px 5px 5px;
}

.t1 {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #CCCCCC;
	font-size: 11px;
}

.t1 th {
	padding: 2px 2px 4px;
	background-color: #424D55;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #EBEFF1;
}

.t1 tfoot tr td {
	padding: 2px 2px 4px;
	background-color: #424D55 !important;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #EBEFF1;
}

.t1 th td {
	cursor: pointer;
}

tr.emptyRow {
	border-right: 1px solid #CECECE;
}

.t1 td {
	border-right: 1px solid #DDDDDD;
	padding: 6px 8px;
}

.t1 .r1 {
	background-color: #FFFFFF;
}

.t1 .r2 {
	background: none repeat scroll 0 0 #F2F5F9;
}

.t1.ruled td {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	border-right: medium none;
}

.t1 .columnSorted {
	background-color: #546674;
	color: #FFFFFF;
}

.t1 .columnHighlight {
	text-decoration: underline;
	cursor: pointer;
}

#footer, footer {
	clear: both;
	display: block;
	overflow: auto;
	position: relative;
	left: 0;
	right: 0;
	margin: 20px auto 0;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background: none repeat scroll 0 0 #E9E9E9;
	text-align: center;
	color: #555555;
	padding: 30px 0 0;
}

#footer nav, footer nav {
	width: 920px;
	margin: 0 auto;
}

#footer div, footer div {
	float: left;
	width: 33%;
	text-align: left;
	margin-bottom: 20px;
}

#footer b, footer b {
	float: left;
	width: 80px;
}

#footer p, footer p {
	clear: both;
	display: block;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #BBBBBB;
	padding: 20px 0;
}

#footer h5, footer h5 {
	border-bottom: 1px solid #BBBBBB;
	padding: 0 0 5px;
	margin-bottom: 10px;
	font-family: arial;
}

#footer li, footer li {
	font-size: 11px;
	padding: 3px 0;
}

#footer div:first-child li, #footer div:first-child li {
	font-weight: normal;
}

#footer a:link, footer a:link, #footer a:visited, footer a:visited {
	color: #000000;
}

#footer a:hover, footer a:hover {
	text-decoration: underline;
}

td.wait {
	background: none repeat scroll 0 0 #FF650F;
	color: #FFFFFF;
	font-weight: bold;
}

.t1Title {
	background: none repeat scroll 0 0 #2F363C;
	color: #FFFFFF;
	font-size: 11px;
	padding: 8px;
}

.t1 th.sortasc, table th.sortdesc {
	background-color: #546674;
	color: #FFFFFF;
}

div#strengthMeter {
	position: relative;
	top: 1px;
	width: 170px;
	height: 8px;
	margin: 0;
	background: url(/images/passwordStrength.png) no-repeat #CCC;
}

div#strengthMeter.veryWeak {
	background-position: -165px 0;
}

div#strengthMeter.weak {
	background-position: -126px 0;
}

div#strengthMeter.medium {
	background-position: -84px 0;
}

div#strengthMeter.strong {
	background-position: -42px 0;
}

div#strengthMeter.veryStrong {
	background-position: 0 0;
}

div#strengthMeter:after {
	display: block;
	margin-top: 8px;
	font-size: 10px;
	text-align: right;
	position: absolute;
	width: 170px;
	content: "Strength";
}

div#strengthMeter.veryWeak:after {
	content: "Strength: Very Weak"
}

div#strengthMeter.weak:after {
	content: "Strength: Weak"
}

div#strengthMeter.medium:after {
	content: "Strength: Medium"
}

div#strengthMeter.strong:after {
	content: "Strength: Strong"
}

div#strengthMeter.veryStrong:after {
	content: "Strength: Very Strong"
}   
