/* $Id: screen.css,v 1.2 2005/12/12 13:24:24 jss Exp $ */

html, body {
	height: auto;
}

body {
	margin: 30px 0 0 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	text-align: center;
}

/* ie5/mac hack \*/
html, body {
	height: 100%;
}
body {
	margin: 0;
}
/* end */

body, table, select, input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

body#iframe {
	padding: 0;
	margin: 0;
	height: auto;
}

#center {
	height: 100%;
	width: 100%;
}

.admin #center #centertd {
	padding-top: 30px;
	vertical-align: top;
}

#container {
	height: 460px;
	width: 750px;
	margin: 0px auto;
	text-align: left;
}

.admin #container {
	height: auto;
}

.header {
	height: 35px;
}

#content {
	height: 374px;
}

.admin #content {
	height: auto;
}

#iframe #content {
	height: auto;
}




.menu {
	margin: 10px 0 20px 0;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

.menu td.first {
	border-right: 1px solid #5c5e62;
	border-left: 1px solid #5c5e62;
}

.menu td {
	border-right: 1px solid #5c5e62;
	text-align: left;
}

.menu div {
	position: relative;
	display: block;
}

.menu a, .submenu li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(../images/spot_grey.gif) no-repeat 0% 50%;
	padding-left: 10px;
}

.submenu li a {
	background-image: none;
	padding: 0;
}

.menu a:hover, .menu div.active a, .submenu li a:hover, .submenu li.active a {
	color: #c01400;
}

.menu a:hover, .menu div.active a {
	background: transparent url(../images/spot_red.gif) no-repeat 0% 50%;
}

.menu div.active .submenu li.active a, .menu div.active .submenu li a:hover {
	background-image: none;
	color: #c01400;
}

.menu div.active .submenu li a {
	background-image: none;
	color: #000;
}

.submenu {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	display: block;
}

.submenu li {
	margin: 0;
	padding: 0;
	float: left;
}

.submenu li a {
	padding: 0 15px 0 0;
}

.page-header {
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
}


/*c01400*/
/*5c5e62*/


h1 {
	font-size: 14px;
	padding: 2px 0 2px 0;
	padding: 0;
	color: #5c5e62;
}

h2 {
	font-size: 12px;
	margin: 0;
	padding: 2px 0 2px 0;
	color: #5c5e62;
}

p {
	margin: 0;
	padding: 0 0 2px 0;
}

a {
	color: #c01400;
	text-decoration: none;
}

a.link, a.download {
	color: #c01400;
	text-decoration: none;
	background: transparent url(../images/spot_red.gif) no-repeat 0% 50%;
	padding-left: 10px;
}

a:hover {
	color: #000;
}

/* template specific */

#std-main {
	width: 100%;
}

#std-main td {
	vertical-align: top;
}

#std-main td.first {
	padding-right: 10px;
	width: 50%;
}

#std-main td.frame {
	border: 1px solid #5c5e62;
	width: 50%;
	padding: 10px;
}

.line {
	border-top: 1px solid #5c5e62;
}

.ref-sub {
	font-size: 10px;
	font-weight: normal;
}


.input-text-login {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #919191;
	padding: 1px;
	width: 200px;
}

.input-text-view {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #919191;
	padding: 1px;
	width: 250px;
}

.input-but {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	margin-top: 5px;
}

/* site specific styles */
