
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

BODY{
  font:             normal 14px arial,verdana,sans-serif;
  margin:           5px;
  padding:          0px;
  background-color: #727272;
/*
  	color:			;
	text-align: 		center;
*/
}

table{
  border:            solid 0px;
  background-color: ;
}

td{
  border: solid 0px;
}

h3{
  width:                450px;
  border:               0px solid #027ec7;
  border-bottom-width:  2px;
  padding-left:         10px;
  margin-left:          10px;
  margin-top:           10px;
  margin-bottom:        10px;
  color:                #b3231b;
}

h4{
  width:                450px;
  padding-left:         10px;
  border:               0px solid #000000;
  border-bottom-width:  1px;  	
}

#content{
  font:              normal 14px arial,verdana,sans-serif;
  background-color: ;
  min-height:       485px;
  width:            560px;
  float:            left;
  margin:           0px;
  padding:          15px;
  padding-top:      8px;
  border-width:     0px;
  color:            #555555;
  text-align:       justify;
/*		
	color:			#6C3030;
	border: 		solid #000000 1px;
*/
}

.text{
  padding:        5px;
  text-indent:    1em;
  padding-left:   15px;
  padding-right:  15px;
  text-align:	    justify;
}

a{
/*	color:			#980059;
*/
	color:           #027ec7;
	font:            bold 14px arial,verdana,sans-serif;
	text-decoration: none;
}

a:hover{
	color: #ffbd43;
}

ol{
  padding-left: 40px;
}

li{
  width:        500px;
  padding-top:  7px;
  padding-left: 0px;
}

#programme{
	border:        1px solid #efefef;
	text-align:    center;
	margin-top:    20px;
	margin-bottom: 20px;
}

#invited{
	background-color:  #666666;
	color:             #ffffff;
	padding-top:       27px;
	padding-bottom:    27px;
	font:              italic 14px arial,verdana,sans-serif;
}

#short{
	background-color:  #666666;
	color:             #ffffff;
	padding-top:       27px;
	padding-bottom:    27px;
	font:              italic 14px arial,verdana,sans-serif;
}

#head{
	background-color:  #efefef;
}

#def{
	background-color:  #e0e0e0;
	padding-top:       10px;
	padding-bottom:    10px;
	font:              italic 14px arial,verdana,sans-serif;
}

#sddn{	
	margin-top:  10px;
	padding:     0;
	z-index:     0;
	font:        normal 14px arial,verdana,sans-serif;
}

#sddn td{
	border-bottom: solid #027ec7 2px;
	padding:       6px 0px 6px 6px;
}

#sddn a{
	display:         block;
	margin:          0px 0px 0px 0px;
	padding:         0px;
	background:      #ffffff;
	text-align:      left;
	text-decoration: none;
	font:            bold 14px arial,verdana,sans-serif;
	color:           #027ec7;
}

#sddn a:hover{
	color: #b3231b;
  background-color:  #ffffff;
	
}

#sddn li a:hover{
	color: #980059;
  
}

#nosddn{	
	margin:      0px;
	padding:     0;
	z-index:     0;
	font:        normal 13px arial,verdana,sans-serif;
}

#nosddn td{
	border-bottom: solid #efefef 0px;
	padding:       0px;
  height:        18px; 
}

#nosddn a{
	display:         block;
	margin:          0px 0px 0px 0px;
	padding:         0px;
	background:      #ffffff;
	text-align:      left;
	text-decoration: none;
	font:            bold 13px arial,verdana,sans-serif;
	color:           #027ec7;
}

#nosddn a:hover{
	color: #b3231b;
	
}

#nosddn li a:hover{
	color: #980059;
}


/******UNUSED*******/

/*

p{
	line-height:		18px;
	text-align:		justify;
	padding:		2px;
}

#zapetie{
	border-top: 		solid #000000 1px;
	margin: 		2em 20px 1em 20px;
	padding: 		0.5em 20px 0px 20px;
	font-size: 		small;
	text-align: 		center;
}

*/

/*
Registration/Login Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
*/

#fg_membersite fieldset
{
   width: 230px;
   padding:20px;
   margin: 50px 0px 0px 150px;
   border:2px solid #027ec7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 15px;   
}

#fg_membersite legend, #fg_membersite h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#b3231b;
}

#fg_membersite label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#fg_membersite input[type="text"],#fg_membersite textarea,
#fg_membersite input[type="password"]
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#fg_membersite input[type="text"],
#fg_membersite input[type="password"]
{
  height:18px;
  width:220px;
}

 #fg_membersite #scaptcha
{
  width:60px;
  height:18px;
}

#fg_membersite input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
}

#fg_membersite textarea
{
  height:120px;
  width:310px;
}

#fg_membersite input[type="text"]:focus,
#fg_membersite textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#fg_membersite .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#fg_membersite .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#fg_membersite #register_password_errorloc
{
    clear:both;
}

#fg_membersite  fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#fg_membersite fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#fg_membersite .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#fg_membersite .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_membersite #fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_membersite  #fg_crdiv p
{
    display:none;
}

#fg_membersite_content li
{
font-family : Arial, sans-serif;
padding-top:10px;
padding-bottom:10px;
}
#fg_membersite_content
{
    font-family : Arial, sans-serif;
    font-size: 0.9em;
/*    line-height: 150%  */
}

#fg_membersite_content h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#333;
}

.pwdwidgetdiv
{
	width:225px;
}

.pwdfield
{
    display:block;
}

.pwdopsdiv
{
	display: block;
	float: left;
	margin-right:6px;	
}
.pwdopsdiv a
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px; 
}

.pwdstrengthbar
{
	float:right;
	background:#cccccc;
	height:4px;
	margin:0;
}

.pwdstrength
{
	float:right; 
	height:20px;
	width:70px;
	margin-top:3px;

}
.pwdstrengthstr
{
    float:right;
	clear:both;
	height:14px;
	margin-top:0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px; 

}