/* CSS Document defining styles used in Xybion corporate web-site design*/

/* Tag section */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

input, textarea, select {
	background-color: #F4FAFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #393C67;
	padding: 0px; 
} 

button, input.button {
	border:2px outset #999999; 
	background-color: #699ECA;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #699ECA;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p, em, strong, td {
	font-size: 12px;	
}

a:link {
	color: #4A4F93;
	font-weight: bold; 
	text-decoration: none;
}
a:visited {
	color: #4A4F93;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#5689CE;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #4A4F93;
	font-weight: bold;
	text-decoration: none;
}

/*
/* id section 
*/
/* main divisions used for positionning on the page
/* header; left; right; center; footer; wrapper & clear */
#header { 
	margin: 0;
	padding: 0;
	height: 110px;
}

#left { 
	margin: 0;
	padding: 0;
	width: 185px;
	float: left;
	/*background-color: #ecf4fb;*/
}

#right {
	float: right;
	width: 165px;
	margin-right: 5px;
}

#center { 
	padding-left: 210px;
	padding-right: 190px;
}

#center_199 { 
	padding-left: 210px;
	padding-right: 20px;
}

#footer { 
	height: 50px;
	background-color: #ecf4fb;
}

#wrapper { 
	margin: 0;
	padding: 0;
	text-align: left;
}

#clear { 
	clear: both;
}

#edit_wrapper { 
	margin: 0 5% 0 5%;
	padding: 0;
	text-align: left;
}

#edit_center { 
	padding-left: 210px;
	padding-right: 190px;
	text-align: left;
}

/* subsequent divisions used for detail formating within main ones*/
/* header specific div id's */
#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	margin: 0;
	padding: 0;
	height: 110px;
}
#menu {
	position: relative;
	top: 10px;
	height: 110px;
	padding: 0;
	margin-left: 215;
	background: url(img/menu_banner.jpg) left top no-repeat;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 20px;
	font-size: 12px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#menu li {
	display: inline;
}
#menu a:link { 
	padding: 3px 10px 2px 10px; 
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:visited {
	padding: 3px 10px 2px 10px; 
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	padding: 3px 10px 2px 10px; 
	color: #699ECA;
	text-decoration: none;
}	

/* left specific div id's*/
#login {
	padding: 0;
	margin: 0;
	position: relative;
	top: -1px;
	left: 15px;
	width: 180px;
	height: 100px;
	text-align: right;
}
#search {
	padding: 0;
	margin: 0;
	position: relative;
	top: -5px;
	left: 15px;
	width: 180px;
	height: 100px;
	text-align: right;
}
#news {
	padding-right: 7px;
	padding-top: 5px;
	margin: 0;
	position: relative;
	top: -55px;
	left: 15px;
	width: 185px;
	height: 200px;
	overflow: auto;
	text-align: right;
}

#events {
	padding-right: 7px;
	padding-top: 5px;
	margin: 0;
	position: relative;
	top: -55px;
	left: 15px;
	width: 185px;
	height: 150px;
	overflow: auto;
	text-align: right;
}

#content { 
	margin-top: 30px;
}

#form {
	width: 95%;
	
}

/*
/*  class section 
*/

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #393C67;
	/*padding: 4px;*/
}

.lbltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #699ECA/*393C67*/;
	padding: 2px;
}

.lblbldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #699ECA/*393C67*/;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}

.first_letter {
	font-size: 25px;
}

.login_pwd {
	width: 150px;
}

.regular {
	font-size: 12px;
}

.large {
	font-size: 16px;
}

.small {
	font-size: 10px;
}

.small_small {
	font-size: 8px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.blue {
	color: #699ECA;
}

.red {
	color: #FF0000;
}

.no_bullet {
	list-style-type: circle;
	list-style-position: outside;
	position: relative;
	left: -25;
}

.sp2_2 {
	display: block;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}

.shift_up_2 {
	position: relative;
	top: -2px;
}

.shift_menu {
	position: relative;
	top: 69px;
}

.shift_bc {
	position: relative;
	left: 5px;
	bottom: 10px;
}

.img_left {
	float: left;
	margin: 5px;
}

.img_right {
	float: right;
	margin: 5px;
}

.middle {
	/*position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;*/
	text-align: center;
}

.mid_disp {
	display: inline;
}

.head_block {
	display: block;
	background-color: #F4FAFF;
	border-style: solid;
	border-width: 1px;
	border-color: #699ECA;
	color: #699ECA;
	padding: 5px 0 5px 15px;
}
