/* main */
BODY {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

BODY, P, TABLE, DIV, INPUT, SELECT, TEXTAREA {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

A {
	text-decoration: none;
	color: #
}

A:Hover {
	text-decoration: underline;
}

.content {
	padding: 10px;
}

FORM {
	margin: 0;
}

/* header */
DIV.title {
	background-color: #eeeeee;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 20px;
}

DIV.menu {
	background-color: #999999;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #324256;
}

H1.page_title {
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
	margin: 10px 10px 0px 10px;
}

/* footer */
.footer {
	border-top: 1px solid #eeeeee;
	margin-top: 10px;
}

/* forms */
TABLE.form {
	border-spacing: 1px;
}

TABLE.form TH {
	color: #006699;
	border-bottom: 1px dotted #006699;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

TABLE.form TD {
	padding: 3px;
}

TABLE.form TD.tag {
	font-weight: bold;
	padding-right: 5px;
	color: #333333;
}

TABLE.form TD.tag_top {
	vertical-align: top;
}

TABLE.form TD.input INPUT,
TABLE.form TD.input TEXTAREA,
TABLE.form TD.input SELECT
{
	border: 1px solid #cccccc;
	padding: 1px;
	color: #333333;
}

TABLE.form TD.submit {
	text-align: right;
	padding-top: 20px;
}

TABLE.form TD.submit_no_gap {
	padding-top: 0px;
}

TABLE.form TD.submit INPUT {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: 2px solid #666666;
}

TABLE.form TD.submit INPUT.btnGo {
	border: 2px solid green;
	background-color: #C0E0C0;
	color: green;
}

TABLE.form TD.submit INPUT.btnGo:Hover {
	background-color: green;
	color: white;
}

TABLE.form TD.submit INPUT.btnGoSmall {
	padding: 1px;
	font-weight: normal;
	font-size: 11px;
	border: 2px solid green;
	background-color: #C0E0C0;
	color: green;
	margin-top: 2px;
}

TABLE.form TD.submit INPUT.btnCancel {
	border: 2px solid #990000;
	background-color: #E6C0C0;
	color: #990000;
	margin-left: 10px;
}

TABLE.form TD.submit INPUT.btnCancel:Hover {
	background-color: #990000;
	color: white;
}

TABLE.form TD.spacer {
	height: 10px;
}

TABLE.form TD.error {
	color: #660000;
	font-size: 11px;
}

TABLE.form TD.input .selector {
	font-style: italic;
	font-size: 10px;
}

TABLE.form TD TABLE.list TH {
	border-bottom: 0;
}

TABLE.form TD.next INPUT {
	color: #666666;
	border: 2px solid #999999;
	padding: 3px;
	font-size: 10px;
}

TABLE.form TD.next INPUT:Hover {
	border: 2px solid #666666;
	color: #666666;
}

TABLE.form TD.next INPUT.prev {
	float: left;
}

TABLE.form TD.next INPUT.next {
	float: right;
}

/* message */
.admin_message {
	font-weight: bold;
	margin: 10px 10px 0px 10px;
	padding: 5px;
	border: 1px solid #eeeeee;
	color: green;
}

.admin_message_error {
	color: #990000;
}

.message {
	font-weight: bold;
}

/* lists */
TABLE.list {
	border-spacing: 1px;
	empty-cells: show;
}

TABLE.list TD {
	padding: 3px;
	padding-right: 20px;
	border-top: 1px solid #eeeeee;
}

TABLE.list TH {
	font-size: 11px;
	text-align: left;
	color: #666666;
	padding-right: 20px;
}

TABLE.list TD.action {
	font-size: 11px;
	color: #999999;
	padding-right: 0;
	text-align: right;
	white-space: nowrap;
}

TABLE.list TR.disabled TD {
	color: #666666;
}

TABLE.list TR.disabled TD.action A {
	color: #666666;
}

TABLE.list TR.pages TD {
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-top: 6px;
	padding-right: 0px;
}

TABLE.list TR.pages_top TD {
	border-top: 0;
	padding-top: 0;
}

TABLE.list TR.pages TD A {
	font-weight: bold;
	border: 1px solid #eeeeee;
	padding: 2px 5px 2px 5px;
}

TABLE.list TR.pages TD A:Hover {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

TABLE.list TR.pages TD A.current {
	border: 1px solid #999999;
}

TABLE.list TR.dg_tree_depth1 TD.Name {	font-size: 11px; padding-left: 20px; }
TABLE.list TR.dg_tree_depth2 TD.Name {	font-size: 10px; padding-left: 40px; }
TABLE.list TR.dg_tree_depth3 TD.Name {	font-size: 9px; padding-left: 60px; }
TABLE.list TR.dg_tree_depth4 TD.Name {	font-size: 9px; padding-left: 80px; }

TABLE.list TR.dg_tree_depth1 TD.action,
TABLE.list TR.dg_tree_depth2 TD.action,
TABLE.list TR.dg_tree_depth3 TD.action,
TABLE.list TR.dg_tree_depth4 TD.action {	font-size: 10px; }

/* frames */
FIELDSET {
	border: 1px dotted #cccccc;
	-border: 1px dotted #eeeeee;
	margin-bottom: 5px;
}

FIELDSET LEGEND {
	background-color: white;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

/* filter */
TABLE.filter TD.submit {
	padding-top: 3px;
}

TABLE.filter TD.input INPUT {
	font-size: 11px;
	padding: 2px;
}

TABLE.filter TD.input SELECT {
	font-size: 11px;
	border: 1px solid #999999;
}

TABLE.filter TD.submit INPUT {
	padding: 0;
	font-weight: normal;
	font-size: 11px;
}

TABLE.filter TD.submit INPUT.btnGo {
	border: 2px solid green;
	background-color: #C0E0C0;
	color: green;
}

TABLE.filter TD.submit INPUT.btnClear {
	border-color: #999999;
	font-weight: normal;
	color: #999999;
}

/* tabs */
.tabs .links .tab {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	float: left;
}

.tabs .links .tab A {
	color: #666666;
}

.tabs .links .tab_selected {
	border-color: #eeeeee;
	background-color: #eeeeee;
	background-image: url('/directp/directdigital/templates/images/admin/tab_bg.jpg');
}

.tabs .links .tab_selected A {
	color: #000000;
}

.tabs .frames {
	border: 1px solid #cccccc;
	padding: 10px;
	clear: left;
}

.tabs .frames .frame_unselected {
	display: none;
}

/* small form */
TABLE.smallform TD.tag {
	font-size: 10px;
	color: #666666;
}

TABLE.smallform TD.INPUT INPUT,
TABLE.smallform TD.INPUT TEXTAREA,
TABLE.smallform TD.INPUT SELECT
{
	font-size: 10px;
	color: #666666;
}

TABLE.smallform TD.submit INPUT {
	font-size: 10px;
	border-width: 1px;
	color: #666666;
	padding: 1px;
}
