@CHARSET "UTF-8";

html, body {
	font-family: Verdana,Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background: #1a1a1a url('../../img/2011/background.png') repeat 0 0;
 	padding: 0;
}

a, a img {
	border: 0;
	text-decoration: none;
}

.message {
	line-height: 17px;
	font-size: 11px;
	color: #000000;
	background: #90b4b9 url('../../img/2011/icon_info.png') no-repeat 2px 2px;
    padding: 2px 3px 2px 22px;
    min-height: 16px;
	border: 1px solid #284347;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.hide {
	display: none;	
}

.center {
	text-align: center;	
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

/*
 * ################## LOGIN ##################
 */

.login {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -115px 250px 115px -250px;
}

.login .messageDiv {
	min-height: 20px;
}

.login .messageDiv .message {
	display: none;
}

.login .logo {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -100px 0;
	width: 120px;
	height: 40px;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: 20px;
}

.login .top {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat 0 -205px;
	width: 500px;
	height: 25px;
}

.login .bottom {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat 0 -230px;
	width: 500px;
	height: 25px;
}

.login .middle {
	background: transparent url('../../img/2011/main_sprite_vertical.png') repeat-y -1000px 0;
	width: 500px;
	height: 155px;
	padding: 0px 0px 25px 0px;
}

.login .middle div {
	width: 200px;
	margin: 0 auto 0;
}

.login .middle div label {
	display: block;
	padding: 5px 0 2px 0;
	font-size: 12px;
	color: #6e6e6e;
}

.login .middle div .input {
	font-size: 12px;
	width: 200px;
	background: #ffffff;
	border: 1px solid #28434f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.checkbox {
	line-height: 16px;
	height: 14px;
	display: inline-block;
	font-size: 10px;
	color: #272727;
	cursor: pointer;
	padding: 1px 0 1px 18px;
	background-repeat: no-repeat;
	margin: 0 0 0 2px;
	background-image: url('../../img/2011/icons.png');
}

.login .middle .checkbox {
	font-size: 9px;
}

.checked {
	background-position: -48px -16px;
}

.unchecked {
	background-position: -48px 0;
}

.checkbox input {
	display: none;
}

.login .middle div .button {
	cursor: pointer;
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #c1c1c1;
	background: #1a1a1a;
	border: 0;
	padding: 1px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.login .middle div .button:hover {
	background: #28434f;
}

/*
 * ################## MAIN ##################
 */
 
.loader {;
	background: transparent url('../../img/2011/loader.gif') no-repeat 50% 50%;
}

.loaderSmall {
	background: transparent url('../../img/2011/loader_small.gif') no-repeat 99% 1px;
	height: 16px;
	margin: 0 0 -16px 0;
	display: none;
	text-align: right;
	padding: 0 25px 0 0;
	font-size: 11px;
	color: #1a1a1a;
}

.main {
	display: none;
	position: relative;
	width: 995px;
	margin: 0 auto;
}
.main .logo {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -100px 0;
	width: 120px;
	height: 40px;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 25px;
}

.main .top {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat 0 -140px;
	height: 50px;
}

.main .bottom {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat 0 -190px;
	height: 15px;
}

.main .middle {
	background: transparent url('../../img/2011/main_sprite_vertical.png') repeat-y 0 0;
	padding: 30px 25px 0 25px;
	min-height: 300px;
}

/*
 * ################## Navigation ##################
 */

.main .navigation {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 40px;
}

.main .navigation .right {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -40px 0;
	height: 40px;
	width: 40px;
	float: left;
}

.main .navigation .left {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat 0 0;
	height: 40px;
	width: 40px;
	float: left;
}

.main .navigation .center {
	background: transparent url('../../img/2011/main_sprite_horizontal.png') repeat-x 0 0;
	height: 40px;
	float: left;
	width: 440px;
	position: relative;
}

.main .navigation .hover  {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}

.main .navigation .hover .left {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -80px 0;
	height: 40px;
	width: 10px;
	float: left;
}

.main .navigation .hover .right {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -90px 0;
	height: 40px;
	width: 10px;
	float: left;
}

.main .navigation .hover .center {
	background: transparent url('../../img/2011/main_sprite_horizontal.png') repeat-x 0 -40px;
	height: 40px;
	width: 49px;
	float: left;
}

.main .navigation .center ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}

.main .navigation .center ul li {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat 0 0;
	height: 40px;
	float: left;
	margin: 0 10px;
}

.main .navigation .center ul li a {
	display: block;
	height: 100%;
	position: relative;
	background: none;
}

.main .navigation .center ul .link_start {
	background-position: 0 -40px;
	width: 59px;
}

.main .navigation .center ul .link_inbox {
	background-position: -59px -40px;
	width: 50px;
}

.main .navigation .center ul .link_media {
	background-position: -133px -40px;
	width: 37px;
}

.main .navigation .center ul .link_books {
    background-position: -313px -40px;
	/* background-position: -170px -40px; */
	width: 42px;
}

.main .navigation .center ul .link_account {
	background-position: -201px -40px;
	width: 49px;
}

.main .navigation .center ul .link_logout {
	background-position: -252px -40px;
	width: 60px;
}
	
.main .button, .dialog .button {
	background: #c1c1c1 url('../../img/2011/link.png') no-repeat 2px 50%;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
	padding: 0 2px 0 12px;
	height: 18px;
	margin: 0;
	line-height: 16px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.main .button:hover, .dialog .button:hover {
	background-color: #1a1a1a;
	color: #ffffff;
}

.main .message, .dialog .message {
	display: none;
}

.StartNextDates {
	float: right;
	font-size: 11px;
	max-width: 320px;
}

.StartNextDates hr, .infobox hr {
	background-color: #969696;
	border: 0;
	padding: 0;
	margin: 1px 0;
	height: 1px;
}

.StartNextDates table {
	border-collapse: collapse;
    table-layout:fixed;
    
}

.StartNextDates table td{
	vertical-align: top;
}

.StartNextDates table td div{
	display: inline;
}

/*
 * ################## Boxes ##################
 */

.mainBox {
	width: 580px;
	position: relative;
	min-height: 160px;
	background: #A3A3A3 url('../../img/2011/loader.gif') no-repeat 50% 50%;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}


.mainBox a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    background: transparent url('../../img/2011/link.png') no-repeat 0 4px;
    padding: 0 0 0 11px;
}

.mainBox a:hover {
    color: #393939;
}

.mainBox .body {
	background: #A3A3A3;
	min-height: 160px;
	padding-top: 10px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}

.mainBox .bgImage {
	display: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 580px;
	height: 300px;
	margin: -10px 0 0 0;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}

.mainBox .textcontainer {
	width: 580px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
}

.mainBox .textcontainer .messagebox {
    background-image: url('../../img/2011/background_content_white.png');
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    color: #000000;
    max-height: 90px;
    overflow: auto;
}

.mainBox .textcontainer .messagebox .note { 
    font-size: 10px;
    color: #595959;
    padding: 0 3px;
}

.mainBox .textcontainer .messagebox .check { 
    float: right;
}

.mainBox .textcontainer .messagebox div { 
    padding: 2px 4px;
    border-radius: 4px;
}

.mainBox .textcontainer .messagebox div:hover { 
    background-color: #7593A0;
   
}

.mainBox .textcontainer .messagebox div:hover .note { 
    color: #ffffff;
}

.mainBox .textcontainer .text {
	background-image: url('../../img/2011/background_content.png');
    padding: 15px 10px 15px 10px;
	font-size: 14px;
	color: #ffffff;
}

.mainBox .textcontainer .text a {
	color: #ffffff;
	font-weight: bold;
	background: transparent;
    padding: 0;
}

.mainBox .form, .dialog .form {
    padding: 15px;
}

.mainBox .form .message {
    width: 350px;
}

.mainBox .form h3, .dialog .form h3 {
    padding: 0;
    margin: 0 0 3px 0;
    font-weight bold;
    color: #5b7339;
    font-size: 13px;
}

.mainBox .form div .label, .dialog .form div .label {
    padding: 5px 0 2px 0;
    display: block;
}

.mainBox .form div .input, .dialog .form div .input {
    padding: 0 1px;
	width: 345px;
	background: #ffffff;
	border: 1px solid #28434f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	display: inline-block;
}

.mainBox .form div .input input, .dialog .form div .input input {
 	border: 0;
	width: 343px;
	font-size: 12px;
}

.mainBox .form div .select, .dialog .form div .select {
    padding: 1px;
	background: #ffffff;
	border: 1px solid #28434f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.mainBox .form div .select select, .dialog .form div .select select {
	border: 0;
	font-size: 11px;
	height: 15px;
}

.mainBox .form div checkbox, .dialog .form div checkbox {
	border: 0;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 15px;
	display: inline-block;
}

.mainBox .form div .date, .dialog .form div .date {
    padding: 1px;
	width: 70px;
	background: #ffffff;
	border: 1px solid #28434f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.mainBox .form div .date input, .dialog .form div .date input {
 	border: 0;
 	font-size: 12px;
	width: 70px;
	text-align: center;
	height: 12px;
}


.box .head, .sortableHelper .head {
	cursor: move;
	text-align: center;
	color: #ffffff;
}

#columnLeft {
	width: 580px;
}

.columnLeft {
    min-height: 100px;
	width: 280px;
	float: left;
}

#columnLeft1 {
	margin: 0 20px 0 0;
}

