* {
  margin: 0;
  padding: 0;
}
html, body {
	height: 100%;
}

body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background-color:#F2F2F2;
  min-width:960px;    /* Minimum width of layout */ 
  color:#000000;
  text-align: center;
}

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
 

}

a				{ color: #000000; text-decoration: underline }
a:visited		{ color: #667 }
a:focus, 
a:hover     	{ color: #933 }

img{
  border: 0px;
}

fieldset{
  border: 0;
}

/*------------------------------------------------struktura--------------------*/

/* column container */
.colmask {
  position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  overflow:hidden;		/* This chops off any overhanging divs */
  width:960px;				/* width of whole page */
  margin: 0 auto;
  text-align: left;             
}

/* holy grail 3 column settings */
.holygrail {
  background-color:#E6E6E6;    	/* Right column background colour */
}

.holygrail .colmid {
  float:left;
  width:200%;
  margin-left:-160px; 	/* Width of right column */
  position:relative;
  right:100%;
  background-color: #fff;
}

.holygrail .colleft {
  float:left;
  width:100%;
  margin-left:-50%;
  position:relative;
  left:320px;         	/* Left column width + right column width */
  background-color:#E6E6E6;    	/* Left column background colour */
  font-family: "Arial";
  padding: 0;
  color: #000000;
}

.holygrail .col1wrap {
  float:left;
  width:50%;
  position:relative;
  right:160px;        	/* Width of left column */
  padding-bottom:0em; 	/* Centre column bottom padding. Leave it out if it's zero */ 
}

.holygrail .col1 {
  margin: 0 160px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
  position:relative;
  left:200%;
  overflow:hidden;
}
    
.holygrail .col2 {
  float:left;
  float:right;			/* This overrides the float:left above */
  position:relative;
  width:160px;        	/* Width of left column content (left column width minus left and right padding) */
  position:relative;
  right:0px;         	/* Width of the left-had side padding on the left column */
}

.holygrail .col3 {
  position:relative;
  left:50%;
  float:left;
  float:right;			/* This overrides the float:left above */
  width:160px;        	/* Width of right column content (right column width minus left and right padding) */
  margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
  position:relative;
  left:50%;  
}
    
#fotter{
  width:960px;
  margin: 0 auto;
  padding: 0px;
  height: 40px;
  text-align: left;
}

.fotter_text{
  font-family: "Arial";
  font-size: 13px;
  margin: 0px;
  width:960px;
  height: 40px;
  background-color: #FECB00;
  float: left;
}

.fotter_text p{
  padding: 10px 0 0 10px;
}

.fotter_text a{
  text-decoration: none;
  color: #000000;
}

.fotter_text a:hover{
  text-decoration: underline;
}	

/*------------------------------------------------/struktura--------------------*/

/*---------------------------------------------------------------------------*/
/*---------------------------------------Hlavni stranka----------------------*/
/*---------------------------------------------------------------------------*/

/*------------------------------------------------topmenu--------------------*/
#topmenu{
	width:960px;
	height:40px;
	font-family: "Arial";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	float: none;
	background-color: #FECB00;
	margin: 0 auto ;
}

#topmenu a{
  text-decoration: none;
  color: #000000;
}

#topmenu input{
  width: 100px;
  text-align: center;
  border: 0px;
}

#topmenu a:hover{
  text-decoration: underline;
}

#vyhledat{
  float: left;
  padding: 10px 0 0px 10px;
}

#vyhledat span{
  padding-left: 10px;
}

#newsletter{
  float: right;
  padding: 10px 0 0px 10px;
}
#newsletter span{
  padding-right: 8px;
  padding-left: 8px;
}

#registrace{
  float: right;
  padding: 10px 3px 0px 30px;
}

#registrace span{
  padding-right: 8px;
  padding-left: 8px;
}
/*------------------------------------------------/topmenu--------------------*/


/*------------------------------------------------hlavicka-------------------*/
#hlavicka{
	width:960px;
	height:200px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #dcd66e;
	text-decoration: none;
	padding: 0px;
	float: none;
	background-image: url(/images/head_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto ;
}

#trilobit{
	 padding: 60px 0 0 43px;
	 font-size: 38px;
	 text-align: left;
}

#utb{
	padding-top: 10px;
	float: right;
	font-size: 18px;
}

#hlavicka a{
	color: #000000;
	text-decoration: none;
}
/*------------------------------------------------/hlavicka-------------------*/

/*------------------------------------------------menu--------------------*/

