/* Basic layout */

body
{
	margin: 0px 0px 0px 0px;
}


/* Fonts */

body, table, td, select, textarea, input  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Horizontal rule */
hr{
	color:#8C8A8C;
	height:1px;
}


/* Error message & help */

div.errormessage {
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
}

div.errormessage td {
	line-height: 18px;
}

img.errormessage {
	margin-left: -24px;
}

div#helpLayer {
	background-color: #FFFFE1;
	border-top: 1px dashed #CFCFCF;
	padding: 8px 8px 8px 28px;
}

img#helpIcon {
	margin-left: -20px;
}



/* ---- Table phpEdit ---- */
table.pme-main{
	border-spacing: 0;
	width: 100%;
}
table.pme-main td{
	padding-left: 5;
	padding-right: 5;
	height: 25;
}
th.pme-header {
	font-weight: bold;
	text-align: left;
}

th.pme-header-right-align{
	font-weight: bold;
	text-align: right;
}

.pme-sortinfo{
	font-size: 9px;
}

tr.pme-filter{
	background-color: #F6F6F6;
}
input.pme-filter,
input.pme-filter-right-align{
	background-color:#ffffff;
	color:#000000;
	border:1px solid #003399;
}

tr.pme-row-0,
tr.pme-row-0-right-align{
	background-color: #FFFFFF;
}

tr.pme-row-1,
tr.pme-row-1-right-align{
	background-color: #F6F6F6;
}
tr.row_off {
	background: #CCCCCC
}
tr.row_on {
	background: #999999
}
/* Data cells (ToDo List: experiment with removing/combining certain TD's below). */
td.pme-cell-0,
td.pme-cell-1{
	border-top:1px solid #8C8A8C;
}
td.pme-sortinfo{
}
td.pme-cell-0-right-align,
td.pme-cell-1-right-align{
	border-top:1px solid #8C8A8C;
	text-align:right;
}
td.pme-navigation-0{
	border-top:1px solid #8C8A8C;
}
td.pme-navigation-1{
	border-top:1px solid #8C8A8C;
}

/* Horizontal rule */
hr,hr.pme-hr{
	color:#8C8A8C;
	height:1px;
}


/* Custom */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E1FF79;
}


/* Tabs */

.tab-s, .tab-u, .tab-g, .tab-r {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
	text-decoration: underline;
}

.tab-s {
	color: #0066CC;
}

.tab-u {
	color: #FFFFFF;
}

.tab-g {
	color: #666666;
}

.tab-r {
	color: #CC0000;
}

.tab-n {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.tab-n:hover {
	text-decoration: underline;
}


/* Error message & help */

div.errormessage {
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
}

div.errormessage td {
	line-height: 18px;
}

img.errormessage {
	margin-left: -24px;
}

div#helpLayer {
	background-color: #FFFFE1;
	border-top: 1px dashed #CFCFCF;
	padding: 8px 8px 8px 28px;
}

img#helpIcon {
	margin-left: -20px;
}



/* Form elements */

