﻿@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro");

body, input, select, button, textarea {
	font-family: "Source Sans Pro", Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #141e50;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 21px;
	font-weight: bold;
}

h3 {
	margin: 0 0 5px 0;
	font-size: 17px;
	font-weight: bold;
}

h4 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h5 {
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}


dl {
	margin: 0 0 20px 0;
}

dt {
	margin: 0;
	font-weight: bold;
}

dd {
	margin: 0 0 15px 30px;
}


p {
	margin: 0 0 15px 0;
}

	p.main-link {
		font-weight: normal;
	}

p.reportDiscrepancy {
    color: #b44128;
}

    p.reportNotification {
        color: #ffb800;
    }


a, a:active, a:visited {
	color: #141e50;
}

	a:hover {
		color: #2832dc;
		font-weight: bold;			    
	}
    a.button:hover,
    a.button:visited,
    a.button:active{
        color: #FFFFFF;
        font-weight: normal;
    }

::-moz-selection {
	background: #5a75ff;
}

::selection {
    background: #5a75ff;
}

a:link {
	-webkit-tap-highlight-color: #5a75ff;
	text-decoration: none;
}

tr.selected th.clickableListItem a:link,
tr.selected th.clickableListItem a:visited,
tr.selected th.listItemWithLink a:link,
tr.selected th.listItemWithLink a:visited {
    color: white;
    -webkit-tap-highlight-color: white;
    text-decoration: none;
}

#header {
	position: relative;
	z-index: 1000;
	max-width: 1200px;
	margin: 0px auto;
}

#logo {
	background-color: #2832dc;
}

	#logo img {
		height: 30px;
		width: auto;
		display: block;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
	}

#user {
	position: absolute;
	top: 13px;
	right: 20px;
	color: white;
	z-index: 1001;
}

	#user a, #user .username {
		color: white;
		cursor: pointer;
	}

		#user a:hover, #user .username:hover {
			color: silver;
		}

	#user span.link-icon {
		margin-left: 4px;
		padding: 2px;
		background: url(../img/menuarrows.png) no-repeat left 60%;
	}

	#user .user-menu ul {
		list-style: none;
	}

	#user .user-menu li {
		background-color: #eee;
	}

		#user .user-menu li a {
			display: block;
			padding: 0 30px 0 16px;
			height: 33px;
			line-height: 32px;
			background: url(../img/menuarrows.png) no-repeat 5px 50%;
			color: #2832dc;
		}

			#user .user-menu li a:hover {
				background-color: #c0c0c0;
				background-position: -395px 50%;
				color: #2832dc;
			}


#path {
	position: absolute;
	top: 42px;
	left: 256px;
}

	#path a {
		color: #141e50;
	}

#help {
	position: absolute;
	top: 19px;
	right: 20px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#menu p,
#menu a {
	display: block;
	padding: 0 30px 0 16px;
	height: 33px;
	line-height: 32px;
	background: url(../img/menuarrows.png) no-repeat 5px 50%;
}

#menu p{
	max-width: 700px;
}

#menu a {
	text-decoration: none;
}

	#menu a.selected {
		background-position: -395px 50%;
		text-decoration: none;
        background-color: #2832dc;
        color: white;
	}

	#menu a:hover {
		background-position: -395px 50%;
		text-decoration: none;
        background-color: #5a75ff;
        color: white;
	}

    #menu a.childHover {
        background-position: -395px 50%;
        text-decoration: none;
        background-color: #5a75ff;
        color: white;
    }

#menu span {
	display: block;
}

#menu li ul {
	position: absolute;
	z-index: 1;
	display: none;
	top: 33px;
	left: 0;
	min-width: 100px;
}

	#menu li ul li ul {
		z-index: 2;
		left: 100%;
		margin-left: -5px;
		top: 0;
	}

#menu li li {
	float: none;
	display: inline-block;
	display: block;
	background-color: #eee;
	padding-bottom: 1px;
}

#menu ul li:hover > ul {
	display: block;
}

#menu li li > a, #menu li li > span {
	display: inline-block;
	display: block;
	height: 31px;
	white-space: nowrap;
	line-height: 30px;
	padding-right: 15px;
	background-position: 12px 50%;
}

#menu li li a.selected {
	background-position: -388px 50%;
}

#menu li li a:hover {
	background-position: -388px 50%;
}

#menu li li span {
	padding: 0 0 0 12px;
}

#menu li li:last-child a {
	padding-bottom: 4px;
}

#main {
	position: relative;
	z-index: 0;
	max-width: 1200px;
	margin: 15px auto;
	padding: 8px;
}

	#main > b.frame-t,
	#main > b.frame-b {
		position: absolute;
		left: 8px;
		top: 0;
		display: block;
		height: 8px;
		background: transparent url(../img/main.png) no-repeat left -150px;
	}

	#main > b.frame-b {
		top: auto;
		bottom: 0;
		background-position: left -160px;
	}


#content {
	z-index: 0;
	min-height: 250px;
	padding: 12px 19px 12px 20px;
	background: #fff;
}


#footer {
	display: none;
	z-index: 0;
	width: 720px;
	height: 33px;
	margin: 15px auto;
	padding: 0 20px 0 20px;
	background: transparent url(../img/main.png) no-repeat left -110px;
	line-height: 32px;
	text-align: right;
	color: #ccc;
}

	#footer .copyright {
		float: left;
	}

	#footer a {
		color: #fff;
		text-decoration: none;
	}

		#footer a:hover {
			text-decoration: underline;
		}

	#footer strong {
		color: #fff;
	}


div.mini-content {
	width: 50%;
	margin: 10px auto;
}

.error {
	color: #b44128;
}

.exception-details {
	overflow: auto;
	white-space: pre;
	margin: 0;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	font-size: 11px;
	font-family: consolas, monaco, "courier new", courier, monospace;
	color: #141e50;
}

em.resetpassword {
	font-style: normal;
	font-size: 18px;
	font-family: consolas, monaco, "courier new", courier, monospace;
}

a[href$="Pdf"] {
	background: url(../img/document_pdf.png) no-repeat center left;
	height: 16px;
	display: block;
	padding-left: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}
