.logo2 {
	position: absolute;
	right: 10px;
	top: 10px;
}

.logo {
	height: 90px;
}

#user_name {
	position: absolute;
	right: 10px;
	top: 96px;
	color: #134f7b;
}

/* COLOR STYLES
***********************************************************/

body {
	background: #F1F1F1;
	background: rgb(186,186,186);
	background: -moz-linear-gradient(0deg, rgba(186,186,186,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(186,186,186,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(186,186,186,1) 0%, rgba(255,255,255,1) 100%);
	background-attachment: fixed;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bababa",endColorstr="#ffffff",GradientType=1);
}

header {
	background: #FFFFFF;
	-webkit-box-shadow: 5px 5px 15px 5px #DFDFDF;
	box-shadow: 5px 5px 15px 5px #DFDFDF;
	color: #FFFFFF;
}

a, a:link, a:visited, a:active, a:hover {
	color: #007EAE;
}

nav {
	color: #A09D7C;
}

nav ul li a:link,
nav ul li a:active,
nav ul li a:visited {
	color: #007EAE;
}
nav ul li a:hover,
nav ul li.active-navigation a {
	color: #95b5d9;
}

nav ul li a:hover,
nav ul li.selected {
	background: transparent;
}
nav ul li.selected a:link,
nav ul li.selected a:active,
nav ul li.selected a:visited {
	color: #FFFFFF;
}

.axp_box_head {
	color: #134f7b;
	background: #E4E8F0;
}

.axp_box_head_title {
	border-left-color: #E4E8F0;
	position: relative;
}

.axp_box_content {
	background: #FFFFFF;
	border-color: #134f7b;
	border-top-width: 3px;
}

/* inputs
**********************************/

input[type=button],
input[type=submit],
input[type=reset],
input[type=button].button,
input[type=submit].button,
input[type=reset].button,
button
{
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: none;
	background-repeat: repeat-x;
	background: #007EAE;
	background-color: #007EAE;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: 1px solid #007EAE;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	font-weight: normal;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button].button:hover,
input[type=submit].button:hover,
input[type=reset].button:hover,
button:hover
{
	background: #007EAE;
	border-color: #007EAE;
	filter: none;
}

input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=button].button:disabled,
input[type=submit].button:disabled,
input[type=reset].button:disabled,
button:disabled {
	color: #E8E8E8 !important;
	text-shadow: 0px !important;
}

/* widgets
***************************/

.widget_line {
	border: 1px solid transparent;
	background-color: #414141;
}

/**/
#user_name img {
	max-width: 28px;
	max-height: 14px;
}
