﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px dotted #AFBBC7;
	height: 1px;
}

a {
	text-decoration: none;
	color: #FF4500;
}

a:visited {
	color: #FF4500;
}

a:hover {
	text-decoration: underline;
	color: #FF4500;
}

a:active {
	color: #00008B;
}

body {
	background-color: Black;	
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #240000;
}
.bodyDS {
	background-image: url(Images/textGrad.gif);
	background-repeat: repeat-y;	
	width: 1000px;
	}
.bodyTop {
	background-image: url(Images/textHead2.gif);
	background-repeat: no-repeat;	
	width: 1000px;
	padding: 0;	
	height: 26px;
}	


.bCancel {
	background-image: url(Images/button-cancel.gif);
	background-repeat: no-repeat;	
	width: 38px;
	height:38px;	
}
.bSave {
	background-image: url(Images/button-save.gif);
	background-repeat: no-repeat;	
	width: 38px;
	height:38px;	
}
.bAdd {
	background-image: url(Images/button-add.gif);
	background-repeat: no-repeat;	
	width: 38px;
	height:38px;	
}
.bEdit {
	background-image: url(Images/button-edit.gif);
	background-repeat: no-repeat;	
	width: 38px;
	height:38px;	
}
.sendEmail {
	background-image: url(Images/sendEmail.gif);
	background-repeat: no-repeat;	
	width: 150px;
	height:35px;	
	border: 0px;
}
.bDownPic {
	background-image: url(Images/button-downloadpic.gif);
	background-repeat: no-repeat;	
	width: 150px;
	height:35px;	
}
.formView {
	 text-align: left; 
	 border: 1px dotted gray; 
	 padding:5px;
}
.floatRight {
	 float: right;
}
.textLeft {
	 text-align: left; 	 
}
.PICD {
	background-image: url(Images/PIC.gif);
	background-repeat: no-repeat;	
	width: 300px;
	height: 256px;	
	margin: 0 0 0 0;
}
.PICDPOS {
	padding-top: 15px;
	padding-left:0px;
	width: 268px;
	height: 158px;
}
.menuD {
	background-image: url(Images/menu.gif);
	background-repeat: no-repeat;	
	width: 984px;
	height: 23px;
}
img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header3.gif);
	background-repeat: no-repeat;
	width: 984px;
	height: 124px;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.menua {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: White;
}

.nav {
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 35px;
}

.menua a:visited, .nav a:visited {
	color: White;
}
/* 1.1 SHIM */

.shim {
	display: none;
}


















/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.page2 {
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 1000px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
}

#sidebar {
	float: right;
	width: 200px;
	height: 100%;
}

#content {
	margin-left: 15px;
	width: 640px;
}
#contentDS {
	margin-left: 40px;
	width: 905px;
}
#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}


dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}










.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}









.buttonbar, .buttonbar-top {
	width: 686px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}

.Title {
color: #240000;
font-size: 16px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
border: 0 0 0 0;
}
.smallTitle {
color: #240000;
font-size: 13px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
border: 0 0 0 0;
}
.Text {
color: #240000;
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
border: 0 0 0 0;
line-height: 1.4em;
}
.ErrorText {
color: Red;
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bold;
border: 0 0 0 0;
line-height: 1.4em;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 1000px;
	height: 168px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	padding-top:95px;
	padding-bottom: 10px;	
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: White;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}
/*          ----------------------------AJAX STYLES------------------------------          */

.status
{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color: #999999;
	background-color: #F0F0F0;
	border: solid 1px #666666;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

.testSuiteList
{
	width: 200px;
	padding: 5px;
	border: solid 1px #666666;
	margin-right: 10px;
	text-align: center;
}

.testSuite
{
	width: 100%;
	border: solid 1px #666666;
	margin-bottom: 10px;
}

.testSuiteHeader
{
	height: 15px;	
	padding: 10px;
	background-color: #F0F0F0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;	
}

.testSuiteMessage
{
	border-top: dashed 1px #AAAAAA;
	padding: 2px;
	padding-left: 25px;
}

.testCase
{
	border-top: dashed 1px #AAAAAA;
	padding: 2px;
	padding-left: 25px;
}

.testCaseHeader
{
	background-color: #FFFFFF;
	font-weight: bold;
}

.testCaseMessage
{
	padding: 2px;
	margin-left: 50px;
	border-top: dashed 1px #AAAAAA;
}

.commonCurrent1
{
	background-color: red;
	padding: 10px;
	padding-top: 5px;
	border: solid 1px #000000;
}

.commonCurrent2
{
	background-color: blue;
	padding: 1px;
}


.accordionHeader
{
    border: 1px solid Silver;
    color: white;
    background-color: #EDEDED;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.Pointer{
	cursor: pointer;
}
.accordionContent
{
    background-color: White;
    border: 1px dashed Silver;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.modalBackground{
	background-color: #5B5B5B;
	filter: alpha (opacity=70);
	opacity:0.7;
}
.modalControl{
	position: absolute;
	background-color: White;
	border: 1px dashed black;
	padding: 10px;

}
.modalControlLogin{
	background-color: transparent;	
	padding: 10px;
	background-image: url(Images/login2.png);
	background-repeat: no-repeat;
	width: 550px;
	height: 450px;

}
.AJPanelHeader
{
    height: 15px;
	 overflow: hidden;
	 width: 905px;
	 font-weight: bold;
	 background-color: #F9F9F9;
	 border: 1px solid Silver;
	 color: #B22222;
	 padding: 3px;     
}
.AJPanel
{
    height: 0px;
	 overflow: hidden;
	 width: 905px;	
    cursor: pointer;
	 border: 0px; 
	 padding-top: 5px;	
	 padding-bottom: 5px;      
}

.resizeHandle
{
	width:20px;
	height:30px;
	background-color:Lime;
	overflow:hidden;
}

.resizeStyle
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:Fuchsia;
	overflow:hidden;
}

.unwatermarked
{
}

.watermarked
{
	background-color:Gray;
}

/* RatingControl */
.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);
}
/* End-RatingControl */