/*
	© Edwin Allan 2008
	http://edwin.allan.ch/
*/

/* colors:
light blue: c9eeff
medium blue: a2e2ff
dark blue: b6d8e7

light red: f9b9b9
medium red: f97e7e
dark red: cb4c4c

light gray: e7e7e7
black: 2d2d2d
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	/*
	WITH GRADIENT
	
	background-image: url('../images/g_01.jpg');
	background-repeat: repeat-x;
	background-color: #f9b9b9;*/
	
	/*
	WITH IMAGE*/
	
	
	background-image: url('../images/bg_peel.gif');
	background-repeat: no-repeat;
		
	
	background-color: #f4fcff;
}

#main {
	margin: 0 auto;
	width: 780px;
	
}

/* WHITE BACKGROUND */
#article, #constantbar, #mediaslideRight, .borderTop, .borderBottom, .borderRight, .borderLeft {
	background-color: #fff;
}

/* HEADER */


#header {
	height: 100px;
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

#logo {
	display: block;
}

#logo a{
	text-decoration: none;
}

#login {
	width: 780px;
	height: 70px;
	text-align: right;
}

#login ul li {
	display: inline;
}


#header #mainmenu {
	background-image: url('../images/g_03.jpg');
	background-repeat: repeat-x;
	margin-top: 5px;
	height: 21px;
	border: 1px #b6d8e7 solid;
	border-left: none;
}

#mediaslideHome .ucd {
	margin-top: 40px;
	margin-right: 10px;
}

/* CONTENT */
#content {
	/*
	ACTIVATE BEVEL SHADOW
	
	background-image: url('../images/bg_shadowBottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 11px;*/
	margin-top: 28px;
}

#mediaslide {
	border-top: 1px #b6d8e7 solid;
	border-bottom: 1px #b6d8e7 solid;
	border-left: 1px #b6d8e7 solid;
	float: left;
	width: 771px;
}

#mediaslideHome {
	border-top: 1px #b6d8e7 solid;
	border-bottom: 1px #b6d8e7 solid;
	border-left: 1px #b6d8e7 solid;
	float: left;
	width: 771px;
	background-color:#FFFFFF;
}

#mediaslideLeft {
	width: 558px;
	float: left;
	height: 60px;
}

#mediaslideRight {
	width: 205px;
	float: right;
	height: 44px;
	padding: 8px 0 8px 8px;
	background-image: url('../images/bg_arc.png');
	background-repeat: no-repeat;
}

#mediaslideLeftHome {
	width: 558px;
	float: left;
	height: 299px;
}

#mediaslideRightHome {
	width: 205px;
	float: right;
	height: 283px;
	padding: 8px 0 8px 8px;
	background-image: url('../images/bg_arc.png');
	background-repeat: no-repeat;
}

#mediaslideRight h2 {
	display: inline;
	margin-right: 67px;
}


#constantbar {
	width: 182px;
	border-right: 1px #b6d8e7 solid;
	border-left: 1px #b6d8e7 solid;
	padding: 0 8px;
}

#constantbar ul{
	list-style-type: none;
}

#constantbar .article_separator{
	display: none;
}

#article {
	width: 546px;
	float: right;
	margin-top: 10px;
	border: 1px #b6d8e7 solid;
	padding: 0 10px 10px 10px;
	/*background-image: url('../images/g_01.jpg');
	background-repeat: repeat-x;
	background-position: 0px 44px;*/
	min-height: 391px;
}

#constantBarHome {
	width: 768px;
	margin-top: 10px;
	border: 1px #b6d8e7 solid;
	padding: 0px 5px 0px 5px;
	border-bottom: none;
	background-color:#FFFFFF;
	height: 160px;
}

.constantBarHomeBox {
	width: 248px;
	float: left;
	margin: 2px;
	
}

.constantBarHomeBox div.blog div.leading {
	height: 130px;
	overflow: hidden;
}

.constantBarHomeBox form.editor {
	background-color: #FFF;
	position: relative;
	top: -25px;
	left: -255px;
	z-index: 999;
	width: 506px;
}

.constantBarHomeBox h2 {
	text-align: left;
}

