/* GENERAL */

html, body {
height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444;
	margin: 0;
	padding: 0;
	background-color: #eef3f9;
	}

p {
	margin: 0 0 12px 0;
	padding: 0;
	}

img {
	border: none;
	}

img.imageleft {
	float: left;
	margin: 0 8px 0 0;
	}

img.imageright {
	float: right;
	margin: 0 0 0 8px;
	}

div.book img {
	margin: 0 4px 32px 0;
	}


hr {
	border: none;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	padding:0;
	margin: 0 0 12px 0;
    }

/* HEADINGS */

h1 {
	color: #101a5f;
	margin: 0 0 12px 0;
	padding: 0;
	}

h2 {
	color: #101a5f;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
	}
   
h3 {
	color: #101a5f;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px 0;
	}
	
h4 {
	font-size: 11px;
	color: #777;
	font-weight: normal;
	margin: 0 0 6px 0;
	}

/* LINKS */

a:focus {
	-moz-outline: none;
	}

a, a:visited {
	color: #ff6633;
	text-decoration: none;
	} 

a:hover {
	color: #ff6633;
	text-decoration: underline;
	} 
	
a.read {
	font-size: 11px;
	background: transparent url(../images/arrow-double.gif) scroll no-repeat right 5px;
	padding: 0 12px 0 0;
	}

li a, a:visited {
	font-size: 10px;
	color: #ff6633;
	text-decoration: none;
	} 

li a:hover {
	text-decoration: underline;
	} 

div#sidebar a.read {
	font-size: 11px;
	background: transparent url(../images/arrow.gif) scroll no-repeat left 2px;
	padding: 0 0 0 10px;
	}

div#sidebar a.read:hover {
	background: transparent url(../images/arrow.gif) scroll no-repeat 2px 2px;
	}

div.publications div.class-issue a.read {
	padding-left: 6px;
	}


/* LAYOUT */

div#container {
    background: #fff url(../images/container-bg.gif) scroll repeat-y top center;
	width: 950px;
	margin: 0 auto;
	padding: 0 12px;
	min-height: 100%;
	}

* html #container {
	height: 100%;
	}

div#header {
	width:100%;
	height: 85px;
	background: #fff url(../images/header-bg.jpg) scroll no-repeat 224px 0px;
	}
	
div.menu {
	height: 24px;
	background-color: #101a5f;
	margin-bottom:12px;
	}

div#content {
	float:left;
	width:592px;
	margin:0;
	padding: 0 18px 0 18px;
	border-right: 1px solid #ccc;
	} 

div#sidebar {
	float: right;
	width: 284px;
	padding: 0 18px 0 0;
	}

div#footer {
	clear: both;
	width: 100%;
	background-color: #101a5f;
	}

/* HEADER */

div#header img.logo {
	float: left;
	}

div#header div.search * {
	margin:0;
	padding:0;
	}

div#header div.search {
	float: right;
	width: 308px;
	margin-top: 32px;
	padding-right: 12px;
	}

div#header div.search form label {
	font-size: 12px;
	font-weight: bold;
	}


div#header div.search form input.button {
    vertical-align: middle;
    }

div.search input#SearchText {
	border: 1px solid #101a5f;
    background: #fff url(../images/search-field-bg.gif) scroll repeat-x bottom left;
	padding: 0px 3px;
	}
	
/* NAVIGATION */

div.menu img.logo {
float: left;
margin: 0 0 0 12px;
border: none;
}

/* PATH */

div#path-design {
font-size: 11px;
color: #666
}

/* SIDEBAR */

div#sidebar p, div#sidebar h2 {
	margin: 0 0 8px 0;
}

div#sidebar p {
	color: #444;
}

.banner {
	margin: 10px 0;
}

/* FOOTER */

div#footer {
	margin-top: 6px;
	height: 24px;
	background: #101a5f url(../images/footer-bg.gif) scroll repeat-x top left;
	overflow: hidden;
}

div#footer p {
	color: #585f8f;
	margin:0;
	line-height: 12px;
}