select.flat, textarea.flat, input.flat,
select.error, textarea.error, input.error,
textarea.code {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code {
	border-color : #888888;
}

select.error, textarea.error, input.error {
	border-color : #990000;
}

textarea.code, textarea.code-gray {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #808080;
}

div.box {
	height:100px;
	width:275px;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;

	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;

	margin-top: 1px;
	margin-bottom: 1px;
}

textarea.box {
	margin-top: -1px;
	height:100px;
	width:275px;
}

div.boxtitle {
	font-weight: bold;
	border-bottom: 1px #DDDDDD solid;
	padding-top: 6px;
	padding-bottom: 5px;
}

div.boxrow {
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px #DDDDDD solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.boxrow img {
	vertical-align: middle;
}

div.boxrow input {
	vertical-align: middle;
}



/* Custom */

.phpAdsNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

.nav {
	color: #003399;
}

.install {
	line-height: 18px;
	color: #000066;
}

td.cellenabled {
	color: #000000;
}

td.celldisabled {
	color: #888888;
}

























/*

BODY {
	font-size: 8px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#28529A;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#28529A;
	scrollbar-shadow-color:#28529A;

}
HR {
	HEIGHT: 1px
}


H3{
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	color: #000000;
}
H4{
	font-size: 11px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	color: #000000;
}
.menu
{
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	vertical-align: middle;
	color: #ffffff;
}
A.menu
{
	TEXT-DECORATION: none;
	color: #ffffff;
}
A.menu:hover
{
	TEXT-DECORATION: underline;
	color: #ffffff;
}
.home
{
	font-size: 10px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	vertical-align: top;
	color: #000000;
	padding-left : 10;
	padding-right : 10;
	padding-top : 8;
}
.page
{
	font-size: 11px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	vertical-align: top;
	color: #000000;
	padding-left : 10;
	padding-right : 10;
	padding-top : 8;
	padding-bottom : 8;
}
.content
{
	font-size: 11px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
}

TD.path
{
	font-size: 11px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	color: #28529A;
	vertical-align: middle;
}
A.path
{
	font-size: 11px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	color: #28529A;
	vertical-align: middle;
}
A.path:hover {
	COLOR: #ff9c00
}
TD.leftlinks
{
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
	padding-left : 5;
	background-color: #28529A;
}
TD.reflinks
{
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #28529A;
	padding-top : 5;
	padding-left : 5;
}
A.reflinks
{
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #28529A;
	padding-top : 5;
	padding-left : 5;
}
A.reflinks:hover {
	COLOR: #ff9c00
}

TD.spclinks
{
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #EF4A42;
	padding-top : 5;
	padding-left : 5;
}
A.spclinks
{
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #EF4A42;
	padding-top : 5;
	padding-left : 5;
}
A.spclinks:hover {
	COLOR: #ff9c00
}

TD.redheader
{
	font-size: 14px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #EF4A42;
}
TD.refheader
{
	font-size: 14px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #28529A;
	padding-top : 5;
	padding-bottom : 5;
}





DIV.label
{
    MARGIN: auto
}
DIV.label .lblyear
{
    FLOAT: left;
    BACKGROUND-IMAGE: url(images/label_year.gif);
    WIDTH: 35px;
    HEIGHT: 33px;
    MARGIN-LEFT: 3px;
}
DIV.label .lblmonth
{
    FLOAT: left;
    BACKGROUND-IMAGE: url(images/label_month.gif);
    WIDTH: 35px;
    HEIGHT: 33px;
    MARGIN-LEFT: 3px
}
DIV.label .lblright
{
    FLOAT: left;
    BACKGROUND-IMAGE: url(images/label_right.gif);
    WIDTH: 6px;
    HEIGHT: 33px;
    MARGIN-RIGHT: 3px;
}
DIV.label .lblcenter
{
    FLOAT: left;
	font-size: 18px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;

    BACKGROUND-IMAGE: url(images/label_center.gif);
    OVERFLOW: hidden;
    COLOR: #ffffff;
    HEIGHT: 33px;

    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 8px;
}




DIV.button
{
    MARGIN: auto
}
DIV.button .btnleft
{
    FLOAT: left;
    BACKGROUND-IMAGE: url(images/button_left.gif);
    WIDTH: 5px;
    HEIGHT: 20px
}
DIV.button .btnright
{
    FLOAT: left;
    BACKGROUND-IMAGE: url(images/button_right.gif);
    WIDTH: 5px;
    HEIGHT: 20px
}
DIV.button .btnright
{

}
DIV.button .btncenter
{
    FLOAT: left;
    BACKGROUND-IMAGE: url(images/button_center.gif);
    OVERFLOW: hidden;
    HEIGHT: 20px
}
DIV.button .btncenter A
{
    PADDING-RIGHT: 6px;
    PADDING-LEFT: 6px;
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: 22px;
    PADDING-TOP: 0px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
DIV.button .btncenter A:hover
{
    COLOR: #000000
}
DIV.button .btncenter INPUT
{
    BORDER-RIGHT: #000 0px solid;
    BORDER-TOP: #000 0px solid;
    MARGIN-TOP: 2px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FONT: 12px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #000 0px solid;
    CURSOR: pointer;
    COLOR: #000;
    BORDER-BOTTOM: #000 0px solid;
    HEIGHT: 19px;
    TEXT-DECORATION: none
}

DIV.button
{
    MARGIN: 0px
}
DIV.button .btnleft
{
    MARGIN-LEFT: 3px
}
DIV.button .btnright
{
    MARGIN-RIGHT: 3px
}
DIV.button .btncenter
{
    PADDING-RIGHT: 6px;
    PADDING-LEFT: 6px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px
}
DIV.button .btncenter A
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px
}
DIV.button .cancel
{
    BACKGROUND-POSITION: center 50%;
    FLOAT: left;
    WIDTH: 8px;
    HEIGHT: 20px
}
DIV.button .previous
{
    BACKGROUND-POSITION: center 50%;
    FLOAT: left;
    WIDTH: 8px;
    HEIGHT: 20px
}
DIV.button .more
{
    BACKGROUND-POSITION: center 50%;
    FLOAT: left;
    WIDTH: 8px;
    HEIGHT: 20px
}
DIV.button .go
{
    BACKGROUND-POSITION: center 50%;
    FLOAT: left;
    WIDTH: 8px;
    HEIGHT: 20px
}
DIV.button .next
{
    BACKGROUND-POSITION: center 50%;
    FLOAT: left;
    WIDTH: 8px;
    HEIGHT: 20px
}
DIV.button .cancel
{
    BACKGROUND-IMAGE: url(images/b_redcross.gif)
}
DIV.button .previous
{
    BACKGROUND-IMAGE: url(images/b_blue_previous.gif);
    WIDTH: 6px
}
DIV.button .more
{
    BACKGROUND-IMAGE: url(images/b_blue_more.gif)
}
DIV.button .go
{
    BACKGROUND-IMAGE: url(images/b_green_arrow.gif);
    WIDTH: 12px
}
DIV.button .next
{
    BACKGROUND-IMAGE: url(images/b_blue_next.gif);
    WIDTH: 6px
}



DIV.pkgfeatlist {
	MARGIN-BOTTOM: 20px
}
DIV.pkgfeatlist H3 {
	PADDING-RIGHT: 4px; PADDING-LEFT: 24px; BACKGROUND: #E9F0FB; PADDING-BOTTOM: 2px; MARGIN: 12px 0px 0px; PADDING-TOP: 2px
}
DIV.pkgfeatlist UL {

}
DIV.pkgfeatlist UL LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 22px; BACKGROUND: url(images/check.gif) no-repeat left top; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; LIST-STYLE-TYPE: none;
}


FORM {

	FONT-SIZE: 10px; FONT-FAMILY: verdana
}
SELECT {
	FONT-SIZE: 10px; FONT-FAMILY: verdana
}
INPUT {
	FONT-SIZE: 10px; FONT-FAMILY: verdana
}

A {
	COLOR: #c80d06
}
A:hover {
	COLOR: #ff9c00
}
LI
{
    MARGIN-BOTTOM: 0px
}
UL
{
    MARGIN-LEFT: 25px
}
OL
{
    MARGIN-LEFT: 25px
}
TR.Header
{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #28529A;
}
A.Header
{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	TEXT-DECORATION: underline;
}
A.headline:hover {
	COLOR: #ff9c00
}
TR.LowData
{
	FONT-SIZE: 11px;
	BACKGROUND-COLOR: #E9F0FB;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
}
TR.HighData
{
	FONT-SIZE: 11px;
	BACKGROUND-COLOR: #F6F9FF;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
}



TD.line
{
	HEIGHT: 1;
	BACKGROUND-COLOR: #28529A;
}

TD.data
{
	FONT-SIZE: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD.datalw
{
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: #E9F0FB;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 5;
	padding-right : 5;
}
TD.datahi
{
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: #F6F9FF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}













.copyright {
	FONT-SIZE: 10px; COLOR: #cccccc; FONT-FAMILY: verdana, arial
}
A.copyright {
	COLOR: #cccccc; TEXT-DECORATION: none
}
A.copyright:hover {
	COLOR: #ff9c00
}
.footer {
	FONT-SIZE: 10px; COLOR: #cccccc; FONT-FAMILY: verdana, arial
}
A.footer {
	COLOR: #cccccc; TEXT-DECORATION: none
}
A.footer:hover {
	COLOR: #ff9c00
}




.Unvalid
{
	FONT-SIZE: 11px;
	COLOR: #D5C8C8;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
}


.button {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.error {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #061f3e; FONT-FAMILY: verdana
}
.success {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #061f3e; FONT-FAMILY: verdana
}
.small {
	FONT-SIZE: 10px; COLOR: #061f3e; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.title {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: verdana
}
.form {
	FONT-SIZE: 10px; FONT-FAMILY: verdana
}
#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
BUTTON.btnSearch
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BACKGROUND-IMAGE: url(images/ico_search.gif);
    OVERFLOW: hidden;
    BORDER-LEFT: medium none;
    WIDTH: 57px;
    CURSOR: hand;
    BORDER-BOTTOM: medium none;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 18px;
    BACKGROUND-COLOR: transparent
}

*/

