@charset "utf-8";

* {
	margin: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, acronym, address, big, cite, code, del, dfn, em, font, img,  ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	height: 100%;

}

html, body, p, th, td, li, dd, dt {
  font: 1em  sans-serif, Arial, Helvetica;
}


h1, h3 {
  	font-family:trebuchet ms,verdana,arial;
	color: #AC223C;

}

h2 {
	font-family: arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #003366;
}

h4, h5, h6 {
	font-family: Arial, sans-serif, Helvetica;
	color: #fff;
}


h1 { font-size: 1.6em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.4em; }

h2 .date {
	font-family: arial;
	font-weight: 700;
	float: right;
	font-size: 0.6em;
	color: #000;
}

a:link { color: #3d5d7e; }
a:visited { color: #3d5d7e; }
a:hover { color: #A00524; }
a:active { color: #3d5d7e; }




a {
	border:  none;
	border-bottom: 1px solid #A00524;
	font-weight: bold;
	color: #3d5d7e;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}




html {
	margin: 0;
	height: 100%
}


body {
	height: 100%;
	margin:0 auto;
	width: 800px;
	font-size:12px;
	font-family: arial, sans-serif;
	background-color: #253B4E;
}

img {
	border: none;
}

form {
	display: inline;
	margin:0px
}

select {
	width: 155px;
	font: 0.9em arial;
	background-color: #FFF;
}


p {
	margin-bottom: 15px;
}


h1{
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 12px;
}

h3 {
	font-weight: 700;
	margin-bottom: 10px;
}



h4 {
	font-weight: 700;
}

h6 {
	background: url(images/red-scratch.jpg);
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}


ul {
	padding-left: 15px;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	margin-bottom: 20px;
}


/* ````````````````````````````````````` CONTROLS `````````````````````````````````````*/

.textbox {
	font-size:0.9em;
	height:16px;
	padding:0pt 2px;
	width:150px;
	border: 1px solid #AC223C;
	background-color: #fff;
}

.textbox_big {
	border: 1px solid #AC223C;
	border:medium none;
	font-size:0.9em;
	height:16px;
	padding:0pt 2px;
	width:200px;
	margin-right: 10px;
	background-color: #fff;
}



.textbox_small {
	font-size:0.9em;
	height:16px;
	padding:0pt 2px;
	width:60px;
	border: 1px solid #AC223C;
	background-color: #fff;
}

.button{
	background-color: #AC223C;
	color: #fff;
	width: 100px;
	height: 20px;
	border: 1px solid #fff;
	cursor: pointer;
}

.textarea {
	width: 302px;
	height: 152px;
	color: #000;
	font-size:1em;
	font-family: arial;
	padding: 3px;
	border: 1px solid #AC223C;
	background-color: #fff;
}



.label {
	float: left;
	width: 120px;
	white-space: nowrap;
}

.label_right {
	margin: 0 50px 0 100px;
	width: 120px;
	white-space: nowrap;
}

.spacer {
	float: left;
	height: 19px;
	width: 250px;
}


.col_1 {
	float: left;
	width: 300px;
}

.col_2 {
	float: left;
	width: 300px;
}

/*---------------------------------------------------------------------------------------------------*/
/*COMMON*/

#wrapper {
	float: left;
	min-height: 100%;
	width: 800px;
	height: auto !important;
	height: 100%;	
	vertical-align: top;
	background: url(images/bg.gif) #DBE8EF;
}

#header {
	margin-left: 61px;
	width: 675px;
	height: 234px;
	border-left:#373A3D 1px solid;
	border-right:#373A3D 1px solid;

}


#footer {

}

#footer, #push {
	float: left;
	height: 50px;
}


#wrapper #content {
	float: left;
	margin-left: 61px;
	display: inline;
	width: 676px;
	border-right:#373A3D 1px solid;
	border-top:#373A3D 1px solid;
	border-bottom:#373A3D 1px solid;
}


#inner-content {
	float:left;
	width: 675px;

}


#inner-content-left {
	float:left;
	width:321px;
	padding-top:12px;
}



#inner-content #lcol {
	float: left;
	width: 51px;
	border-right: 1px solid #253b4e;

}

#inner-content #lcol #ltop {
	height: 120px;
	border-bottom: 1px solid #253b4e;
}

#inner-content #lcol #lbottom {
	height: 220px;
	border-top: 1px solid #fff;
	border-left: 1px solid #253b4e;
	background: url(images/scratch.jpg);
}




#inner-content #column {
	float: left;
	background: url(images/scratch.jpg) no-repeat;
	min-height:  18em;
	width: 486px
}


#inner-content #column #column-content {
	float: left;
	width: 470px;
	padding-left: 14px;

}


#inner-content #rcol {
	width: 135px;
	float: right;
}

#inner-content #rcol #rtop {
	text-align: center;
	width: 100%;
	height: 127px;
	border-bottom: 1px solid #253b4e;
}

#inner-content #rcol #rtop a {
	border: none;
}



