html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}
    
.container {
    font-size: .75em;
    min-width: 900px;
	width:99.99% !important;
	width:900px;
}
    
.ie6 .container   {
	min-width: 99.99%;
	width:99.99% !important;
	width:99.99%;
}

form  {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    margin: 0px;
    padding:0px;
    font-size: .9em;
    font-weight: bold;
}
    
a, a:link, li:visited {
    color: #4167af; 
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}
       
a:hover {
    text-decoration: underline;
}
    
.body_content a {
	text-decoration: underline;
}

.body_content a:hover {
	text-decoration: none;
}
    
.container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
    
/* text_wrapper */
/* ----------------------------------------------- */ 
.text_wrapper, #content li {
	position: relative;
	clear: both;
}

.text_wrapper, #content li {
	height: 1%;
}

.text_wrapper:after, #content li:after {
    content: ".";
    display: block;
	clear: both;
    visibility: hidden;
	height: 0;
}
    
/* header */

#header {
	padding: 5px 15px;
}

#header h1 {
	width: 375px;
	float: left;
	height: 50px;
	margin-top: 5px;
}

#header li {
	float: left;
}

#header div.subnav {
	display: block;
	float: right;
	width: 380px;
}
	
#header div.subnav div#oaSearch {
	background: transparent url(../bundles/app/images/bg-oaSearch.gif) right no-repeat;
	height: 25px;
	width: 170px;
	padding-top: 5px;
	padding-left: 45px;
	float: right;
}

#header div.subnav div#oaSearch input.search {
	background: transparent;
	border-width: 0px;
	width: 140px; 
	margin-left: 5px;
	margin-right: 3px;
}
	
#header div.subnav li {
	font-size: .95em;
	color: #9c9c9c;
	margin-top: 7px;
}

#header div.subnav li a {
	margin-left: 10px; 
	padding-left: 10px;
	display: block;	
	border-left: 1px solid #9c9c9c;}

#header div.user {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 16px;
}
	
#header div.navigation {
	margin-top: 15px;
	clear: both;
	float: left;
	background: #F3F3F3;
	border-radius: 4px 4px 0px 0px;
	min-height: 25px;
}
	
#header div.navigation ul {
	background: #F3F3F3;
	border-radius: 4px 4px 0px 0px;
	display: block;
	min-height: 22px;
}
	
#header div.navigation ul ul {
	background-image: none;
}

#header div.navigation li.menuitem-inactive {
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-radius: 4px 4px 0px 0px;
}

#header div.navigation li a {
	padding: 4px 15px 3px;
	margin-top: 2px;
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 1.1em;
}
	
#header div.navigation li.menuitem-active {
	background: #0F50A6;
	border-radius: 4px 4px 0px 0px;
	position: relative;
	z-index: 3;
	margin-top: -2px;
	padding-bottom: 3px;
}

#header div.navigation li.menuitem-active a {
	display: block;
	border-left: 0px solid #d1d1d1;	
	color: #fff;
	border-right: 1px solid #f2f2f2;
	right: -1px;
	position: relative;
	font-size: 1.1em;
}
	
#header div.navigation li.menuitem-active strong {
	display: block;
}
	
#header div.menugroup {
	position: absolute;
	z-index: 4;
	background: #f2f2f2;
	border: 1px solid #d1d1d1;
	width: 150px;
	padding-top: 5px;
}

#header div.navigation li div.menugroup li {
	float: none;
	list-style: square;
	margin-left: 20px;
}

#header div.navigation li div.menugroup a {
	padding: 0px;
	border-width: 0px;
	background-image: none;
	color: #000;
}
	
/* content */

#content {
	clear: both;
	position: relative; z-index: 2;
	min-height: 400px;
	border-top: 1px solid #d1d1d1;
	padding: 20px 15px 0px;
	background: #fff url(../bundles/app/images/bg-content.jpg) repeat-x;
}
	
.ie6 #content {
	height: 400px;
}

#content div.home {
	min-width: 930px;
	width:99.99% !important;
	width:930px;
}
	
#content .login {
	width: 500px;
	margin: 50px 0px 0px 75px;
	padding: 10px 0px 0px 110px;
}

#content input.submit, #content a.submit, #content button, #content input[type="button"] {
	cursor:hand;
	cursor:pointer;
	text-decoration: none;
	background: #d7d3c8 url(../bundles/app/images/bg-submit.gif) 0px 50% no-repeat;
	color: #000;
	padding: 1px 10px 2px 15px;
	border: 1px solid #225460;
	margin: 2px 0px 2px 4px;
	border-radius: 5px;
}

#content input.submit:hover, #content a.submit:hover, #content button:hover, #content input[type="button"]:hover {
	color: #0f50a6;
}

#content input.submit:focus, a.submit:focus , #content button:focus, #content input[type="button"]:focus {
	outline: none;
}

#content input.submit:active, a.submit:active , #content button:active, #content input[type="button"]:active  {
	/* background-color: #d7d3c8; */
	/* box-shadow: 0 1px #d7d3c8; */
	/* transform: translateY(4px); */
}
	
#content div.body_content {
	border-bottom: 0px solid #ddd;
	min-height: 400px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding-top:20px;
}
	
#content div.body_content div.note span {
	margin-left: 15px;
}

#content div.error {
	background: #ffffe1 url(../bundles/app/images/bg-error.gif) 8px 8px no-repeat;
	border: 1px dashed #cfcfcd;
	padding: 8px 10px 8px 28px;
	margin: 10px 0px;
}
	
