/* basic layout definition */
body,html {
	word-spacing: 2px;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color: #444444;
	padding: 0px;
	margin: 0px;
	background: white;
	text-align: left;
}

img{
	border: 0px;
}
#footer-message{
	padding-left: 20px;
	padding-right:20px;
}
.float-left{
	width: 70%;
	float: left;
	text-align: left;
}

.float-right{
	width: 29%;
	float: right;
	text-align: right;
}

.box-bullet{
	background: url(../../../themes/Frontiers/fximages/databox_bullet.gif) no-repeat;
	padding-left: 10px;
}

.logo{
	width: 240px;
	height: 119px;
	padding-top: 20px;
	background: url(../../../themes/Frontiers/fximages/logo_bg.png) no-repeat;
}

.date{
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: right;
	border-bottom: 1px solid #FF0000;
}

#databox-left {
	width: 190px;
	margin-left: 6px;
	padding: 10px 5px 20px 5px;
	float: left;
	background: #FBFBFB;
	border-top: 2px solid #F8F8F7;
	border-bottom: 10px solid #F8F8F7;
	border-left: 2px solid #FF0000;
}

.databox-left-title {
	padding: 5px;
	height: 15px;
	font-weight: bold;
	background: #519be5;
}

		
.databox-left-content {
	padding: 5px;
}

#databox-right {
	width: 170px;
	float: right;
	padding: 5px 0 0 20px;
}

.databox-right-title {
	padding: 5px;
	height: 15px;
	font-weight: bold;
	background: #F7F7F7;
	border-right: 2px solid #519be5;
}
		
.databox-right-content {
	padding: 5px;
}



/* table layout */
table.user-table{
	background-color: #CCCCCC;
	padding: 0px;
	margin: 5px;
}

table.user-table tr.column{
	background-color: #FFFFFF;
}

table.user-table tr.column.alter{
	background-color: #FBFBFB;
}

table.user-table tr.column.over{
	background-color: #E8E8E8;
}

table.user-table td.intro{
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FAFAFA;
	font-weight: bold;
	font-size: 11px !important;
	color: #636363;
}

table.user-table td.header-row, th.header-row{
	background-color: #EFEFEC;
	border-bottom: 1px solid #EFEFEC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EFEFEC;
	border-top: 1px solid #FFFFFF;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	padding: 4px;
}

table.user-table td.header-row.gradient, th.header-row.gradient{
	background-image: url("../../../themes/Frontiers/fximages/gradient/header.gif");
	background-repeat: repeat-x;
	background-color: #EFEFEC;
	border-bottom: 1px solid #EFEFEC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EFEFEC;
	border-top: 1px solid #FFFFFF;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding: 4px;
}

table.user-table td.footer-row.gradient{
	background-image: url("../../../themes/Frontiers/fximages/gradient/footer_short.gif");
	background-repeat: repeat-x;
	background-color: #EFEFEC;
	border-bottom: 1px solid #EFEFEC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EFEFEC;
	border-top: 1px solid #FFFFFF;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding: 4px;
}

table.user-table td.footer-row.gradient-long{
	background-image: url("../../../themes/Frontiers/fximages/gradient/footer.gif");
	background-repeat: repeat-x;
	background-color: #EFEFEC;
	border-bottom: 1px solid #EFEFEC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EFEFEC;
	border-top: 1px solid #FFFFFF;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding: 4px;
}

table.user-table td.row{
	padding: 4px;
}

/* Default */
ul.userList{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.listOption{
	border-bottom: 1px solid #CCCCCC;
}

li.listFooter{
	font-size: 10px;
	text-align: center;
}

/* breadcrumbs layout */
#breadcrumbs {
	list-style: none; /*padding: 0;*/
	margin: 0;
	padding: 10px 10px 10px 0 !important;
	padding: 4px 10px 10px 0;
}

#breadcrumbs li {
	display: inline;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-image: url("../../../themes/Frontiers/fximages/gt.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
}

/*#breadcrumbs li:before {
	content: " > ";
}*/
#breadcrumbs li:first-child {
	background-image: none;
}

/*IE workaround*/
/*All IE browsers*/
* html #breadcrumbs li {
	background-image: url("../../../themes/Frontiers/fximages/gt.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #breadcrumbs {
	height: 1%;
}

* html #breadcrumbs li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #breadcrumbs li:first-child {
	background-image: none;
}

/* Pager*/
ul.pager-container{
	padding: 4px;
	border: 1px solid #666666;
	list-style: none;
	text-align: center;
}

ul.pager-container li{
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
	height: 21px;
}

ul.pager-container li.first{
}

ul.pager-container li.back{
	margin-left: 2px;
	margin-right: 2px;
}

ul.pager-container li.current{
	font-weight: bold;
}

ul.pager-container li.page{
}

ul.pager-container li.next{
	margin-left: 2px;
	margin-right: 2px;
}

ul.pager-container li.last{
}

.search-input{
	background-image: url(../../../themes/Frontiers/fximages/search_small.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	border: 1px solid #C5C5C5;
}

.background-wizard{
	background-image: url(../../../themes/fxAdmin/fximages/background/background_wizard.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
}

.background-find{
	background-image: url(../../../themes/fxAdmin/fximages/background/background_find.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
}

.page-created{
	font: 11px "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin-top: 6px;
}

.sectionStatusMsg{
	width: 100%;
	background: #FEFAE4;
	color: #000000;
	padding: 10px;
	margin: 10px;
	voice-family: "\"}\"";
	width: 90%;
}

.roundBox{
	width: 98%;
	background: #FBFBFB;
	color: #000000;
	padding: 5px;
	margin: 5px;
	voice-family: "\"}\"";
	width: 100%;
}	