/*
------------------------------------------------------------------------------
Colors
------------------------------------------------------------------------------


Purple:       #3c374b, rgb(60,55,75)
Dark Purple:  #141e28, rgb(20,30,40)
Red:          #e61e28, rgb(230,30,40)
Light Yellow: #faf7ed, rgb(250,147,137)
Yellow:       #e6c864, rgb(230,200,100)
Dark Yellow:  #736432, rgb(115,100,50)

*/

/*
------------------------------------------------------------------------------
Fonts
------------------------------------------------------------------------------
*/

@font-face {
	font-family: 'Share Regular';
	src: url('/fonts/share-regular/share-regular.eot');
	src: local('://'), url('/fonts/share-regular/share-regular.svg#share-regular') format('svg'), url('/fonts/share-regular/share-regular.woff') format('woff'), url('/fonts/share-regular/share-regular.otf') format('opentype');
}
/*
@font-face {
	font-family: 'Sertig';
	src: url('/fonts/sertig/sertig.eot');
	src: local('://'), url('/fonts/sertig/sertig.svg#sertig') format('svg'), url('/fonts/sertig/sertig.woff') format('woff'),  url('/fonts/sertig/sertig.ttf') format('truetype');
}
*/

/*
------------------------------------------------------------------------------
Universal Styles
------------------------------------------------------------------------------
*/

body, div, h1, h2, h3, h4, h5, h6, dl, dt, p, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
	color: #3c374b;
	font-family: 'Share Regular', Arial, sans-serif;
	font-size: 12px;
	/* line-height: 1.2em; */
}
h1, h2, h3, h4, h5, h6, dl, ul, ol, p {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}
ul, ol {
	padding-left: 15px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	padding-left: 15px;
}
li {
	margin-bottom: 5px;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	font-weight: normal;
}
fieldset {
	border: none;
}
label {
	display: block;
	margin-bottom: 2px;
}
address {
	font-style: normal;
}
a {
	outline: none;
	color: #e61e28;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: normal;
	text-transform: uppercase;
}
img {
	border: none;
	vertical-align: middle;
}
hr {
	display: none;
}

/* Tables */

table {
	border: solid 1px #6e7c8a;
}
td {
	padding: 5px 10px 5px 10px;
	border: none;
	border-top: solid 1px #6e7c8a;;
	border-right: dashed 1px #6e7c8a;	
	background-color: #c5cbd1;  
}
th {
	color:white;
	padding: 5px 10px 5px 10px;
	border-bottom: solid 1px #6e7c8a;
	background-color: #232d3a;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: left;
}

td.details{
	border-right: none;
}
td h1, td h2, td h3, td h4, td h5, td h6, td dl, td ul, td ol, td p {
	margin-bottom: 0;
}

/*
------------------------------------------------------------------------------
Library Styles
------------------------------------------------------------------------------
*/

.hide {
	display: none !important;
}
ul.navigation {
	padding-left: 0;
	list-style-type: none;
}
label.inline {
	display: inline;
}
/*input.submit {
	display: block;
	width: 80px;
	height: 0;
	border: 0;
	padding: 0;
	padding-top: 17px;
	overflow: hidden;
	background-image: url(/images/shared/submit.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}*/
td.header1 {	
	text-transform: uppercase;
	background-color: #fff;		
}
td.header1 h3{
	color:#6791a0;
}
td.header2 {
	text-transform: uppercase;
	background-color: #6791a0;	
}
td.nowrap {
	white-space: nowrap;
}
div.noresult p {
	font-size: 16px;
	text-align: center;
	color:#fff;
}
div.error {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #e61e28;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(20,30,40,0.5);
	-moz-box-shadow: inset 0 1px 2px rgba(20,30,40,0.5);
	-webkit-box-shadow: inset 0 1px 2px rgba(20,30,40,0.5);
	-khtml-box-shadow: inset 0 1px 2px rgba(20,30,40,0.5);
}
div.error h4 {
	color: #faf7ed;
	text-transform: uppercase;
}
div.error p {
	margin-bottom: 0;
	color: #faf7ed;
}
p.error {
	color: #e61e28;
}