.columnLeft .box {
    margin: 10px 0 0 0;
    width: 280px;
}

.columnLeft .box .head {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat 0 -90px;
	height: 25px;
}

.columnLeft .box .body {
	background: #A3A3A3;
	position: relative;
}

.columnRight {
	float: right;
	width: 340px;
	min-height: 100px;
}

.columnRight .box, .sortableHelper  {
	width: 340px;
	margin: 0 0 10px 0;
}

.sortableHelper .boxshadow {
	box-shadow: 0 0 8px #000000;
	border-radius: 10px 10px 0 0;
	width: 340px;
}

.columnRight .box .head, .sortableHelper .head {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat 0 -115px;
	height: 25px;
	width: 340px;
}

.columnRight .box .body, .sortableHelper .body{
	background: #A3A3A3;
	width: 340px;
	padding-top: 0;
	border-radius: 0;
	position: relative;
}

.sortablePlaceholder {
    border: 1px solid #878787;
    background-color: #878787;
    min-height: 40px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}


.columnLeft .sortablePlaceholder {
    margin: 8px 0 0 0;
}


.columnRight .sortablePlaceholder {
    margin: 0 0 8px 0;
}

#widgets .box .head, #widgets .sortablePlaceholder {
	width: 137px;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	line-height: 40px;
	margin: 2px;
	background: #c1c1c1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: 1px solid #878787;
	text-align: center;
	font-size: 14px;
	float: left;
	color: #000000;
}