.menu{
  margin: 0px;
  list-style-type: none;
  padding: 0px 0px 0px 0px
  width: 160px;
  font-weight: bold;
}

.menu a{
  padding-bottom: 8px;
}

.menu li a{
  background-color: #BFBFBF;
  display: block;
  width: auto;
  padding-left: 10px;
  text-decoration: none;
  font-family: "Arial";
  font-weight: bold;
  font-size: 15px;
  padding-top: 8px;
  color: #000000;
}

.menu li a:hover{
  background-color: #FECB00;
}

/*------------------------------------------------/menu--------------------*/


/*------------------------------------------------l_aktualni_cislo--------------------*/

.l_aktualni_cislo {
	font-family: Arial;
	font-size: 13px;
 	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	width: 133px;
	float: left;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
  background: url(/images/AC.png) no-repeat;
	background-position: 0px 38px;
	text-align: left;
	text-transform: uppercase;
}

.l_aktualni_cislo p{
  padding-left: 23px;
}

.l_aktualni_cislo hr{
  margin-top: 4px;
  border: 0px;
  background-color: #000000;
  height: 5px;
  width: 140px; 
}

.l_aktualni_cislo ul{
  position: relative;
  bottom: 7px;
  margin: 0;
  text-transform: none;
  list-style-type: none;
  padding: 0px 0px 0px 0px
  width: 140px;
  font-weight: bold;
}

.l_aktualni_cislo a{
  color: #000000;
  border-bottom: 1px #FECB00 solid;
  text-decoration: none;
}

.l_aktualni_cislo li{
  padding-top: 17px;
  display: block;
  width: auto;
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
}
/*------------------------------------------------/l_aktualni_cislo--------------------*/

/*------------------------------------------------r_publikace--------------------*/
.r_publikace {
	font-family: "Arial";
	font-size: 13px;
  font-weight: bold;
	text-transform: none;
	text-decoration: none;
	width: 133px;
	float: left;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
  background: url(/images/publikace.png) no-repeat;
	background-position: 0px 18px;
	text-align: left;
	text-transform: uppercase;
}
/*------------------------------------------------/r_publikace--------------------*/

/*------------------------------------------------stylizace left column--------------------*/
.r p{
  padding-left: 23px;
}

.r hr{
  margin-top: 4px;
  border: 0px;
  background-color: #000000;
  height: 5px;
  width: 140px; 
}

.r ul{
  position: relative;
  bottom: 7px;
  margin: 0;
  text-transform: none;
  list-style-type: none;
  padding: 0px 0px 0px 0px
  width: 140px;
  font-weight: bold;
}

.r a{
  color: #000000;
  border-bottom: 1px #FECB00 solid;
  text-decoration: none;
}

.r span{
  font-family: "Georgia";
  color: #333333;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  top: 7px;
}

.r li{
  padding-top: 17px;
  display: block;
  width: auto;
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
}
/*------------------------------------------------/stylizace left column--------------------*/

/*------------------------------------------------r_novinky--------------------*/
.r_novinky {
	font-family: "Arial";
	font-size: 13px;
  font-weight: bold;
	text-transform: none;
	text-decoration: none;
	width: 133px;
	float: left;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
  background: url(/images/novinky.png) no-repeat;
	background-position: 0px 38px;
	text-align: left;
	text-transform: uppercase;
}
/*------------------------------------------------/r_novinky--------------------*/

/*------------------------------------------------r_komentare--------------------*/
.r_komentare {
	font-family: "Arial";
	font-size: 13px;
  font-weight: bold;
	text-transform: none;
	text-decoration: none;
	width: 133px;
	float: left;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
  background: url(/images/komentare.png) no-repeat;
	background-position: 0px 38px;
	text-align: left;
	text-transform: uppercase;
}
/*------------------------------------------------/r_komentare--------------------*/

/*------------------------------------------------r_anketa--------------------*/
.r_anketa {
	font-family: "Arial";
	font-size: 13px;
  font-weight: bold;
	text-transform: none;
	text-decoration: none;
	width: 133px;
	float: left;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
  background: url(/images/anketa.png) no-repeat;
	background-position: 0px 38px;
	text-align: left;
	text-transform: uppercase;
}
/*------------------------------------------------/r_anketa--------------------*/

/*------------------------------------------------r_kalendar--------------------*/
.r_kalendar {
	font-family: "Arial";
	font-size: 13px;
  font-weight: bold;
	text-transform: none;
	text-decoration: none;
	width: 133px;
	float: left;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
  background: url(/images/kalendar.png) no-repeat;
	background-position: 0px 38px;
	text-align: left;
	text-transform: uppercase;
}
/*------------------------------------------------/r_kalendar--------------------*/