#inner-content #rcol #rbottom {
	float: left;
	width: 100%;
	height: 220px;
	border-top: 1px solid #fff;
	background-image: url(images/scratch.jpg)
}



#inner-content #inner-content-left img {
	margin: 2px 0 10px 7px;
}

#inner-content #inner-content-left .text {
	padding:0 15px 15px 15px;
}

#inner-content #inner-content-left #intro {
	padding:0 15px 15px 15px;
}


#inner-content #inner-content-left #intro:first-letter {
	font-family: Impact, Arial, sans-serif;
	color: #990000;
	font-size: 38px;
	margin:-5px 5px 0 0;
	text-shadow: 3px 3px 4px #999;
	padding:0;
	line-height:-30px;
	float:left;
	line-height:110%;
}


#inner-content #inner-content-left h6 img {
	margin: 5px 0 0 3px;
}





#inner-content #inner-content-right {
	width:353px;
	float:right;
}

#inner-content #inner-content-right .text {
	padding:0 15px 15px 15px;
}

#inner-content #inner-content-right img {
	margin: 2px 0 10px 7px;
}


.h1-admin {
	padding-left: 15px;
}


/*---------------------------------------------------------------------------------------------------*/
/* menu frontpage*/


.menu {
	background: url(images/ltblue-scratch.jpg);
}


#inner-content #inner-content-right .menu p {
	font-size: 0.9em;
	margin: 0pt;
	border-bottom: 1px solid;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}

#inner-content #inner-content-right .menu p span {
	float: left;
	padding: 0;
	margin: 0;
	border-right: #253B4E 1px solid;
	border-left: #fff 1px solid
}


#inner-content #inner-content-right .menu p span a {
	border: none;
	color: #fff;
	padding: 0 4px;
	display: block;
	font-weight: 700;
	text-decoration: none;
}


#inner-content #inner-content-right h6 .flag {
	float: right;
	margin: 2px 5px 0 0;
	padding: 0;
}

#inner-content #inner-content-right h6 img {
	float: left;
	margin: 5px 0 0 3px;
}


#inner-content #inner-content-right .menu p span a:hover {
	background: url(images/red-scratch.jpg) 0 0  repeat-x;
}










#inner-content #inner-content-left .menu p {
	font-size: 0.9em;
	margin: 0pt;
	border-bottom: 1px solid;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}

#inner-content #inner-content-left .menu p span {
	float: left;
	padding: 0;
	margin: 0;
	border-right: #253B4E 1px solid;
	border-left: #fff 1px solid
}


#inner-content #inner-content-left .menu p span a {
	border: none;
	color: #fff;
	padding: 0 4px;
	display: block;
	font-weight: 700;
	text-decoration: none;
}


#inner-content #inner-content-left .menu p span a:hover {
	background: url(images/red-scratch.jpg) 0 0  repeat-x;
}






/*---------------------------------------------------------------------------------------------------*/
/* menu other pages*/

#menu_bar {
	float: left;
	border-bottom: #253b4e 1px solid;
	border-left: #253b4e 1px solid;
	border-right: #253b4e 1px solid;
	background: url(images/menu_bg.jpg) repeat-x #54789C;
	width: 674px;

}




#menu_bar #menu_left{
	float: left;
	width: 200px;
	border-right: #fff 1px solid;
	background: url(images/ltblue-scratch.jpg);
}


#menu_bar #menu_left p span {
	border-right:#253b4e 1px solid;
	border-left:#fff 1px solid;
	float: left;
	display: inline;
}


#menu_bar #menu_left p span a {
	font-weight: normal;
	padding: 4px;
	display: block;
	color: #fff;
	height: 14px;
	font-size: 0.8em;
	border: none;
	text-decoration: none;
	float: left;
}



#menu_bar #menu_left p span a:hover {
	height: 14px;
	background: url(images/red-scratch.jpg) 0 0  repeat-x;
}

#menu_bar  #menu_left h6 img {
	margin: 5px 0 0 3px;
}



#menu_bar #menu_right {
	width: 450px;
	float: left;
	border-left: #253b4e 1px solid;
	border-right: none;
	padding: 0px;
	height: 24px;
}


#menu_bar #menu_right h6 .flag {
	float: right;
	margin: 2px 5px 0 0;
	padding: 0;
}

#menu_bar  #menu_right h6 img {
	float: left;
	margin: 5px 0 0 3px;
}


#menu_bar #menu_right h6 {
	height: 16px;
}



#menu_bar #menu_right p span {
	border-right:#253b4e 1px solid;
	border-left:#fff 1px solid;
	float: left;
}


#menu_bar #menu_right p span a {
	font-weight: normal;
	text-decoration: none;
	padding: 4px;
	display: block;
	height: 14px;
	color: #fff;
	font-size: 0.8em;
	border: none;
	float: left;
}



#menu_bar #menu_right p span a:hover {
	background:url(images/red-scratch.jpg) center top no-repeat;
}






