@import url("forms.css");
@import url("footer.css");
@import url("menus.css");
@import url("tools.css");
@import url("campaigns.css");
@import url("readers.css");
@import url("users.css");

body {
	color: #666666;
	background-color: #FFFFFF;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
	
}
TD,td {
}
A:ACTIVE, A:LINK, A:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	color: #333333;
}
A:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-decoration:none;
	color: #ff6600;
}

.gBodyText {
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #757A91;
	text-decoration: none;
	text-align: left;
}

.gPageTitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #acd8ff;
}

.gResultNo{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.gRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #E93D00;
	text-decoration: none;
}
.gBirdList {
	padding: 5px 0px 0px 0px;
	list-style-image: url(../images/list_bird.jpg);
}
#gMsgBox{
	background-color:#c7ebff;
	border:#728ba4 1px dotted;
	padding:10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #757A91;
}

#gErrMsgBox{
	border:#8dd8f8 1px dotted;
	padding:10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #ff6600;
}
.gFormError{
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* ------------------------------------------------------------------------------------------------- FOOTER - */

.gCopyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
A.gTopLink:ACTIVE, A.gTopLink:LINK, A.gTopLink:VISITED  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #ff6600;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
A.gTopLink:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #ff6600;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	border-bottom: 1px dashed #ff6600;
}
.gTop{
	text-align: center;
	padding: 0px 0px 15px 0px;
}
A.gGraffco:ACTIVE, A.gGraffco:LINK, A.gGraffco:VISITED  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
A.gGraffco:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #ff6600;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
/* -------------------------------------------------------------------------------------------------------- Debug - */

.gDebug {
	font-family : "Courier New",  "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	font-size : 8pt;
	color : #8B0000;
}

