/*
		Design by Stephane Douville
		http://www.sogi.com
		819-379-3446
		Date: Jan 16, 2010
*/

/*
	RESET
	========================================== */

*{ margin: 0; padding: 0; }
html, body {  margin: 0; padding: 0; }

body {
	background: #c0c0c0 url(../images/wrap_bck.png) repeat-x scroll left top;
	font: 62.5% Arial, Helvetica, sans-serif;
	}

.floatleft { float: left; margin-bottom: 15px; }

.floatright { float: right; margin-bottom: 15px; }

.clear { height: 1px; clear: both; }

h1 {
	width: auto;
	height: 24px;
	padding: 5px; 
	background: url(../images/topwrap.png) repeat-x scroll left top;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #FFF;
	}

p { 
	font: normal 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em; 
	}

img {
   border: 0;
   vertical-align: bottom;
	}
	
ul{
	list-style: none;
	}	

/*
	PAGE SETUP
	========================================== */
#wrap {
	width: 100%;
	margin: 0 auto;
	}

#maincontent {
	width: auto;
	height: auto;
	clear: both;
	padding: 10px;
	text-align: center;
	background-color: #FFF;
	}

#header {
	width: 800px;
	height: 58px;
	clear: both;
	margin: 0 auto 30px auto;
	background: url(../images/logo.png) no-repeat scroll left bottom;
	}

#logout { float: right; margin-top: 25px; }

#buttonbox { float: right; clear: both; padding-right: 25px; }

#tablebox {
	float: left;
	clear: both;
	margin-top: 10px;
	height: auto;
	width: auto;
	}

#left {
	float: left;
	width: 180px;
	font: 1.1em Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	margin-right: 2%;
	}

#right {
	color: #8f8f8f;
	width: auto;
	height: auto;
	float: left;
	font: 1.1em/14px Helvetica, Arial, SunSans-Regular, Geneva, sans-serif;
	}


/*
	FOOTER
	========================================== */
#footer {
	text-align: center;
}
#footer p { color: #000; font-size: 1.1em; font-family: Helvetica, Arial, SunSans-Regular, Geneva, sans-serif; margin-top: 16px; }
#footer a { color: #000; }
#footer a:hover { color: #06f; }

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}


/*
	MENULIST
	========================================== */
#menulist ul {
	margin: 0;
	list-style-type: none;
	text-transform: none;
}
#menulist li {
	color: #8f8f8f;
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
	text-transform: none;
}
#menulist li.last { border: 0; }
#menulist li.spacer { height: 25px; border-style: none; }
#menulist li a { display: block; background: url(../images/link190.png) no-repeat; padding-right: 13px; }
#menulist li a { color: #8f8f8f; font-family: Helvetica, Arial, SunSans-Regular, Geneva, sans-serif; background-image: url(../images/link190.png); background-position: 0 0; text-decoration: none; }
#menulist li a:hover { color: #fff; background-position: 0 -20px; background-color: #3f5c88; }
#menulist li a.current { background-position: 0 -40px; }

/*
	LOGIN_BOX
	========================================== */
.container_login{
	width: 75%;
	height: 230px;
	margin: 0 auto;
	background: url(../images/pub.png) no-repeat scroll right top;
	border: solid thin #CCC;
	padding-right: 50px;
	}

.login_box{
	float: left;
	width: 225px;
	height: 190px;
	margin: 10px;
	padding: 10px;
	clear: both;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	border: solid thin #999;
	}

.login_box label{
	font: 1em Arial, Helvetica, sans-serif;
	}
	
.login_box input{
	font: 0.9em Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
	border-top: solid 2px #666;
	border-left: solid 2px #000;
	border-bottom: solid 2px #999;
	border-right: solid 2px #CCC;
	}
	
/*
	TABLE
	========================================== */
table {
	font-size: 1.2em;
	border-collapse: collapse;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

th {
	background: #16527b;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

th a{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	}

th a:hover{
	background: #fff;
	color: #16527b;
	padding: 5px;
	}
	
td {
	padding: 5px 10px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

/*td * {
	padding: 5px;
}*/

tr.alt td {
	background: #ecf6fc;
}

tr.over td, tr:hover td {
	background: #bcd4ec;
}

.feedbackPanel{
	border: solid thin red;
	margin-bottom: 5px;
	background-color: #FC6;
	}

.feedbackPanelERROR, .feedbackPanelDEBUG{
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #F00;
	margin: 5px 0;
	padding: 5px;
	}

form p input{
	font: 1.2em Arial, Helvetica, sans-serif;
	}

/*
	BREADCRUMBS
	========================================== */
.breadcrumbs p{
	text-align: left;
	}

.breadcrumbs p span a, .breadcrumbs p span a:visited{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #003;
	text-decoration: none;
	}

.breadcrumbs p span a:hover {
	color: #03C;
	}

/*
	FORMS
	========================================== */
.ui-form-edit{
	text-align: left;
	}

.ui-form-edit-ul{
	list-style: none;
	}

/*
	BUTTONS
	========================================== */

a.icon_insert{
	width: 16px;
	height: 17px;
	display: block;
	float: left;
	margin: 0 5px;
	line-height: 16px;  /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	background: transparent url(../images/icon_set.png) no-repeat left top;
	}

a.icon_edit{
	width: 16px;
	height: 17px;
	display: block;
	float: left;
	margin: 0 5px;
	line-height: 16px;  /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	background: transparent url(../images/icon_set.png) no-repeat left -17px;
	}

a.icon_delete{
	width: 16px;
	height: 17px;
	display: block;
	float: left;
	margin: 0 5px;
	line-height: 16px;  /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	background: transparent url(../images/icon_set.png) no-repeat left -34px;
	}

a.button {
	display: block;
	float: left;
	text-decoration: none;
	color: #000000;
	overflow: hidden;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-transform: none;
	border: solid 1px #999;
	padding: 4px 10px;
	margin: 4px 10px;
	}

a.button span {
	/*background: transparent url(../images/bg_button_spanleft.png) no-repeat;*/
	display: inline;
	line-height: 15px;
	}

a.button:hover {
	cursor: hand;
	background-color: #999;
	color: #FFF;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}
li input, li span{
	font: 1.2em Arial, Helvetica, sans-serif;
	}