/*------------------------------------------------r_partneri--------------------*/
.r_partneri {
	font-family: "Arial";
	font-size: 13px;
  font-weight: bold;
	text-transform: none;
	text-decoration: none;
	width: 133px;
	float: left;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
  background: url(/images/partneri.png) no-repeat;
	background-position: 0px 38px;
	text-align: left;
	text-transform: uppercase;
}

.r_partneri a{
  text-decoration: none;
  color: #000000;
}

.r_partneri p{
  padding-left: 23px;
}

.r_partneri hr{
  margin-top: 4px;
  border: 0px;
  background-color: #000000;
  height: 5px;
  width: 140px; 
}

.r_partneri ul{
  position: relative;
  bottom: 7px;
  margin: 0;
  text-transform: none;
  list-style-type: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 140px;
  font-weight: bold;
}

.r_partneri li{
  text-align: center;
  padding-top: 17px;
  display: block;
  width: auto;
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
}
/*------------------------------------------------/r_partneri--------------------*/

/*------------------------------------------------middle--------------------*/
.body_textarea {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	float: left;
	width: 620px;
    padding: 0px 0px 10px 10px;
}

.body_textarea hr{
  margin-top: 5px ;
  border: 0px;
  background-color: #000000;
  height: 5px;
  width: 100%;
}

.body_textarea h1{
  margin-top: 5px;
	font-family: "Arial";
	font-size: 25px;
  font-weight: bold;
	text-transform: capitalize;
}

.body_textarea h1 a{
  color: #000;
  text-decoration: none;
}

.body_textarea h1 a:hover{
  text-decoration: underline;
  cursor: pointer;
}

.body_textarea h2{
  margin-top: 3px;
	font-family: "Georgia";
	font-size: 15px;
  font-weight: bold;
  color: #FECB00;
}

.body_textarea h2:hover{
  cursor: pointer;
}

.body_textarea h2 img{
  position: relative;
  top: 3px;
	font-family: "Georgia";
	font-size: 15px;
  font-weight: normal;
  color: #FECB00;
}

.top_text{
  padding-top: 17px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
  text-transform: uppercase;
}

#line {
  margin-top: 9px;
  height: 2px;
  border: 0px;
  background-color: #E6E6E6;
}

.body_textarea span{
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.body_textarea p{
  margin-top: 20px;
	font-family: "Georgia";
	font-size: 11px;
	font-weight: normal;
  color: #333333;
  text-align: justify; 
}
/*------------------------------------------------main_article--------------------*/
.main_article{
  margin-top: 30px;
	font-family: "Georgia";
  color: #333333;
	font-size: 11px;
  height: 222px;
}

.main_article img{
  float: left;
}

.main_article p{
  margin: 0;
  line-height: 16px;
}

.main_article div{
  width: 300px;
  float: right;
}
.main_article a{
  color: #FECB00;
  text-decoration: none;
}
/*------------------------------------------------/main_article--------------------*/



/*------------------------------------------------podclanky--------------------*/
#sub_articles_area{
  position: relative;
  bottom: 14px;
  width: 640px;
  height: 100%;
	font-family: "Georgia";
	font-size: 11px;
  color: #333333;
}

.sub_article{
  clear: none;
  float: left;
  width: 320px;
  height:310px;
  margin-top: 20px;
  text-align: justify; 
}

.sub_article h3{
	font-family: "Arial";
	font-size: 15px;
	font-weight: bold;
  width: 300px;
}

.sub_article a:hover{
  text-decoration: underline;
  cursor: pointer;
}

.sub_article h4{
  margin-top: 4px;
	font-family: "Georgia";
	font-size: 12px;
	font-weight: normal;
	color: #FECB00;
  width: 300px;
  font-weight: bold;
}

.sub_article h4:hover{
  cursor: pointer;
}

.sub_article div{
  margin-top: -1px;
  width: 300px;
  font-weight: normal;
  line-height: 16px;
}

.sub_article a{
  color: #000;
  text-decoration: none;
}

.sub_article span{
	font-family: "Georgia";
	font-size: 11px;
  color: #FECB00;
  text-decoration: none;
  font-weight: normal;
}
/*------------------------------------------------/podclanky--------------------*/

/*------------------------------------------------strankovani--------------------*/
.paging{
  margin-top: 30px;
  float: left;
  width: 620px;
	font-family: "Arial";
	font-size: 13px;
	font-weight: normal;
}

