HTML, BODY {
    height:                 100%;
}

BODY {
    font-family:            Verdana, sans-serif;
    margin:                 0px;
    font-size:              8pt;
    background-color:       #426C84;
    color:                  #FFFFFF;
}

FORM {
	padding:				0px;
	margin:					0px;
}

INPUT {
	font-family:			Verdana, sans-serif;
	font-size:				8pt;
	background-color:		#398795;
	color:					#FFFFFF;
	border-style:			dashed;
	border-color:			#000000;
	border-width:			1px;
}

SELECT {
	font-family:			Verdana, sans-serif;
	font-size:				8pt;
	background-color:		#398795;
	color:					#FFFFFF;
	border-style:			dashed;
	border-color:			#000000;
	border-width:			1px;
}

TEXTAREA {
	font-family:			Verdana, sans-serif;
	font-size:				8pt;
	background-color:		#398795;
	color:					#FFFFFF;
	border-style:			dashed;
	border-color:			#000000;
	border-width:			1px;
}

H1 {
	
	font-size:				25px;
	font-weight:			normal;
	
}

TABLE {
    border-collapse:        collapse;
    margin:                 0px;
}

TABLE.coverTable {
    width:                  100%;
	height:					100%;
}

TABLE.updateTable {
	
	width:					95%;
	border:					2px solid #000000;
	background-color:		#398795;
}

TABLE.topBar {
    width:                  65%;
    background-color:       #000000;
    border-right:           2px dashed #000000;
    border-left:            1px solid #000000;
}

TABLE.logoBox {
    width:                  65%;
    background-repeat:      no-repeat;
    background-position:    top left;
	background-color:       #000000;
    height:                 300px;
    background-image:       url(images/mainLogo.jpg);
    border-right:           2px dashed #000000;
    border-left:            1px solid #000000;
    border-bottom:          3px dashed #000000;
    border-top:             1px solid #000000;
}

TABLE.updateBoxIcon {
	
	border-left:			2px dashed #000000;
	border-bottom:			2px dashed #000000;
	width:					150px;
	height:					150px;
	
}

TD.fileBoxIcon {
	
	border-right:			2px dashed #000000;
	border-bottom:			2px dashed #000000;
	width:					150px;
	height:					150px;
	
}

TABLE.updateBoxTopBar {
	
	width:                  100%;
	height:					100%;
	border-bottom:			2px dashed #000000;
	
}

TABLE.innerOverTable {

    background-color:       #398795;
    height:                 100%;

}

TABLE.prefs {
	background-color:		#398795;
	color:					#FFFFFF;
	border-style:			dashed;
	border-color:			#000000;
	border-width:			1px;
}

TABLE.mainSection {
    width:                  65%;
    border-right:           2px dashed #000000;
    background-color:       #398795;
	height:					100%;
}

TABLE.sideBox {
    width:                  95%;
    border:                 2px dashed #000000;
    background-image:       url(images/boxBackground.jpg);
}

TABLE.bottomBar {
    width:                  65%;
    background-color:       #000000;
    border-left:            2px solid #000000;
	border-top:				3px solid #000000;
    border-right:           2px dashed #000000;
}

TABLE.spacer {
    height:                 10px;
}

TABLE.rightBoxesLine {
    width:                  1px;
    height:                 25px;
    border-right:           2px dashed #000000;
}

TABLE.rightBox {
    width:                  100px;
    height:                 100px;
    border:                 2px dashed #000000;
}

TABLE.infoPane {
	
	width:					95%;
	border:					2px dashed #000000;
	background-color:		#426C84;
	
}

TD.rightBar {
    width:                  125px;
}

TD.sideBar {
    width:                  25%;
}

TD.bottomSection {
	width:					100%;
    height:                 1%;
}

A {
    color:                  #FFFFFF;
    text-decoration:        none;
}

A.topBar {
    font-weight:            bold;
}

A:hover {
    color:                  #C0C0C0;
}

IMG {
    border:					0px;
}

.indented {
    padding-left:			10pt;
}
.bad {
    color:                  #FF0000;
	font-weight:            bold;
}
.good {
	color:                  #00FF00;
	font-weight:            bold;
}