#widgets .sortablePlaceholder {
	background: none;
}

#widgets .box .head:hover {
	background: #28434f;
	color: #ffffff;
}

#widgets .box .body {
	display: none;
}

#widgets a {
	font-weight: normal;
}

/*------------------INFOBOX------------------------------*/

.infobox  {
	position: absolute;
	width: 173px;
	display: none;
	font-size: 11px;
	z-index: 500;
}

.infoboxRight .head {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -797px 0px;
	height: 11px;
}

.infoboxLeft .head {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -816px 0px;
	height: 11px;
}

.infoboxRight .footer {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -797px -12px;
	height: 11px;
}

.infoboxLeft .footer {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -816px -12px;
	height: 11px;
}

.infobox .topright {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -1003px 0;
	padding: 0 8px 0 27px;
	min-height: 30px;
}

.infobox .bottomright {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -1530px 100%;
	padding: 0 8px 0 27px;
	min-height: 30px;
}

.infobox .topleft {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -1177px 0;
	padding: 0 28px 0 8px;
	min-height: 30px;
}

.infobox .bottomleft {
	background: transparent url('../../img/2011/main_sprite.png') no-repeat -1352px 100%;
	padding: 0 28px 0 8px;
	min-height: 30px;
}

.infobox name {
	font-style: italic;
	font-size: 10px;
	color: #595959;
}

/*
 * ################## Pages ##################
 */

.logins {
    max-height: 150px;
    overflow: auto;
}