.paging a{
  text-decoration: none;
  color: #000;
}

.paging a:hover{
  color: #FECB00;
}
/*------------------------------------------------/strankovani--------------------*/

/*------------------------------------------------/middle--------------------*/

/*---------------------------------------------------------------------------*/
/*---------------------------------------/Hlavni stranka---------------------*/
/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*---------------------------------------Clanek detail-----------------------*/
/*---------------------------------------------------------------------------*/

.view_article{
  margin-top: 30px;
	font-family: "Georgia";
	font-size: 11px;
	height: 210px;
  color: #333333;
}

#img1{
  width: 300px;
  float: left;
}

#img2{
  width: 300px;
  float: right;
}

.view_article_text h3{
  padding-top: 20px;
	font-family: "Arial";
	font-size: 12px;
  font-weight: bold;
	line-height: 16px;
}

.view_article_text h4{
  padding-top: 20px;
	font-family: "Arial";
	font-size: 12px;
  font-weight: bold;
	line-height: 16px;
}

.view_article_text h5{
  padding-top: 20px;
	font-family: "Arial";
	font-size: 12px;
  font-weight: bold;
	line-height: 16px;
}

.view_article_text p{
  padding-top: 2px;
	font-family: "Georgia";
	font-size: 11px;
  font-weight: normal;
  color: #333333;
	line-height: 16px;
}
.view_article_text ul{
  padding-top: 2px;
	margin: 15px;
	font-family: "Georgia";
	font-size: 11px;
  font-weight: normal;
  color: #333333;
	line-height: 16px;
}

.view_article_text span{
	font-family: "Georgia";
	font-size: 11px;
  font-weight: normal;
  color: #FCC30B;
}

.view_article a{
  color: #FECB00;
  text-decoration: none;
}

div.hr {
  margin-top: 20px;
  margin-bottom: 15px;
  height: 2px;
  border: 0px;
  background-color: #E6E6E6;
}
div.hr hr {
  display: none;
}

.zdroje{
  margin-top: -20px;
  list-style: none;
	font-family: "Georgia";
	font-size: 11px;
	line-height: 16px;
  color: #333333;
}

.zdroje li{
  padding-top: 25px;
}

.zdroje span{
  color: #FCC30B;
  padding-right: 7px;      
}

.zdroje div{
  margin-top: -15px;
  margin-left: 30px;
	font-family: "Georgia";
  line-height: 16px;
  color: #333333;
}

.komentare {
  margin-top: -20px;
	font-family: "Georgia";
	font-size: 11px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
  background: url(/images/komentare_w.png) no-repeat;
  background-position: 0px 22px;
	text-align: left;
}

