/* General markup */
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #464646;
	background-color: #faeee9;
}

a	{
	color: #007cca;
}

a:hover {
	color: #fe4081;
}

h1, h2, h3, h4 {
	font-family: Lucida Sans Unicode, Verdana, sans-serif;
	border-bottom: 1px solid #fe4081;
	padding-bottom: 3px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}

img {
	border: none;
}

table {
	color: #464646;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
/* Back */
td.backTopLeft {
	background-image: URL(../images/main-top.gif);
	background-repeat: no-repeat; 
	background-position: top left;
}
td.backTopRight {
	background-image: URL(../images/main-top.gif);
	background-repeat: no-repeat; 
	background-position: top right;
}
td.backBody {
	background-image: URL(../images/main-body.gif);
	background-repeat: repeat-y; 
	background-position: left;
}
td.backBottom {
	width: 751px;
	background-image: URL(../images/main-bottom.gif);
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 16px;
}
/* Borders */
table.borderGrad {
	background-image: URL(../images/borders/grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
table.borderYellow {
	background-image: URL(../images/borders/grad-yellow.gif);
}
table.borderAd {
	background-repeat: no-repeat;
	background-position: center center;
}

td.borderTopLeft {
	width: 7px;
	height: 7px;
	background-image: URL(../images/borders/grad-top-left.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}
td.borderTopRight {
	width: 7px;
	height: 7px;
	background-image: URL(../images/borders/grad-top-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}
td.borderBottomLeft {
	width: 7px;
	height: 7px;
	background-image: URL(../images/borders/grad-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
}
td.borderBottomRight {
	width: 7px;
	height: 7px;
	background-image: URL(../images/borders/grad-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;	
}
table.borderYellow td.borderBottomLeft {
	background-image: URL(../images/borders/yellow-bottom-left.gif);
}
table.borderYellow td.borderBottomRight {
	background-image: URL(../images/borders/yellow-bottom-right.gif);
}

td.borderHoriz {
	height: 7px;
	background-image: URL(../images/borders/border-horiz.gif);
	background-repeat: repeat-x;
}
td.borderTop {
	background-position: top;
}
td.borderBottom {
	background-position: bottom;
}
td.borderVert {
	width: 7px;
	background-image: URL(../images/borders/border-vert.gif);
	background-repeat: repeat-y;
}
td.borderLeft {
	background-position: left;
}
td.borderRight {
	background-position: right;
}

td.borderSpace {
	padding: 10px;
	font-size: 10px;
}

/* Inputs */
input, textarea, select	{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid silver;
}

/* Buttons */
input.button {
	background-repeat: no-repeat; 
	background-position: middle center; 
	border: none; 
	font-weight: bold; 
	text-transform: uppercase;
	background-color: white;
}
table.borderGrad input.button {
	background-color: #fdfdfd;
}
table.borderYellow input.button {
	background-color: #ffffe6;
}
input.buttonMedium {
	width: 86px;
	height: 26px;
}
input.buttonLarge {
	width: 110px;
	height: 26px;
}

input.buttonBlueMedium {
	color: white; 
	background-image: URL(../images/buttons/greyBlue86.gif); 
}
input.buttonBlueLarge {
	color: white; 
	background-image: URL(../images/buttons/greyBlue110.gif); 
}

input.buttonFuschiaMedium {
	color: white; 
	background-image: URL(../images/buttons/greyFuschia86.gif); 
}
input.buttonFuschiaLarge {
	color: white; 
	background-image: URL(../images/buttons/greyFuschia110.gif); 
}

input.buttonGreyMedium {
	color: white; 
	background-image: URL(../images/buttons/greyGrey86.gif); 
}
input.buttonGreyLarge {
	color: white; 
	background-image: URL(../images/buttons/greyGrey110.gif); 
}

input.buttonYellowMedium {
	color: white; 
	background-image: URL(../images/buttons/greyYellow86.gif); 
}
input.buttonYellowLarge {
	color: white; 
	background-image: URL(../images/buttons/greyYellow110.gif); 
}

/* Quick Forms */
table.quickForm {
	font-size: 10px;
}
table.quickForm input, textarea, select{
	font-size: 10px;
}

/* Logo Back */
#logoBottomLeft { 
	background-image: URL(../images/logo-bottom-left-back.gif);
}
#logoMiddleLeft {
	background-image: URL(../images/logo-middle-left-back.gif);
}

/* Admin */

td.parentcat {
	font-weight: bold;
}
td.childcat {
	padding-left: 30px;
}

td.label {
	padding-top: 8px;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

td.field label {
	margin-top: 0px;
}

table.form { 
	width: 100%;
	font-size: 11px;
}
table.file {
	border: 1px dashed silver;
}
table.smarttable {
	border: 1px solid silver;
	font-size: 11px;
	width: 100%;
}
table.smarttable th {
	color: gray;
	border-bottom: 1px solid #e0e0e0
}

table.smarttable td.altrow {
	background-color: #eeeeee;
}
	