#content div.alert {
	background: #ffffe1 url(../bundles/app/images/bg-alert.gif) 8px 8px no-repeat;
	border: 1px dashed #cfcfcd;
	padding: 8px 10px 8px 28px;
	margin: 10px 0px;
}

#content div.information {
	background: #ffffe1 url(../bundles/app/images/icon-information.gif) 8px 8px no-repeat;
	border: 1px dashed #cfcfcd;
	padding: 8px 10px 8px 28px;
	margin: 10px 0px;
}

/* span.text */

.text_wrapper span.text {
	float: left;
	min-width: 300px; margin-right: 10px;
}
	
.text_wrapper span.title {
	float: right;
}
			
/* titles */

#content div.body_content h2.page_title {
	background: #f1f2f3 url(../bundles/app/images/bg-body_content-h2-left.jpg) no-repeat;
	margin: 0px 0px 15px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size: 1.6em;
	padding: 10px 0px 10px 10px;
}
	
#content div.body_content h2 strong {
	background: transparent url(../bundles/app/images/bg-body_content-h2-right.jpg) right no-repeat;
	display: block;
	height: 31px;
	padding: 10px 20px 0px;
}

#content div.body_content h3.table_title {
	font-size: 14px; padding: 20px 10px 10px;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

#content div.body_content div.page_description {
	padding: 10px;
	background-color: #ebecec;
	margin-bottom: 10px;
	line-height: 20px;
	border-radius: 5px;
	font-size: 1.1em;
}

/* controls */

.controls {
	float: right;
	min-width: 200px;
	margin: 4px 0px;
	white-space: nowrap;
	text-align: right;
}
	
.controls a {
	margin: 0px 10px;
}
	
.login .controls {
	float: none; text-align: left;
	border-top: 1px solid #cfcfcf; 
	padding-top: 4px;
}
	
.controls ul.tabs a {
	margin: 0px;
}

/* lists */
	
#content li {
	background: transparent url(../bundles/app/images/bullet.gif) 0px 4px no-repeat;
	padding-left: 10px;
	clear: both;
}
	
#content ul.fieldlist {
	min-height: 100px;
}
	
#content ul.fieldlist li strong.total {
	text-align: right;
	float: right;
}
	
#content ul.fieldlist li div {
	float: left;
	width: 200px;
	font-weight: normal;
	text-align: left;
}
	
#content ul li.title {
	background-image: none;
	text-align: left;
	padding-left: 0px;
	margin: 10px 0px;
	font-weight: bold;
}
	
/* tables */
	
#content .menuunlocked table td {
	padding: 0px;
}

#content table.auto td {
	border-width: 0px;
	vertical-align: middle;
	padding: 4px;
}
	
#content .login table.auto td {
	padding-left: 0px;
}

#content table.auto th {
	padding: 6px 4px;
	background-image: none;
	border-bottom: 1px solid #e0e0e0;
}
	
/* forms */

input[type="text"], input[type="password"] {
	width: 200px;
	font-size: .9em;
	vertical-align: middle;
	margin: 2px 0px;
}
	
select {
	width: 205px;
	font-size: .9em;
	vertical-align: middle;
	margin: 2px 0px;
}

.radio, .checkbox {
	width: 20px;
	margin: 0;
	padding: 0;}

th .radio {
	float: left;
	width: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
}

/* footer */
/* ----------------------------------------------- */

#footer {
	clear: both;
	border-top: 1px solid #bbb;
	background: #fff url(../bundles/app/images/bg-footer.jpg) repeat-x;
	margin-top: 25px;
	padding: 15px;
}

#footer div.links {
	float: right;
	width: 200px;
	text-align: right;
}

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

.hideelt {
    display: none;
}
    
.showelt {
    display: block;
}

table.list-tags, table.sites_tags {
	width: 100%;
}

table.list-tags th {
	text-align: center;
	background: #D9EDF7;
	padding: 10px;
	word-wrap: break-word;
}

table.list-tags td {
	text-align: center;
	word-wrap: break-word;
}

table.sites_tags th {
	text-align: center;
	background: #D9EDF7;
	white-space: nowrap;
	padding: 10px;
}

table.list-tags td, table.sites_tags td {
	text-align: center;
}

table.sites_tags tr:hover {
	background: rgba(174, 205, 224, 0.35);
}

.small_submit_button {
	display: block;
	border-radius: 4px !important;
	background: #46A3CA !important;
	border: none !important;
	color: #FFFFFF !important;
	text-align: center !important;
	font-size: 14px !important;
	padding: 5px !important;
	width: 220px !important;
	transition: all 0.5s !important;
	cursor: pointer !important;
	margin: 5px !important;
}

.small_submit_button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.small_submit_button span:after {
	content: '»';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.small_submit_button:hover span {
	padding-right: 25px;
}

.small_submit_button:hover span:after {
	opacity: 1;
	right: 0;
}

.flash-messages-info {
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flash-notice, .flash-warning {
	padding: 10px 0px 10px 0px;
	color: black;
    display: inline-block;
}

.flash-notice-icon {
    display: inline-block;
    padding-right: 5px;
    margin-left: 10px;
	margin-top: 10px;
	vertical-align: top;
}

.flash-messages-warning {
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	background: #eeefdc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flash-messages-errors {
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	background: #f16b6b;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flash-error {
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	display: inline-block;
}
