/***************************************************************************}
{* ExiteCMS Web Application Framework                                      *}
{***************************************************************************}
{* Copyright 2008-2009 Exite BV, The Netherlands                           *}
{* for support, please visit http://www.exitecms.org                       *}
{***************************************************************************}
{*                                                                         *}
{* Theme name: ExiteCMS default stylesheet                                 *}
{* Author    : Rollsroyce, ExiteCMS development team                       *}
{*                                                                         *}
{***************************************************************************}
{*                                                                         *}
{* css stylesheet for all pages of the ExiteCMS v8 default theme           *}
{*                                                                         *}
{***************************************************************************/

/*-----GLOBAL RESET-----*/

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:0;
	padding:0;
    font-family:"Liberation Sans", Tahoma, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:0.5em 0;
}

ul.menu {
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
}

li, dd {
	margin-left:1em;
}

fieldset {
}

legend {
}

/* IE FIXES FOR FIELDSET & LEGEND */
* html legend {
	position:absolute;
	top: -.5em;
	left: .5em;
}
* html fieldset {
	position: relative;
	margin-top:1em;
	padding-top:.75em;
}

img {
	border: none;
}

.clear {
	clear: both;
}

/*-----BACKGROUND COLOR/FONT SIZE AND COLOR-----*/

body {
	font-size:12px;			/*-- all other font-size are relative to this size! --*/
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
}

/*-----ALL NON PARAGRAPH TEXT COLORS-----*/

td, p {
	font-size:1em;
}

/*-----BUTTON STYLING-----*/

.buttons a, .buttons button{
    margin:0 7px 0 0;
    color:#343434;
    background-color:#d5d5d5;
    border:1px solid #bcbcbc;
    border-right:2px solid #999;
    border-bottom:1px solid #999;
    font-family:"Liberation Sans", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
	font-weight:normal;
    line-height:130%;
    text-decoration:none;
    cursor:pointer;
    padding:3px 7px 2px 4px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:2px 6px 1px 4px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:15px;
    height:15px;
}

/* STANDARD BUTTON BEHAVIOUR */

button:hover, .buttons a:hover{
    border:1px solid #bcbcbc;
    border-top:1px solid #999;
    border-left:2px solid #999;
    background-color:#ececec;
    text-decoration:none;
    color:#343434;
}
.buttons a:active{
    background-color:#6299c5;
    border:2px solid #6299c5;
    text-decoration:none;
    color:#fff;
}

/* POSITIVE BUTTON BEHAVIOUR */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    border-top:1px solid #999;
    border-left:2px solid #999;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:2px solid #529214;
    color:#fff;
}

/* NEGATIVE BUTTON BEHAVIOUR */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    border-top:1px solid #999;
    border-left:2px solid #999;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:2px solid #d12f19;
    color:#fff;
}

/*----- INLINE EDIT MENU -----*/

.inlineeditmenu {
	float:left;
	margin-left: -20px;
	border: #000 1px dotted;
	position: relative;
	cursor: pointer;
	display:none;
}

/*----- AJAX SPINNER -----*/

.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../images/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

/*----- FORM FIELDS -----*/

form {
	display: inline;
}

input {
	background-color: #eee;
	border: 1px solid #bbb;
	font: 0.9em sans-serif;	/* match the height in the font size to center vertically! */
	padding:3px 0px;
    font-family:"Liberation Sans", Tahoma, Arial, Verdana, sans-serif;
}

select {
	background-color: #eee;
	border: 1px solid #bbb;
}

span.checkbox {
	padding: 5px 5px 0 0;
}
span.radio {
	padding: 5px 5px 0 0;
}
span.select {
	position: absolute;
	height: 24px;
	padding: 0px 4px 0px 2px;
	font: 0.9em/24px sans-serif;	/* match the height in the font size to center vertically! */
    font-family:"Liberation Sans", Tahoma, Arial, Verdana, sans-serif;
	overflow: hidden;
}

/*----- HEADINGS -----*/

h1, .center {
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-0.5px;
}

h2 {
	font-size:1.4em;
	font-weight:normal;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
}
h4 {
	font-size:1.0em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}

h6 {
	font-size:0.8em;
	font-weight:bold;
}

.center {
	padding-bottom:15px;
	font-weight:normal;
}

/*-----LINK TEXT COLORS-----*/

a {
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
	cursor:pointer;
}

/*-----LISTS-----*/

ul {
	list-style:none;
}

li {
	background:url(../images/dot.png) 0px 7px no-repeat;
	padding-left:7px;
}

/*-----TABLES-----*/

caption {
	padding: 0 2px 5px 0;
	font-size: 80%;
	font-style: italic;
	text-align: right;
}

th {
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 5px 5px 5px;
}

th.centered {
	text-align: center;
}

th.nobg {
	border-top: 0px;
	border-left: 0px;
	background: none;
}

td {
	margin:0px;
	padding:6px 4px;
}

/*-----TABLE NAV DEFAULTS -----*/

div .tablenavigation {
	text-align: center;
	margin-top:5px;
}

div .tablenavigation table {
	border: 0;
	margin: 0 auto;
	text-align: left;
}

div .tablenavigation td {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
}

/*-----BLOCKQUOTE STYLE-----*/

blockquote {
}