div#footer a, div#footer a:visited {
	line-height: 12px;
	height: 12px;
	display: block;
	float: left;
	color: #fff;
	margin: 0px;
	padding: 5px 12px 6px 12px;
    background: #fff url(../images/footer-link.gif) scroll repeat-x top left;
	border-top: 1px solid #101a5f;
	border-right: 1px solid #111d97;
	border-bottom: 1px solid #101a5f;
	border-left: 1px solid #7d82a8;
	text-decoration: none;
}

div#footer a:hover {
	color: #fff;
    background: #fff url(../images/footer-link.gif) scroll repeat-x top right;
	text-decoration: none;
}

div#footer p.right {
	float: right;
	width: 73px;
	margin:0;
	padding:0;
	}

div#footer p.right a, div#footer p.right a:visited {
	margin:0;
	padding:5px 6px 0 6px;
	height: 18px;
	vertical-align: center;
	}

div#footer p.right img {
	vertical-align: middle;
	}

	p.design {
	font-family: trebuchet ms, arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	margin: 12px 0 0 20px;
	padding:0 0 12px 0;
	color: #bcbcbc;
	text-align: left;
	text-transform: lowercase;
	font-variant: small-caps;

	}
	p.design a, p.design a:visited {
	color: #bcbcbc;
	text-decoration: underline;
	}

	p.design a:hover {
	color: #666;
	text-decoration: none;
	}

/* LAST UPDATE */

div.last-update p {
clear: both;
color:#ccc;
font-size: 11px;
padding:0;
}

div.last-update p span {
color:#101a5f;
}

div.last-update a,
div.last-update a:visited {
color:;
text-decoration: none;
}

div.last-update a:hover {
color: #101a5f;
text-decoration: none;
}

/* RSS FEED

div.rss-feed p {
clear: both;
color:#ccc;
font-size: 11px;
padding:6px 0 0 0;
}

div.rss-feed a,
div.rss-feed a:visited {
color:#999;
text-decoration: none;
}

div.rss-feed a:hover {
color: #333;
text-decoration: none;
}

*/

div.rss-feed p.subscribe {
display: block;
float: right;
width: 100px;
font-size: 11px;
}

/* OE CLASSES */

table.data-red,
table.data {
font-size: 12px;
width: auto;
border-collapse: collapse;
empty-cells: show;
margin: 0 0 12px 0;
border: 2px solid black;
}

table.data-red th,
table.data th {
margin:0;
padding:4px 12px;
vertical-align: middle;
border: 1px solid black;
background-color: #00f;
color: white;
text-transform: uppercase;
letter-spacing: 1px;
}

table.data-red th {
background-color: #c00;
color: white;
}

table.data-red td,
table.data td {
margin:0;
padding:4px 12px 4px 6px;
vertical-align: middle;
border: 1px solid black;
background-color:;
color:;
}

td.centered {
text-align: center;
}

td.aligned-right {
text-align: right;
}

table.data-red td p,
table.data-red th p,
table.data td p,
table.data th p {
margin:0;
padding:0;
}

/* ISSUE */

div.class-startpage div.publications {
height: 338px;
margin: 0 0 12px 0;
border-bottom: 1px solid #ccc;
}

div.class-startpage div.misc {
padding-top: 6px;
margin: 0 0 12px 0;
}

div.misc div.box1, div.misc div.box2 {
display: block;
float: left;
width: 283px;
margin:0;
padding:0;
}

div.misc div.box1 {
margin:0 12px 0 0;
}

div.misc div.box2 {
padding:0 0 0 12px;
border-left: 1px solid #ccc;
}

div.misc div.box1 div.wrap,
div.misc div.box2 div.wrap {
margin: 0 100px 0 0;
}

div.class-issue {
width: 147px;
float: left;
margin: 0 1px 0 0;
}

div.class-issue p.issue-info {
font-size: 11px;
color: #101a5f;
background-color: #e8eef5;
border-top: 1px solid #fff;
border-bottom: 1px solid #dee7f1;
margin: 0 0 10px 0;
padding: 5px 0 5px 6px;
}

div.class-issue h3, div.class-issue p {
padding: 0 0 0 6px;
}

div.class-issue h3 span {
font-weight: normal;
}

div.break {clear: left;}

/* FORM-BLOCKS */

