/* ################################################
### Created By: Mike Scriber
### Date Created: November 30, 2004
### Company: Platinum Synergy Group Inc.
################################################ */


/* ############## MAIN TAGS #####################*/

body, table{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #00563F;
	background: #84A285;
	margin:0px;
}

table#White {
	background: #FFFFFF;
}

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #00563F;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #84A285;
	text-decoration: none;
}
a.dark:link, a.dark:active, a.dark:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.dark:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #84A285;
	text-decoration: none;
}
hr {
	width: 100%;
	height: 1px;
	color: #00563F;
}

/* ############################################# */


/* ################ BUTTONS ####################*/

a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
	display: block;
	width: 339;
	height: 100%;
	background: #FFFFFF;
	border: solid #00563F;
	border-width:thin;
	color: #00563F;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 0px;
}
a.menu:hover {
	background: #00563F;
	border: solid #FFFFFF;
	border-width:thin;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

/* ############################################# */


/* ################ BORDERS ####################*/

.mainBorder {
	border: 1px solid #275B29;
}

.subBorder {
	border: 1px solid #E3E3E3;
}

/* ############################################# */


/* ############## TABLE TITLES ###################*/

.tableTitle {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #00563F;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}
.tableTitleid {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #00563F;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	width:10%;
}
.tableTitlecompany {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #00563F;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	width:28%;
}
.tableTitlefirstName {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #00563F;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	width:15%;
}
.tableTitlelastName {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #00563F;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	width:18%;
}
.tableTitleexpiryDate {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #00563F;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	width:14%;
}
.rowid {
	text-align:center;
}
.rowcompany {
	text-align:left;
}
.rowfirstName {
	text-align:left;
}
.rowlastName {
	text-align:left;
}
.rowexpiryDate {
	text-align:left;
}
.tableTitleAction {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #00563F;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	width:15%;
}
.subTitle {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #00563F;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

/* ############################################# */


/* ########## MAIN FOOTER #######################*/

.footer {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.footer:link, a.footer:visited, a.footer:active, a.footer:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	color: #00563F;
	text-decoration: none;
}

/* ############################################# */


/* ################ INPUTS #####################*/

.input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #00563F;
	background: #FFFFFF;
	border: 1px solid #275B29;
}

.submitButton {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #00563F;
	background: #FFFFFF;
	border: 1px solid #275B29;
}
.checkinvoice {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #00563F;
	background: #FFFFFF;
	border: 1px solid #275B29;
}


.deleteButton {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #CE0000;
	border: 1px solid #CE0000;
}

.generateSubmit {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #00563F;
	background: #FFFFFF;
	border: 1px solid #275B29;
	
	width: 100%;
}

.dropDown {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #00563F;
	background: #FFFFFF;
	border: 1px solid #275B29;
}

.textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #00563F;
	background: #FFFFFF;
	border: 1px solid #275B29;
	
	width: 98%;
	height: 50;
}


/* ############################################# */