/*****************/
/* CSS generique */
/*****************/

* {
	padding: 0;
	margin: 0;	
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

body {
	background: #000000 url('../images/bg-gradient-bottom.jpg') bottom center repeat-x;
	cursor: default;
}

div {
	font-size: 12px;
	/* color: #333333; */
	color: #EEEEEE;
	font-weight: normal;
}

p,
table {
	font-weight: normal;
	font-size: 12px;
	/* color: #333333; */
	color: #EEEEEE;	
	text-align: justify;
}

a, a:link, a:visited {
	text-decoration: underline;
	/* color: #333333; */
	color: #FFFFFF;
	font-weight: normal;
}

a:hover {
	color: #014586;
}

a img {
	border: none;
}

ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}

.width-full ul,
.width-normal ul {
	margin-top: 10px;
	margin-bottom: 0;
}

li {
	font-weight: normal;
	font-size: 12px;
	/* color: #333333; */
	color: #EEEEEE;	
	text-align: left;
	list-style:square outside none;
	margin-left:30px;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #014586;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #014586;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 15px;
}

input.form-submit {
	position: relative;
	margin: 0;
	padding: 3px 1px;
	
	background: #EAEAE9 url(images/sprite.gif);
	border-style: solid;
	border-width: 1px;
	vertical-align:bottom;
	border-color: #888888;
	
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	
	float: right;
}

input.form-email {
	position: relative;
	float: right;
	margin:0 5px 0 0;
	font-size: 11px;
	padding: 2px;
}


/*********************/
/* Layout and Design */
/*********************/

.clear { clear: both; }

.width-full   { width: 658px; }
.width-huge   { width: 556px; }
.width-big    { width: 348px; }
.width-normal { width: 340px; }
.width-small  { width: 196px; }

.width-tiny   { width: 160px; }

.height-huge   { min-height: 520px; }
.height-big    { min-height: 499px; }
.height-normal { min-height: 312px; }
.height-small  { min-height: 145px; }
.height-tiny   { min-height: 105px; }

.margin-right  { margin-right: 20px; }
.margin-left   { margin-left:  20px;  }

.left  { float: left; }
.right { float: right;  }

.text-left { text-align: left; }

.font-big  { font-size: 100%; }
.font-huge { font-size: 200%; }


/*********************/
/* Layout and Design */
/*********************/

.logo {
	width: 800px;
	height: 190px;
	margin: 20px auto 0px;
	text-align: center;
}

.content {
	/* background: #FFFFFF url('images/bg-gradient-bottom2.jpg') bottom center repeat-x; */
	width: 700px;
	margin: auto;
}

.copyright,
.copyright a {
	text-align: center;
	color: #EEEEEE;
}

.box {
	/* background: #FFFFFF url('images/bg-gradient-bottom2.jpg') bottom center repeat-x; */
	/* border: 1px solid #94A3C4; */
	background-color: #222222;
	border: 1px solid #3A3A3A;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.border {
	border: 1px solid #3A3A3A;
}


/*********************/
/* Layout and Design */
/*********************/

.fb-box-header {
	background: #ECEFF5 none repeat scroll 0 0;
	border: 1px solid #94A3C4;
	border-bottom: 1px solid #D8DFEA;
	padding: 10px 10px 8px;
	margin: 20px auto 0;
	width: 270px;
}

.fb-box-header #edit-title,
.fb-box-header #edit-title a {
	font-size: 14px;
	font-weight:bold;
	color:#014586;

	float: left;
	text-align: left;
	line-height:15px;
	padding-top:3px;
}

.fb-box-center {
	background: #FFFFFF none repeat scroll 0 0;
	border-left: 1px solid #94A3C4;
	border-right: 1px solid #94A3C4;
	border-bottom: 1px solid #94A3C4;
	border-top: 0px solid #D8DFEA;
	padding: 10px 10px 8px;
	margin: 0 auto 20px;
	width: 270px;
}
	
.fb-box-center,
.fb-box-center a {
	color: #333333;
	font-size: 11px;
	text-align: left;
}


.twitter_update_list li,
#twitter_update_list li {
	color: #333333;
	font-size: 11px;
	text-align: left;
	
	list-style:square outside none;
	margin:0 0 15px 15px;
}

.twitter_update_list li a,
#twitter_update_list li a{
	display:none;
}

.twitter_update_list li span a,
#twitter_update_list li span a{
	display:inline;
}

.twtr-hd,
.twtr-ft {
    display: none;
}
