TrainingCourses/PlasmaSchools/ASPNF.th/18/css/styleGM.css

body {
	padding: 0; margin: 0;
	background: #C9A070 url(images/body_bg5.png) center;
	text-align: center;
}

.print {
	display: none;
}

a, a:link, a:visited {
	color: blue;
	outline: none;
}

a:hover {
	text-decoration: none;
	background-color: #c5f8ff;
}

#content a[href^="http:"] {
	background-image:url(images/link-out2.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:9px;
}

a img {
	border: 0;
	outline: none;
}

#shadow {
	width: 100%;
	background: transparent url(images/shadow.png) repeat-y center;
}

#page {
	width: 913px;
	background: white url(images/page_bg.png) repeat-y;
	margin: 0px auto;
	text-align: left;
}

#page-inner {
	padding: 0px 6px;
}


#header {
	height: 179px;
	width: 901px;
}

#logo1 {
	float: left;
	display: block;
	width: 379px;
	height: 139px;
	/*background: black url(images/logo1.png) no-repeat;*/
}

#logo2 {
	float: left;
	width: 370px;
	height: 139px;;
	background: black url(images/logo2.png) no-repeat;
}

#logo3 {
	float: left;
	width: 152px;
	height: 139px;
	background: black url(images/logo3.png) no-repeat;
}

#top-bar {
	clear: left;
	width: 901px;
	height: 40px;
	background: #498E98 url(images/top_bar.png) no-repeat;
}

#sidebar {
	float: left;
	width: 194px;
	height: 600px; /* min-height emulation */
}

#sidebar-inner {
	padding: 0px 14px 40px 14px;
}

#content {
	margin-left: 175px;	
}

#content-inner {
	padding: 10px 65px 30px 40px;
}

#footer {
	background: #EFF0FB url(images/footer_bg3.png) no-repeat left top;
	text-align: center;
	clear: both;
	height: 45px;
	line-height: 28px;	
}

#footer-inner {
	padding-left: 190px;
	padding-bottom: 10px;
}

.block {
	margin: 1.5em 0;
}

/* ==========  F O R M A T ========== */

body {
	font-family: Verdana;
	font-size: 10px;
	font-size: 11px;
	line-height: 1.6em;
}

h1 {
	text-transform: uppercase;
	font-weight: normal;
	color: #410f0b;
	font-size: 280%;
	font:normal 175%/1.1 'Arial CE', 'Helvetica CE', Arial, sans-serif;
}

#content h1 {
	border-bottom: 3px solid #eaeaf6;
	padding-bottom: 20px;
	margin-bottom: 12px;
	margin-top: 0;
	padding-top: 5px;
	font:normal 175%/1.1 'Arial CE', 'Helvetica CE', Arial, sans-serif;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 115%;
}

.gallery {
	font-size: 16px;
}

#sidebar h2 {
	font-size: 200%;
	font-weight: normal;
}

#sidebar {
	text-transform: uppercase;
	color: #0b2327;
}

#sidebar a {
	color: #410f0b;
	text-decoration: none;	
}

#sidebar li {
	display: block;
	list-style: none url();
	height: 25px;
}

#sidebar li a {
	border-top: 1px solid #c8d3de;
	background: transparent url(images/bullet-round.png) no-repeat scroll 7px 55%;
	border: 1px solid #EFF0FB;
	border-top-color: #c8d3de;
	display: block;
	padding-left: 20px;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
}

#sidebar ul {
	border-bottom: 1px solid #c8d3de;
}

#sidebar ul, #sidebar li, #sidebar ul li {
	margin-left: 0;
	padding-left: 0;
}

#sidebar li a:hover {
	background-color: #CDDEFE;
	border: 1px solid #82ACFD;
	color: #4B3301;
	text-decoration: none;
}

#sidebar li {
	padding: 0;
	margin: 0;
}

.err {
	padding: 20px;
	color: #890f13;
	background-color: #ffdddd;
	border: 1px solid #ff6c6c;
	margin: 10px;
	font-size: 11px;
}

#footer, #footer a {
	font-size: 9px;
	color: #5F5F5F;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

ul.news {
	list-style: none url();
}

ul.news li {
	text-indent: -3.5em;
	margin-top: 1.5em;
}

ul.news .date {
	font-size: 20px;
	color: #216a77;
}

.motto {
	background-color: #f7e4c3;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 15px;
	color: #4b361d;
	border: 0px solid #ab804f;
	line-height: 1.5em;
	margin: 10px 5px 40px 5px;
	font-family: Georgia;
}