/************************************************************
* styleadmin.css - Default Style Sheet for EchoQuote Admin
*
* Copyright 2008 EchoQuote, LLC
************************************************************/
body, td, p, a {
	font-family: arial, "sans-serif";
	font-size: 10pt;
	}

a {
	text-decoration: underline;
	}
 
a:link {
	color: blue;
	}

a:hover {
	color: red;
	}

a:visited {
	color: purple;
	}

h1, p {
	background: transparent;
	color: #000000;
	font-face: arial;
	}

h1 {
	font-size: 14pt;
	}

h2 {
	font-size: 12pt;
	}

table {
	border: hidden;
	border-collapse: collapse;
	}

/*
td {
	padding: 2px;
	border: 1px solid #ccc;
	vertical-align: top;
	}
*/

th {
	background: #CCCCCC;
	font-size: 80%;
	color: #222;
	padding: .2em 0;
	}

.smalllink {
	font-size: 80%;
	}

.smalltext {
	font-size: 80%;
	}

.notice {
	border: 1px solid red;
	font-size: 90%;
	width: 300px;
	padding: 3px;
	}

 hr.pme-hr {
	border: 0px solid;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	height: 1px;
	}

table.pme-main {
	border: #004d9c 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	}

table.pme-navigation {
	border: #004d9c 0px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	}

td.pme-navigation-0, td.pme-navigation-1 {
	white-space: nowrap;
	}

th.pme-header {
	border: #004d9c 1px solid;
	padding: 4px;
	background: #DDDDDD;
	}

td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
        td.pme-key-1, td.pme-value-1, td.pme-help-0, td.pme-navigation-1, td.pme-cell-1,
        td.pme-sortinfo, td.pme-filter {
	border: #004d9c 1px solid;
	padding: 3px;
	}

td.pme-buttons {
	text-align: left;
	}

td.pme-message {
	text-align: center;
	}

td.pme-stats {
	text-align: right;
	}
