/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

input, select, textarea {
	border: 1px solid #365b70;
	margin-bottom: 1px;
}
hr {
	height: 1px;
	border: 1px solid #365b70;
}
#my-body {
	background: white;
}

/*******************************************************************************/




/************************************ Basic ************************************/
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	/* background: #ccc url(img/header.png); */
	width: 800px;
	height: 200px;
	vertical-align: bottom;
	margin-top: 10px;
}

#meta-container {
    float: right;
    margin-top: 27px;
    color: gray;
}
#meta-container a {
    text-decoration: none;
}

#navigation-container {
	height: 51px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 749px;
	margin-left: 51px;
}

#right-container {
    float: right;
    background: #EEE;
    width: 204px;
    height: 500px;
    background: white url(img/right.png) repeat-x;
    padding: 8px;
}

#content-container {
	width: 500px;
	margin-left: 51px;
	padding: 10px 0px 10px 10px;
}

#footer-container {
    border-top: 1px solid silver;
    color: silver;
	width: 749px;
	margin-left: 51px;
	padding: 3px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 9px;
	margin-bottom: 15px;
}


.clear {
    clear: both;
}

.box {
    width: 225px;
    float: left;
    border-top: 10px solid white;
    display: none;
}
.box h1 {
    background: white url(img/box_heading.jpg) top right;
    margin: 0px !important;
    padding: 2px 5px 2px 5px !important;
    line-height: 20px !important;
    font-size: 12px !important;
}
.box-content {
    margin: 0px !important;
    padding: 0px !important;
    border-top: 1px solid silver !important;
    border-left: 1px solid silver !important;
    border-right: 1px solid silver !important;
    background: white;
    padding-bottom: 2px;
}

.box .portlet-entry {
    margin: 0px !important;
    padding: 0px 5px 12px 5px !important;
    border-bottom: 1px solid silver;
    padding-bottom: 2px;
}
.box h2 a,
.box h2 {
    font-size: 13px !important;
    margin: 0px;
    padding: 0px;
}

.box .portlet-entry-date {
    display: block;
    float: left;
}
.box .portlet-entry-location {
    display: inline;
    padding-left: 5px;
}

#home-boxes {
    display: none;
}

/*******************************************************************************/




/*********************************** Navigation ********************************/
.root-navigation {
    background: white url(img/root_nav_background.png) repeat-x;
    height: 25px;
    margin-left: 3px;
}
.root-navigation li {
    font-weight: normal;
    height: 24px;
}
.root-navigation li a {
	font-size: 14px;
    color: white;
    line-height: 24px;
    display: inline;
    padding: 0px 10px 0px 10px;
    font-weight: normal;
}
.root-navigation li a:hover,
.root-navigation li.current a {
    color: #1b3443;
    font-weight: normal;
}



.navigation {
    border-top: 1px solid white;
    background: white url(img/sub_nav_background.png) repeat-x;
	margin: 0px;
	padding: 0px;
    height: 25px;
    margin-left: 3px;
}

.navigation li.level0 {
    display: none;
}
.navigation li.level1 a,
.navigation li.level1 {
    margin: 0px;
    padding: 0px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    display: inline;
	font-size: 13px;
    height: 24px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
    display: inline;
    line-height: 22px;
	font-size: 13px;
    padding: 0px 10px 0px 10px !important;
	color: #365b70 !important;
}

.navigation li a:hover,
.navigation li.current a {
    color: #153949 !important;
    font-weight: normal;
}


/*******************************************************************************/


/************************************ Content **********************************/
#content {
	padding: 0px;
	line-height: 18px;
	width: 480px;
}
#content h1 a,
#content h1 a:hover,
#content h1 {
    font-weight: normal;
    font-size: 26px;
    color: #365b70;
    margin: 0px;
    padding-top: 20px;
    line-height: 30px;
    padding-bottom: 10px;
	text-decoration: none !important;
}
#content h2 a,
#content h2 a:hover,
#content h2 {
    font-weight: normal;
    font-size: 16px;
	line-height: 25px;
    color: #365b70;
	margin-top: 5px;
	text-decoration: none !important;
}

#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #365b70;
}

#content {
	height: 500px;
}

#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 500px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
#right-container h1 {
    font-weight: normal;
    font-size: 18px;
    color: #365b70;
	margin-top: 5px;
	text-decoration: none !important;
}
#right-container .portlet-content a,
#right-container .portlet-content p,
#right-container .portlet-content {
    color: #444 !important;
}
#right-container .portlet-content h2 {
    font-weight: normal;
    font-size: 14px;
    color: #365b70;
	margin-top: 5px;
	text-decoration: none !important;
}

.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	display: none;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 0px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
.portlet-entry-date {
    color: black;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray !important;
}
.breadcrumb a {
	color: #666 !important;
}
/*******************************************************************************/