.infoo {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url('../../img/2011/icons.png') no-repeat 0 0;
    margin: 0 4px 0 0;
    cursor: pointer;
}
.edit {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url('../../img/2011/icons.png') no-repeat -16px -16px;
	margin: 0 4px 0 0;
	cursor: pointer;	
}

.delete {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url('../../img/2011/icons.png') no-repeat -32px -16px;
	margin: 0;
	cursor: pointer;	
}


.add {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: transparent url('../../img/2011/icons.png') no-repeat 0 -16px;
	margin: 0;
	cursor: pointer;
}

.public {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url('../../img/2011/icons.png') no-repeat -32px 0;
	margin: 0 4px 0 0;
}

.check {
    display: block;
    height: 16px;
    width: 16px;
    background: transparent url('../../img/2011/icons.png') no-repeat -32px -32px;
    margin: 0;
    cursor: pointer;
}

.clickLabel {
	line-height: 16px;
	display: inline-block;
	height: 16px;
	cursor: pointer;
	margin: 3px 0 0 0;
}

.clickLabel span{
	margin: 0 2px 0 0;
}

.table {
    width: 100%;
    border-collapse: collapse;
    table-layout:fixed;
}

.table thead th {
    font-size: 11px;
    background-color: #1a1a1a;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    padding: 1px 5px;
}

.table tbody td {
    padding: 2px 5px;
}

.table tbody .tr2 {
	background-color: #A3A3A3;	
}

.table tbody tr:hover td {
    background-color: #7593A0;
    color: #ffffff;
}

.table tbody .pagingRow:hover td {
    background-color: #E0E0E0;
    color: #000000;
}

.datesShowOnStartpage {
	display: inline-block;
	margin: 0 0 0 25px;
	font-size: 11px;
}

/*
 * ################## Widgets ##################
 */
 
.lautFM {;
	margin: 0 auto;
	background: transparent url('../../img/2011/loader.gif') no-repeat 50% 50%;
	text-align: center;
}

.lautFMStationSelect {
	padding: 5px;
}


.addQuicklinkInWidget {
	position: absolute;
	bottom: 4px;
	right: 3px;
}

.quicklinks {
	list-style: none;
	margin: 0;
	padding: 4px;
}

.quicklinks li {
	list-style: url('../../img/2011/icon_quicklink.png') ;
	font-weight: bold;
	padding: 0 5px 5px 0;
	margin: 0 0 0 25px;
}

.quicklinks li a{
	display: block;
	margin: 0 0px 0 -25px;
	padding: 2px 0 2px 25px;
	border-radius: 4px;
	font-weight: bold;
	color: #000000;
}

.quicklinks li a:hover {
	background-color: #E0E0E0;
}

/* ------------------- Weather -------------------- */
.weather {
	font-size: 12px;
	color: #000000;
}

.weather a, .weather a:hover {
	background: none;
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #000000;
}

.weather .today {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 120px;
	position: relative;
}