.kom{
  padding-top: 20px;
  padding-left: 23px;
	font-family: "Arial";
	font-size: 13px;
  font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

.komentare p{
  padding-top: 20px;
  padding-left: 23px;
	font-family: "Arial";
	font-size: 13px;
  font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

.komentare ul{
  margin-top: 25px;
  text-transform: none;
  list-style-type: none;
  padding: 0px 0px 20px 0px;
}

.komentare span{
  color: #FCC30B;
  padding-right: 16px;
}

.komentare li{
  padding-top: 22px;
  display: block;
}

.komentare li p{
  margin-top: -15px;
  margin-left: 5px;
  font-family: "Georgia";
  font-weight: normal;
  font-size: 11px;
  text-transform: none;
  color: #333333;
}

.paging_komentare{
  margin-top: 15px;
  float: left;
  width: 620px;
	font-family: "Arial";
	font-size: 13px;
	font-weight: normal;
  
}

.paging_komentare a{
  text-decoration: none;
  color: #000;
}

.paging_komentare a:hover{
  color: #FECB00;
}

.bottom_nav{
  margin-top: 10px;
  margin-bottom: 10px;
	font-family: "Arial";
	font-size: 13px;
	font-weight: normal;
}

.bottom_nav a{
  text-decoration: none;
  color: #000;
}

.bottom_nav a:hover{
  color: #FCC30B;
}
/*---------------------------------------------------------------------------*/
/*---------------------------------------/Clanek detail-----------------------*/
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*----------------------------------------archiv cisel-----------------------*/
/*---------------------------------------------------------------------------*/

.rocnik{
  list-style: none;
  margin-top: 25px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
  text-transform: uppercase;
}

.rocnik li{
  padding-top: 3px;
}

.rocnik a{
  text-decoration: none;
  color: #000;
}

.rocnik a:hover{
  border-bottom: 1px #FECB00 solid;
  text-decoration: none;
}

.cisla{
  list-style: none;
  margin-top: 25px;
	font-family: "Georgia";
	font-size: 11px;
	font-weight: normal;
  color: #333333;
}

.cisla li{
  padding-top: 3px;
}

.cisla a{
  text-decoration: none;
  color: #000;
}

.cisla a:hover{
  text-decoration: none;
  color: #FECB00;
}

/*---------------------------------------------------------------------------*/
/*---------------------------------------/archiv cisel-----------------------*/
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*---------------------------------------instrukce-----------------------*/
/*---------------------------------------------------------------------------*/

.instrukce h1{
  margin-top: 20px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
}

.instrukce ul{
  list-style-image: url(/images/ul.png);
  margin-left: 12px;
  margin-top: 15px;
  font-family: "Georgia";
	font-size: 11px;
	font-weight: normal;
}

.instrukce li{
  padding-left: 3px;
  padding-top: 3px;
}

#clean{
height: 20px;
}

/*---------------------------------------------------------------------------*/
/*---------------------------------------/instrukce-----------------------*/
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*---------------------------------------registrace-----------------------*/
/*---------------------------------------------------------------------------*/

/*.registrace{
  font-family: "Georgia";
	font-size: 11px;
	font-weight: normal;
  color: #333333;
  line-height:normal;
}

.reg{
  margin-top: 20px;

}
#LineBig{
	    line-height:180px ;
	}

.reg p{
  margin-top: 5px;
  margin-right:100px;
}

.reg div{

}

.reg span{
  font-family: "Arial";
	font-size: 12px;
  font-weight: bold;
  color: #000;
  margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; 
  
}

.reg input{
  width: 260px;
  height: 20px;
  border: 0;
  background-color: #E6E6E6;
  margin-right: 20px;
}

.reg textarea{
  width: 260px;
  height: 160px;
  border: 0;
  background-color: #E6E6E6;

  margin-right: 20px;
}

.reg h1,span.field-validation-error{
  margin-top: 0px;
  font-family: "Arial";
	font-size: 12px;
  font-weight: bold;
  color: #FF0000;
  float: right;

}



.registrovat{
  margin-left: 230px;
  padding-bottom: 3px;
  width: 160px;
  height: 20px;
  text-align: center;
  border: 0;
  background-color: #FCC30B;
  font-family: "Arial";
	font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}


/*---------------------------------------------------------------------------*/
/*---------------------------------------/registrace-----------------------*/
/*---------------------------------------------------------------------------*/*/



#steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
#steps li {font-size:24px; float:left; padding:10px; color:#b0b1b3;}
#steps li span {font-size:11px; display:block;}
#steps li.current { color:#000;}


/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

/* -------------------------------------------------------------
11. MESSAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.message
{
	background: #CCC url(/images/silk/icon_notice.gif) no-repeat 10px 11px;
	font-size: 13px;
	color: #74655f;
	display:block;	
	padding:10px 10px 10px 40px;
	margin-bottom: 1em;
	border: 1px solid #c2beb1;
	position:relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

	.message span
	{	
		display: none !important;
		position: absolute;
		right:7px;
		top:7px;
		font-weight:bold;
		font-size:10px;
		padding:5px;
		cursor:pointer;
	}
	
		.message-closable span { display: block !important; }

	.message-warning 
	{
		background-color: #fffcd3;
		background-image: url(/images/silk/error.png);
		color: #74655f;
		border-color: #c2beb1;
	}
	
	.message-success 
	{
		background-color: #e5f993;
		background-image: url(/images/silk/accept.png);
		color: #688006;
		border-color: #9bac55;
	}
	
	.message-info 
	{
		background-color: #d4ebfa;
		background-image: url(/images/silk/information.png);
		color: #4b6bab;
		border-color: #90b1c7;
	}
	
	.message-error
	{
		background-color: #f6b9b9;
		background-image: url(/images/silk/exclamation.png);
		color: #c32727;
		border-color: #e18484;
	}
.field-validation-error
{
		
		right:7px;
		top:7px;
		font-weight:bold;
		font-size:10px;
		padding:5px;

	background-color: #f6b9b9;

		color: #c32727;
		border-color: #e18484;
	}
.input-validation-error
{
	background: #CCC url(/images/silk/icon_notice.gif) no-repeat 10px 11px;
	font-size: 13px;
	color: #000000;
	display:block;	
	padding:10px 10px 10px 40px;
	margin-bottom: 1em;
	border: 1px solid #c2beb1;
	position:relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f6b9b9;
	color: #c32727;
	border-color: #e18484;	

}
.validation-summary-errors {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;

		background-color: #f6b9b9;
		background-image: url(/images/silk/exclamation.png);
		color: #c32727;
		border-color: #e18484;
}
.field-validation-valid {
color: #000000;
}

/* -------------------------------------------------------------
12. FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.form { padding: 5px; margin: 10px; }
.form .field_help {margin-left: 145px; position: relative;
     font-size: 90%; color: #000000; }
.form label, 
.form span.label { margin-right: 10px; padding-right: 10px; width: 125px; display: block; float: left;  font-weight: bold; text-align: right; position: relative; }
.form label em, 
.form span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
.form input:focus,
.form input.error:focus, 
.form textarea:focus {	background-color: #FFC; border-color: #FC6; }
.form div.controlset label, 
.form div.controlset input { display: inline; float: none; }
.form .controlset div { margin-left: 145px; }
.form .controlset label {font-size: 11px; font-weight: normal !important; }
.form .buttonrow { margin-left: 145px; }
.form .controlset input { border: none !important; }
.form .cancel { font-size: 11px; color: #C00; padding-left: 10px; }
.form .field { margin-bottom: 1.5em; }
.form .field input,textarea 
{
	padding: 4px;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.form .xsmall { width: 50px; }
.form .small { width: 100px; }
.form .medium { width: 200px; }
.form .large { width: 300px; }
.form .xlarge { width: 400px; }

button { padding: 5px}

/* Label top styles */
.label-top .field label { width: 100%; display: block; text-align: left; }
.label-top .field span.label { width: 100%; display: block; float: left; text-align: left; position: relative; }
.label-top .field .field_help { margin-left: 0; font-size: 11px; }
.label-top .controlset div { margin-left: 0; }
.label-top .buttonrow { margin-left: 0; }


/* -------------------------------------------------------------
10. PORTLET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.portlet
{
	background: #FFF;
	width: 100%;	
	/*border: 1px solid #CCC;*/
	margin-bottom: 1.5em;
	position: relative;
}

	.portlet-header
	{
		color: #000000;
		padding: 10px 15px;
		cursor: pointer;		
		position: relative;
		overflow: hidden;
	}
	
	#sidebar .portlet-header { }
	
		.portlet-header h4
		{
			font-size: 13px;			
			font-style: normal;
			font-weight: bold;
			color: #000000;
			padding: 0;
			margin: 0;
		}
		
		.portlet-header h4 a
		{
				color: #000000;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
				padding: 0;
				outline: none !important;
		}		
		
		.portlet-state-closed .portlet-header { }
		
		.portlet-state-closed .portlet-header h4 { text-decoration: underline; }
		
	.portlet-content { 	padding: 15px; position: relative; }	
	
	.portlet-state-closed .portlet-content { display: none; }
	
		.portlet-toggle-icon
		{
			width: 12px;
			height: 5px;
			display: block;
			position: absolute;
			right: 15px;
			top: 18px;
		}
	
	
