style.css 4.81 KB
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0em;
	font-size: 62.5%;
	background-color: #fff;
	font-family: verdana, arial, sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
#page-container {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #bbb;
	margin-top: 10px;
	background: white;
	border-radius: 12px;
	background: rgb(255, 255, 255) url("../img/bg_main_nav.jpg");
}

#page-header {
	height: 80px;
	background: rgb(240, 240, 240) url("../img/bg_head_top.jpg");
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
	border-radius: 12px 12px 0 0;
}

#login {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	text-align: right;
}

#login a,#login a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#login a:hover {
	color: red;
}

#top-menu {
	position: relative;
	z-index: 0;
	top: 2em;
}

#top-menu ul {
	float: left;
	width: 100%;
	padding-left: 25px;
	border: 1px solid rgba(200, 200, 200, 0);
	background: rgba(200, 200, 200, 0);
	border-radius: 16px 16px 0 0;
}

#top-menu li {
	display: inline;
	list-style: none;
}

#top-menu li a {
	display: block;
	line-height: 1.7em;
	float: left;
	padding: 2px 5px 2px 5px;
	color: rgb(125, 125, 125);
	text-decoration: none;
	font-size: 120%;
	background-color: rgba(100, 100, 100, 0.1);
	color: rgba(0, 0, 0, 0.3);
	border-radius: 12px 12px 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none;
}

#top-menu a:hover {
	text-decoration: none;
	color: rgb(50, 50, 50);
}

#top-menu li .active {
	font-weight: bold;
	background-color: rgba(250, 250, 250, 0.4);
	color: rgba(0, 0, 0, 1);
	border-radius: 12px 12px 0 0;
	border: 1px solid black;
	border-bottom: none
}

#pageheader {
	background: red;
}

#main {
	clear: both;
}

#main-nav {
	float: left;
	width: 100%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: rgb(220, 220, 220) url("../img/bg_head_bottom_nav.jpg")
		repeat-x;
	color: rgb(75, 75, 75);
	font-size: 130%;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav ul li {
	float: left;
	position: relative;
	z-index: auto !important /*Non-IE6*/;
	z-index: 1000 /*IE6*/;
}

#main-nav ul li a {
	float: none !important /*Non-IE6*/;
	float: left /*IE-6*/;
	display: block;
	height: 3.1em;
	line-height: 3.1em;
	padding: 0 16px 0 16px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(100, 100, 100);
}

#main-nav ul li ul {
	display: none;
	border: none;
}

#main-nav ul li .active {
	font-weight: bold;
	background-color: rgba(0, 150, 250, 0.35);
	color: rgba(255, 255, 250, 0.8);
}

#main-nav ul li:hover a {
	background-color: rgba(0, 150, 250, 0.1);
	text-decoration: none;
} /*Color main cells hovering mode*/
#main-nav ul li:hover ul {
	display: block;
	width: 10.0em;
	position: absolute;
	z-index: 999;
	top: 3.0em;
	margin-top: 0.1em;
	left: 0;
}

#main-nav ul li:hover ul li a {
	display: block;
	width: 10.0em;
	height: auto;
	line-height: 1.3em;
	margin-left: -1px;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px rgb(175, 175, 175);
	border-bottom: solid 1px rgb(175, 175, 175);
	background-color: rgb(237, 237, 237);
	font-weight: normal;
	color: rgb(50, 50, 50);
} /*Color subcells normal mode*/
#main-nav ul li:hover ul li a:hover {
	background-color: rgb(210, 210, 210);
	text-decoration: none;
} /*Color subcells hovering mode*/
.container.top,.container.bottom {
	clear: both;
	text-align: center;
	margin-bottom: 2em;
	margin-top: 1em;
	padding-left: 2em;
}

.container.top a,.container.bottom a {
	font-size: 90%;
	color: #aaa;
	text-decoration: none;
}

#right {
	display: inline /*Fix IE floating margin bug*/;
	float: right;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

#right {
	width: 400px;
	float-left: 1px solid black;
}

#left {
	display: inline; /*Fix IE floating margin bug*/;
	float: left;
	width: 660px;
	margin: 0 20px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

#left h1 {
	margin-bottom: 1em;
}

#left a {
	text-decoration: none;
	color: blue;
}

#left:a visited {
	color: blue;
}

#left h1,#left h2,#left p {
	margin-bottom: 1.5em;
}

.container.bottom {
	clear: both;
}

table {
	border: none;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	margin-bottom: 1.5em;
}

table thead th {
	border: none;
	font-size: 120%;
}

table thead th {
	border-bottom: 1px solid black;
	padding: 5px;
	padding-left: 1em;
}

table tbody td {
	border: none;
	padding: 5px;
	padding-left: 1em;
	vertical-align: top;
}

label {
	
}

.expired {
	color: #c0c0c0;
}

.bgColor1 {
	background-color: #68A3C2;
}

#header {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 4px solid #333;
}

#header a {
	color: white;
	text-decoration: none;
}

#header_left {
	float: left;
	width: 400px;
}
#header_center {
	float: left;
	widows: 300px;
}

#header_right {
	text-align: right;
	float: right;
	width: 400px;
}



.success {
	color: #006600;
}