/*---------------------------------------------------------------------------------------------------*/

#loginbox {
	margin:10px auto;
}

#loginbox fieldset {
	background-color: #ECEBE9;
	padding: 20px;
	border:1px solid #98B8CD;
}

#logout {
	float: left;
	margin: 3px 0 0 3px;
}
#logout a {
	color: #ff0000;
	font-weight: 700;
}

#logout a:hover {
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------------*/


#browsebox table {
	width: 100%;
}


#browsebox table .header  img {
	vertical-align: middle;
	cursor: pointer;
}

#browsebox #frmbrowse table .header #all_selected {
	vertical-align: middle;
	margin: 0;
}

#browsebox #frmbrowse table .header img {
	cursor: pointer;
}

#browsebox table {
	border-top:#CFCFCF 1px solid;
	border-left:#CFCFCF 1px solid;
	margin:10px 0;

}
#browsebox table td {
	border-bottom:#CFCFCF 1px solid;
	border-right:#CFCFCF 1px solid;
	padding: 5px;
	white-space: nowrap;
	vertical-align: middle

}

#browsebox select {
	width: 50px;
}

#browsebox #navigation {
	margin-bottom: 20px;
	background-color: #EFEFEF;
	padding: 2px 0;
}

#browsebox span {
	margin: 0 3px;
}

#browsebox #legenda span {
	margin-right: 8px;
}
#browsebox #legenda span img {
	vertical-align: middle;
}

/*---------------------------------------------------------------------------------------------------*/


#inner-content #column #column-content #admin-menu  {
	display: inline;
	margin-left: 200px;
	float: left;
	padding-bottom: 10px;
}

#inner-content #column #column-content #admin-menu li  {
	margin-top: 10px;
}

#inner-content #column #column-content #admin-menu li a {
	border-bottom: 1px solid #A00524;
	font-weight: 700;
	text-decoration: none;
}


#back {
	height: 20px;
	padding-top: 5px;
	text-align: right;


}

#back #backList {
	float: right;
	list-style-type: disc;
}

#back #backList li {
	margin-left: 40px;
	float: left;
}

#back #backList li a {
	display: block;
	border-bottom: 2px solid #A00524;
	font-weight: 700;
}

#tooltip {
	color: #3B3E3D;
	background-color: #EFEAD7;
	padding: 2px;
	border:1px solid;
	z-index: 10;
	width: 400px;

}


#disabled {
	color: #fff;
	position:absolute;
	top: 5px;
	left: 355px;
	width: 335px;
	background-color: #4F4F4F;
	padding: 6px;
	border:#C18422 1px solid;
}





#divPopup {
	position: absolute;
	border:2px solid #AC223C;
	background-color: #7F7F7F;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	color: #E1E1E1;
	width: 400px;

}

#divClose {
	background-color:#AC223C;
	text-align: right;
	display: block;

}

#popuplink {
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 0.7em;
}



#closePop {
	background:#C4141B;
	text-align: right;
}

#closePop a {
	color: #FFF;
	font-weight: 700;
	font-family: verdana;
}


#address {
	display: inline;
	margin: 20px 0 50px 60px;
	float: left;
	color: #AC223C;
	font-size: 0.8em;
}

#address a {
	color: #AC223C;
}

.info {
	width: 100px;
	float: left;
}

.more {
	border: none;
}
/*---------------------------------------------------------------------------------------------------*/


#imagebox {
	padding-top: 10px;
}
#imagebox p {
	float: left;
	margin: 4px;
}

#imagebox p .pic {
	margin-bottom: 3px;
	border:1px solid;
}


/*---------------------------------------------------------------------------------------------------*/


#slideshow {
	position: relative;
	width: 350px;
	height: 350px;
	background-repeat: no-repeat;
	border-bottom: 1px solid;
}
#slideshow div {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	height: 350px;
	top: 0;
	width: 354px;
}

.thumb-box {
	float: left;
	margin: 0 10px 20px 0;
}

.thumb-box a {
	text-decoration: none;
	border: none;
}

.thumb-box .thumb {
	height: 70px;
	width: 100px;
	border:1px solid #AC223C;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}


/*---------------------------------------------------------------------------------------------------*/

.odd {
	width: 97%;
	background:#BFC4C7;
	height: 85px;
}

.odd img {
	border-bottom:solid 1px #253B4E;
	border-right:solid 1px #253B4E;
	background:#fff;
	margin:5px;
	float: left
}



.odd  p {
	padding-left: 15px;
	padding-right: 15px;
}

.odd div  {
	float: left;
	padding: 10px 0;
}


.normal img {
	border-bottom:solid 1px #253B4E;
	border-right:solid 1px #253B4E;
	background:#fff;
	margin:5px;
	padding:4px;
}

.normal {
	width: 97%;
	height: 100px;
}

.normal img {
	float: right
}


.normal  p {
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
}

.normal div  {
	float: right;
	text-align: right;
	padding: 10px 0;
}

.imglnk {border-bottom:none !important;}