#quick-info { padding: 0; margin: 0; }

#quick-info li { Width: 49%; list-style-type: none; float: left; margin-bottom: 1.5em; }

#quick-info li a
{
	background: url(/images/email.png) no-repeat 0 0;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 2px;
}

.qi-orders a { background-image: url(/images/silk/money.png) !important; }
.qi-messages a { background-image: url(/images/silk/email.png) !important; }
.qi-comments a { background-image: url(/images/silk/comments.png) !important; }
.qi-articles a { background-image: url(/images/silk/page_white_text.png) !important; }
.qi-formSubmissions a { background-image: url(/images/silk/lightning.png) !important; }
.qi-subscribers a { background-image: url(/images/silk/feed.png) !important; }
.qi-questions a { background-image: url(/images/silk/help.png) !important; }


table { width: 100%; font-size: 11px; border: 0; }

	 table thead th
	 {
	 	
		font-weight: bold;
		text-align: left;
		background: #FFF;
		border-bottom: 1px solid #E5E2E2;
	}		
	
	th.header { background: url(/images/tables/sorter-bg.gif) no-repeat 0% 50% !important; padding-left: 20px !important; cursor: pointer; }
	

	
			 table tbody tr td { background: #FFF; }
		
			table thead th,
			table tbody tr td { padding: 10px; }

.capitalize {
  text-transform: capitalize;
  }

