/* Small Studio Template 
   I'm sorry for non-english variables,
   but I think you'll manage */

body#page_bg {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background: url(bg.png) repeat-x center top;
	background-image: url(bg.gif);
	
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

/* Clearfix */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}


a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #FF0000;
}

a img {
	border: 0;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
	color: #666666;
	display: block;
	float: right;
	font: normal 14px arial, sans-serif;
	height: 29px; /* sliding doors padding */
	text-decoration: none;
	width:170px;
	text-align: center;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(lefttl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.button span {
	display: block;
	line-height: 18px;
	padding: 5px 0 5px 5px;
	background-color: transparent;
	background-image: url(lefttl.gif);
	background-repeat: no-repeat;
}
a.button:active {
	background-position: left bottom;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
	width: 170px;
}
a.button:hover span {
	background-position: bottom left;
	padding: 5px 0 5px 5px; /* push text down 1px */
	width:170px;
	cursor: hand;
}
a.button:active span {
	padding: 5px 0 5px 5px; /* push text down 1px */
	width: 170px;
}
h3 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
	font-family: Tahoma;
	font-weight: normal;
	color: #000033;
}

.blue {
	color: #286ea0;
}
.grey {
	font-family: Tahoma;
	color: #333333;
}
#header {
	height: auto;
	color: #333333;
	width: 960px;
	padding: 5px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header a {
	text-decoration: none;
	color: #000000;
}
#header a:hover {
	color: #990000;
}
#subheader {
	height: 30px;
	
	background-image: url(bg-content.gif);
	background-repeat: repeat-x;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
#centretable {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: lighter;
	color: #000066;
	background-color: #FFFFFF;
	width: 960px;
	margin-bottom: 10px;
	padding: 5px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}



#footer {
	color: #808080;
	background: #FFF;
	font-size: 0.8em;
	text-align: center;
	margin: 10px auto 0px auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399CC;
	border-right-color: #3399CC;
	border-bottom-color: #3399CC;
	border-left-color: #3399CC;
	width: 960px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 25px;
}

#footer a {
	text-decoration: none;
	color: #3A6794;
}

#footer a:hover {
	color: #000;
}

#subfooter {
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	clear: both;
	margin: 10px auto 0px auto;
	width: 960px;
}