.weather .today .temperature {
	font-size: 28px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.weather .today .city {
	font-weight: bold;
	padding: 5px;
	font-size:  14px;
}

.weather .today .conditions {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 13px;
}

.weather .forecast {
	height: 35px;
	line-height: 35px;
	position: relative;
	
}

.weather .forecast .temperature {
	position: absolute;
	top: 0;
	right: 5px;
	text-align: right;
}

.weather .forecast div {
	height: 35px;
	float: left;
	display: block;
}

.weather .forecast .day {
	width: 38px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.weather .forecast .condition {
	font-size: 11px;
}

.weather .forecast img {
	height: 35px;
	float: left;
	display: block;
	margin: 0 5px 0 0; 
}

.weather .today:hover,.weather .forecast:hover {
	background-color:#E0E0E0;
	color: #000000;
}

.weather .marked {
	background-color:#28434f;
	color: #ffffff;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #FFFFFF;
}
/* ------------------- Weather END -------------------- */

/* ------------------- Calendar -------------------- */

.calendar, .ui-datepicker table {
    border-collapse: separate;
    border-spacing: 1px;
    float: left;
    margin: 0 5px 5px 5px;
    width: 174px;
    height: 155px;
    background: #A3A3A3;
}

.calendar .previous, .ui-datepicker-prev {
    height: 20px;
    width: 20px;
    background: transparent url('../../img/2011/main_sprite.png') no-repeat -220px 0;
    cursor: pointer;
    float: left;
}

.calendar .previous:hover, .ui-datepicker-prev-hover {
    background-position: -220px -20px;
}

.calendar .next, .ui-datepicker .ui-datepicker-next {
    height: 20px;
    width: 20px;
    background: transparent url('../../img/2011/main_sprite.png') no-repeat -240px 0;
    cursor: pointer;
    float: right;
}

.calendar .next:hover,.ui-datepicker .ui-datepicker-next-hover {
    background-position: -240px -20px;
}

.calendar thead th, .ui-datepicker th{
	width: 20px;
	height: auto;
  	font-size: 11px;	
}

.calendar thead .month {
	width: 130px;
	float: left;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
} 

.calendar tbody {
	height: 135px;
}

.calendar tbody tr {
	height: 22px;
}

.calendar tbody td, .ui-datepicker td a {
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
    border: 1px solid #a3a3a3;
    width: 20px;
    text-align: center;
    
}

.calendar .current, .ui-datepicker td a {
    background-color: #e0e0e0;
}

.calendar .weekend,  .ui-datepicker-week-end a {
    font-weight: bold;
}

.calendar .today, .ui-datepicker .ui-state-highlight {
    border-color: #ffffff;
    background-image: url('../../img/2011/background_content.png');
}

.calendar .date, .ui-datepicker .ui-state-active  {
    background-color: #28434f;
    color: #ffffff;
}

.calendar tbody td:hover, .ui-datepicker .ui-state-default.ui-state-hover {
    background: transparent url('../../img/2011/main_sprite_horizontal.png') repeat-x 0 -44px;
    color: #ffffff;
}

.showToday {
	text-align: center;
	padding: 45px 0;
	cursor: pointer;
	margin: 0 0 0 174px;
}

.showToday .weekday, .showToday .month {
	font-size: 16px;
}

.showToday .day {
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
}


	
.columnLeft .showToday .weekday, .columnLeft .showToday .month {
	font-size: 12px;
}

.columnLeft .showToday .day {
	font-size: 20px;
}

/* ------------------- Calendar END -------------------- */

.tvList {
	margin: 0 -5px -5px -5px;
	padding: 0;
	list-style: none;
}

.tvList li {
	margin: 0;
	padding: 0px;
	border-width: 0 0 1px 0;
	border-color: #a3a3a3;
	border-style: solid;
	
}

.tvList li a{
	display: block;
	padding: 0;
	background: none;
	clear: both;
	color: #000000;
	padding: 0px 1px 0px 4px;
}

.tvList li a div{
	font-size: 11px;
	font-weight: bold;
}

.tvList li:hover a{
	height: 60px;
	background-color:#28434f;
	color: #ffffff;
}

.tvList li:hover a img{
	display: inline;
}

.tvList li a img{
	border: 0;
	float: left;
	margin: 0 4px 0 -4px;
	display: none;
	height: 60px;
}

.news {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news li a{
	background: transparent url('../../img/2011/link.png') no-repeat 2px 5px;
	display: block;
	padding: 0;
	clear: both;
	color: #000000;
	padding: 2px 6px 2px 14px;
	font-size: 11px;
	border-width: 0 0 1px 0;
	border-color: #e0e0e0;
	border-style: solid;	
}

.news li a:hover {
	background-color: #e0e0e0;
}

.news li a div {
	font-weight: bold;
}


.gNews .show {
	display: block;
	height: 140px;
	overflow: auto;
	color: #000000;
}

.gNews .show .imgDiv {
	width: 80px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E0E0E0;
}

.gNews .show .textDiv {
	display: block;
	padding: 0 0 0 82px;
}

.gNews a {
	background: transparent;
}

.gNews .show a {
	display: block;
}

.gNews .show .headline {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}
.gNews .show .text {
	display: inline;
	font-size: 11px;
	background: transparent;
	color: #000000;
	width: 100%;
}

.gNews .show img {
	max-width: 100%;
	max-height: 100%;
}

.gNews .feeds {
	background-color: #E0E0E0;
	padding: 1px 0;
	height: 100px;	
}

.gNews .feed {
	background-color: #000000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border: 2px solid #E0E0E0;
	margin: 2px 5px;
	float: left;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	overflow: hidden;
	text-align: center;
}

.columnRight .gNews .feed {
	width: 50px;
	height: 40px;
	margin: 2px 6px;
}

.gNews .active {
	border: 2px solid #28434F;
}

.gNews .feed a {
	display: block;
	width: 40px;
	height: 40px;
}

#widgetNotesText {
	width: 100%;
	height: 180px;
	border: 0;
	background: transparent;
	font-family: Segoe Print,Verdana,Arial;
	font-size: 13px;
}

.onlineUser {
	margin:  0 5px 5px 5px;
	padding: 0;
}

.onlineUser .user {
	list-style: url('../../img/2011/icon_online.png') ;
	font-weight: bold;
	padding: 0 5px 5px 0;
	margin: 0 0 0 25px;
}


.onlineUser .recuser {
	list-style: url('../../img/2011/icon_quicklink.png') ;
	font-weight: normal;
	padding: 0 5px 5px 0;
	margin: 0 0 0 25px;
}

.onlineUser .note {
	list-style: none;
	font-style: italic;
	padding: 0 5px 5px 5px;
	margin: 0;
	text-align: center;
}

.links div {
	float: left;
	width: 120px;
	height: 120px;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 5px 10px;
}

.links div:hover {
	background-color: #E0E0E0; 
}

.links div a {
	padding: 0;
	display: block;
	text-align: center;
	background: transparent;
	font-weight: normal;
	height: 100%;
}

.links div a img {
	margin: 0 auto 2px;
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.ofm {
	background: transparent url('../../img/2011/ofm_logo.png') no-repeat 0 100%;
	padding: 4px;
	min-height: 60px;
}

.ofm .ofmEditOptions {
	display: none;
}
.ofm .editInputs {
	display: none;
}
.ofm .ofmTemplate {
	display: none;
}

.ofm .editAddIcon {
	position: absolute;
	bottom: 4px;
	right: 3px;
}
.ofm .submitBtns {
	margin: 5px 30px;
	text-align: right;
}

.ofm .submitBtns .button {
	width: 70%;
	text-align: left;
}

.ofm .editInputs {
	padding: 0 0 5px 0;
	background-color: #A3A3A3;
}

.ofm .editInputs .headline {
	width: 29%;
	display: inline-block;
}

.ofm .editCountry, .ofm .editName, .ofm .editPassword {
	width: 28%;
	display: inline;
	padding: 0 1px;	
	border: 1px solid #28434f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.ofm a, .weatherDiv a {
	background: none;
	padding: 0;
	font-weight: normal;
}

.widgetMessage {
	position: absolute;
	top: 50px;
	left: 20px;
}

.paging {
	margin: 4px 0;
	position: relative;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

.paging .goTo {
	cursor: pointer;
}

.paging .nbr {
	font-weight: bold;
}

.paging .curNbr {
	color: #5E7355;
}

.paging .prev {
	position: absolute;
	left: 0;
	top: 0;
	height: 16px;
}

.paging .prev .icon {
	width: 16px;
	height: 16px;
	display: block;
	background: transparent url('../../img/2011/icons.png') no-repeat 0 -32px;
	float: left;
}

.paging .next {
	position: absolute;
	right: 0;
	top: 0;
	height: 16px;
}

.paging .next .icon {
	width: 16px;
	height: 16px;
	display: block;
	background: transparent url('../../img/2011/icons.png') no-repeat -16px -32px;
	float: right;
}

.dateColumn {
	cursor: pointer;
}

.table thead .sortAsc {
	padding: 0 0 0 18px;
	background-image: url('../../img/2011/sort_up.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.table thead .sortDsc {
	padding: 0 0 0 18px;
	background-image: url('../../img/2011/sort_down.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.webcam a {
    position: relative;
    display: block;
    font-size: 11px;
    color: #ffffff;

}

.webcam div {
    position: absolute;
    bottom: 2px;
    right: 4px;
    text-align: left;
}

.webcam img {
    width: 100%;
    margin-bottom: -4px;
}