div.block-row {
	clear: both;
	margin: 0 0 8px 0;
	padding: 0;
	}

div.block-row div.block {
	clear: none;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
	}

div.buttonblock {
	margin: 0 0 12px 0;
	}

/* FORM-ELEMENTS */

label {
	font-weight: bold;
	padding-right: 0.5em;
	display: block;
	white-space: nowrap;
	}

span.req {
	font-size: 13px;
	font-weight: bold;
	color: red;
	}

input.box, textarea.box {
	width: 98%;
	}

div.break {
	clear: both;
	}

div.buttonblock *  {
	margin: 0;
	}

/* MISC */

div.content-view-line div.class-journal img.imageleft {
height: 131px;
border: 1px solid #ccc;
padding: 4px;
margin: 0 12px 12px 0;
}

/* CATEGORIES */

table.list th {
white-space: nowrap;
background-color: #de386a;
color: #fff;
}

table.list tr.bgdark {
background-color: #dee7f1;
}

table.list tr.bglight {
background-color: #e8eef5;
}

table.list td {
border-top: 1px solid #fff;
}

/* CATEGORIES */

div.content-search h2 {margin-bottom:0px;}
div.content-search input {margin:0px;}
div.content-search p {font-size: 11px; line-height: 16px; margin: 0;}
div.content-search .small {font-size: 11px}
div.content-search table.list td {margin:0; padding:5px 0 6px 8px; vertical-align: middle;}
div.content-search table.list {border-collapse: collapse;}

div.content-search table.list tr.bgdark {background-color: #ffffbb;}
div.content-search table.list tr.bglight {background-color: #ffffcc;}

/* SLIDESHOW */

div#slideshow {
display: block;
width: 98px;
border: 1px solid #999;
float: right;
}

/* SIDEBARS */


/* PAGENAVIGATOR */

div.pagenavigator {margin: 0 0 12px 0; clear: left;}

div.pagenavigator a {
padding: 2px 6px;
border: 1px solid #de386a;
color: #de386a;
font-weight: bold;
}

div.pagenavigator a:hover {
border: 1px solid #de386a;
color: #de386a;
font-weight: bold;
background-color: #f7d8e1;
text-decoration: none;
}

div.pagenavigator span.current  {
background-color: #de386a;
padding: 2px 6px;
border: 1px solid #de386a;
color: #fff;
font-weight: bold;
}

/* WIP */

a img {vertical-align: middle;}

div.content-view-full div.class-journal div.category-list a,
div.content-view-full div.class-journal div.category-list a:visited {
color:#101a5f;
text-decoration:none;
font-weight: normal;
}

div.content-view-full div.class-journal div.category-list a:hover {
text-decoration:underline;
font-weight: bold;
color:#f63;
}

div.content-view-full div.class-journal div.category-list a span {
color:#f63;
}

/* CLEAR TABLE CLASS */

table.clear {
font-size: 12px;
width: auto;
border-collapse: collapse;
empty-cells: show;
margin: 0 0 12px 0;
}

table.clear th {
margin:0;
padding:3px 6px;
vertical-align: middle;
background-color: #de386a;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
text-align: left;
}

table.clear td,
table.clear td {
margin:0;
padding:4px 12px 4px 6px;
vertical-align: middle;
border-top: 1px solid #ccc;
}

table.clear td.oneline {
white-space: nowrap;
}

table.clear td p,
table.clear th p {
margin:0;
padding:0;
}

/* sidebar book II */
.vertical {	
	position:relative;
	overflow:hidden;	
	height: 460px;	 
	width: 300px;
	border-top:1px solid #ddd;	
}

.items {	
	position:absolute;	
	height:20000em;	
	margin: 0px;
}

#actions {
	width:270px;
	margin:10px 0 0 0;	
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
	padding-bottom: 10px;
}	

#bottom {
	margin:30px 0 0 0;
}

/*banners*/

div.line {
	margin: 12px 0;
	border-top: 1px solid #ccc;
}

div.holder-add {
	text-align: center;
	/*padding: 10px 0;*/
	background-color: #fff; /*#e8eef5*/
}

/* custom */

div.sponsored {
	padding-top: 12px;
	border-top: 1px solid #cccccc;
}