.constantBarHomeBox .blog {
	padding-left: 5px;
	
}

hr {
	border-bottom: 1px solid #c9eeff;
	margin: 5px 0;
}

/* FOOTER */
#footer {
	text-align: center;
	margin-top: 5px;
}

#footer dt {
	display: inline;
	border-left: 1px #b6d8e7 solid;
	padding: 0 3px 0 6px;
}

#footer address {
	display: inline;
}

#footer .noborder {
	border: none;
}

/* ROUNDED */
.roundedConstant {
	float: left;
	margin-top: 10px;
}

.roundedConstant .borderTop {
	width: 184px;
}

.roundedConstant .borderBottom {
	width: 184px;
}

.roundedConstant .roundedTop div {
	float: left;
}

.roundedConstant .roundedTop {
	height: 8px;
	width: 200px;
}

.roundedConstant .roundedBottom div {
	float: left;
}

.roundedConstant .roundedBottom {
	height: 8px;
	width: 200px;
}


#roundedMediaslideMini {
	width: 8px;
	float: right;
}

.cornerTopLeft {
	width: 8px;
	height: 8px;
	background-image: url('../images/rounded.png');
}

.cornerBottomLeft {
	width: 8px;
	height: 8px;
	background-image: url('../images/rounded-03.png');
	float: left;
}

.cornerTopRight {
	width: 8px;
	height: 8px;
	background-image: url('../images/rounded-02.png');
}

.cornerBottomRight {
	width: 8px;
	height: 8px;
	background-image: url('../images/rounded-04.png');
	float: left;
}

.borderTop {
	height: 7px;
	border-top: 1px #b6d8e7 solid;
}

.borderRight {
	width: 7px;
	height: 46px;
	border-right: 1px #b6d8e7 solid;
}

.borderRightHome {
	width: 7px;
	height: 285px;
	border-right: 1px #b6d8e7 solid;
	background-color:#FFFFFF;
}

.borderLeft {
	width: 7px;
	border-left: 1px #b6d8e7 solid;
}

.borderBottom {
	height: 7px;
	border-bottom: 1px #b6d8e7 solid;
	float: left;
	width: 764px; /* 780 - (8+8) */
}

/* OTHER */
.clear {
	clear: both;
}

input[type=submit] {
	padding: 0 5px;
	font-size: 11px;
}

#login input[type=text],input[type=password] {
	width: 100px;
}

input, .inputbox {
	border: 1px #b6d8e7 solid;
	margin-bottom: 2px;
}


input:hover {
	background-color: #b6d8e7;
}

button:hover {
	background-color: #b6d8e7;
}

button {
	border: 1px #b6d8e7 solid;
	margin: 1px;
}

.button {
	border: 0;
	margin: 0 0 -6px 0;
	padding: 0;
}

td .button {
	border: 1px #b6d8e7 solid;
	padding: 1px;
}

.button:hover {
	background: none;
}

.editor fieldset {
	border: 1px #b6d8e7 solid;
	padding: 10px 5px;
	margin: 10px 0;
}

.editor legend {
	margin-left: 10px;
	font-weight: bold;
}

.noborder {
	border: none;
}

#pretextLogin {
	margin: 0;
}

.contact p {
	margin: 0;
}

.contact #phone {
	margin-top: 5px;
}
#emailForm {
	margin-top: 5px;
}

#article .contentpaneopen_edit {
	float: left;
	margin-right: 5px;
}

.sectiontableentry2 img {
	height: 22px;
	position: static;
}

label {
	font-size: 11.4px;
}

.buttonheading {
	display: inline;
}

#constantbar code ul li {
	list-style:circle;
	list-style-position:inside;
}

div.important {
	background-color: #f9b9b9;
	font-size: 13px;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* EDITOR */
.button2-left div{
	padding: 2px;
	border: 2px solid #b6d8e7;
	background-color: #c9eeff;
	display: inline;
}

.button2-left div:hover{
	background-color: #f9b9b9;
}

.button2-left div a{
	text-decoration: none;
}

.button2-left{
	line-height: normal;
	margin: 10px 0;
}
iframe#imageframe {
	height: 500px;
}

