@charset "utf-8";

/* CSS Document */

/*moby Backend Revamp 29.06.2012*/
@font-face {
	font-family: 'MicrogrammaDBolExtRegular';
	src: url('../../assets/fonts/microgbe-webfont.eot');
	src: url('../../assets/fonts/microgbe-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../../assets/fonts/microgbe-webfont.woff') format('woff'),
		url('../../assets/fonts/microgbe-webfont.ttf') format('truetype'),
		url('../../assets/fonts/microgbe-webfont.svg#MicrogrammaDBolExtRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MicrogrammaDMedExtRegular';
	src: url('../../assets/fonts/microgme-webfont.eot');
	src: url('../../assets/fonts/microgme-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../../assets/fonts/microgme-webfont.woff') format('woff'),
		url('../../assets/fonts/microgme-webfont.ttf') format('truetype'),
		url('../../assets/fonts/microgme-webfont.svg#MicrogrammaDMedExtRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

.orange {
	color: #ff6600;
}

.uppercase {
	text-transform: uppercase;
}

/*Common Tags*/
html,body,div,img,a,p,table,ul,li,td,tr,tbody,th,#hd,#hd2 #hd2_top,#hd2_btm,.hd_container,#bd,#ft,.project-title,h3
	{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background-color: #3f3f3f;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	background-color: #3f3f3f;
	width: 100%;
}

#hd {
	width: 100%;
	background-color: #fff;
	background-image: url(../../assets/pics/bg_x.gif);
	background-repeat: repeat;
	background-clip: border-box;
	border-bottom: 4px double #E5E5E5;
	position: relative;
	height: 280px;
	top: 0;
	z-index: 100;
	-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 2px 5px 5px rgba(0, 0, 0, .1);
}

#hd2 {
	width: 100%;
	background-color: #fff;
	background-image: url(../../assets/pics/bg_x.gif);
	background-repeat: repeat;
	background-clip: border-box;
	position: relative;
	height: 195px;
	padding-top: 10px;
	top: 0;
	z-index: 100;
	-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 2px 5px 5px rgba(0, 0, 0, .1);
}

#hd2_top {
	width: 100%;
	background-color: transparent;
	position: relative;
	height: 145px;
	top: 0;
	z-index: 101;
	border-bottom: 4px double #e5e5e5;
}

#hd2_btm {
	width: 100%;
	background-color: #fff;
	background-image: url(../../assets/pics/bg_x.gif);
	background-repeat: repeat;
	background-clip: border-box;
	position: relative;
	height: 48px;
	z-index: 101;
	top: -20px;
}

.hd_container {
	width: 920px;
	margin: auto;
}

.logo_container {
	width: 330px;
	height: 62px;
	margin: auto;
}

.accountlogin {
	height: 60px;
	width: 330px;
	position: relative;
	top: 205px;
	margin: 0;
	font-family: 'MicrogrammaDBolExtRegular', "Lucida Sans Unicode",
		"Lucida Grande", Arial, sans-serif;
	font-size: 26px;
	color: #010101;
	letter-spacing: .03em;
}

.mobylogo {
	background-image: url('../../assets/pics/mobylogo2.png');
	background-repeat: no-repeat;
	height: 28px;
	width: 82px;
	margin: 0;
}

.loginbox {
	width: 330px;
	height: 160px;
	text-align: left;
	margin: auto;
	background-color: transparent;
	margin-top: 15px;
	padding-top: 15px;
	border: none;
}

.login_table {
	font-family: 'MicrogrammaDMedExtRegular', "Lucida Sans Unicode",
		"Lucida Grande", Arial, sans-serif;
	letter-spacing: 0.1em;
	text-align: left;
	margin: auto;
	width: 330px;
	color: #fff;
}

.login_table td {
	height: 32px;
	padding: 5px 5px;
}

.login_table input {
	width: 225px;
	font-family: 'MicrogrammaDMedExtRegular', "Lucida Sans Unicode",
		"Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #2f2f2f;
	text-align: center;
	height: 28px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	text-transform: normal;
	text-align: left;
	letter-spacing: .1em;
}

/*/////////////////FOOTER/////////////////*/
#ft {
	font-size: 10px;
	line-height: 8px;
	width: 920px;
	margin: auto;
	background-color: transparent;
	border-top: 1px solid #5d5d5d;
	padding-top: 10px;
	margin: auto;
	margin-top: 40px;
}

#ft a {
	color: #ff6600;
	text-decoration: none;
}

#ft .grey {
	background-color: transparent;
	color: #5d5d5d;
}

/*////////////////////////////////////////////////////////////*/
/*overwrite*/
#custom-doc {
	width: 100% !important;
}

fieldset {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-style: none;
	border-width: none;
	padding: 0;
}

._label {
	font-weight: normal !important;
}

#bd {
	min-height: 415px;
	background: url(../../assets/pics/bg_radial.jpg) #3f3f3f top no-repeat;
	margin-top: 0;
	z-index: 99;
}

#body_container {
	margin-top: -15px;
	position: relative;
	top: 0;
	z-index: 99;
}

.submit {
	background-image: url(../../assets/pics/signin_btn.png);
	background-color: transparent;
	height: 28px;
	width: 101px;
	color: #292929;
	border: none;
	background-repeat: no-repeat;
	top: -10px;
}

/*//////////////////////////////*/
/*Inside pages*/
.logout {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 64px;
	height: 28px;
	background-image: url(../../assets/pics/logout.png);
	background-repeat: repeat-x;
	background-color: transparent;
	float: right;
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
}

.logout a {
	color: #3f3f3f;
	font-size: 11px;
	letter-spacing: .02em;
}

h3 {
	font-family: 'MicrogrammaDBolExtRegular', "Lucida Sans Unicode",
		"Lucida Grande", Arial, sans-serif;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: .03em;
	color: #010101;
}

.project-title {
	width: 600px;
	height: 75px;
	text-align: left;
	float: left;
	margin-top: 10px;
}

.ptslogo {
	width: 60px;
	height: 63px;
	background-image: url(../../assets/pics/pts_logo.png);
	background-repeat: no-repeat;
	position: relative;
	right: 0;
	top: 20px;
	float: right;
	z-index: 102;
}

.clientlogo {
	background-image: url(../../assets/pics/logo.png);
	background-repeat: no-repeat;
	float: right;
	height: 63px;
	margin-right: 20px;
	position: relative;
	right: 50px;
	text-align: right;
	top: 18px;
	width: 220px;
	z-index: 102;
}

#page-wrap {
	background-color: transparent !important;
	background-image: url(../../assets/pics/bg_x.gif);
	background-repeat: repeat;
	width: 920px;
	padding-top: 10px;
}

ul.dropdown li:hover {
	background-image: url(../../assets/pics/nav_bg.gif);
	background-repeat: repeat-x;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #f17031;
	border: #e6a180 1px solid;
}

ul.dropdown li {
	margin: 0 5px 5px 5px;
	height: auto;
	background-color: transparent;
	border: 1px solid transparent;
}

ul.dropdown li a {
	padding: 4px 17px 2px 17px;
	border-right: none;
	font-size: 11px;
	letter-spacing: .03em;
	color: #606060;
	text-transform: uppercase;
	font-weight: normal;
}

ul.dropdown li a:hover {
	color: #fff;
}

ul.dropdown ul li {
	background-color: white;
	background-image: url(../../assets/pics/bg_x.gif);
	background-repeat: repeat;
	margin-bottom: none;
	border-bottom: none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #fff;
}

ul.dropdown ul li.hover a {
	color: #fff;
}

ul.dropdown li.hover a {
	color: #606060;
}

ul.dropdown li.hover a:hover {
	color: #fff;
}

ul.dropdown li:hover>ul li a {
	color: #606060;
}

/*Content*/
.content_wrapper {
	max-width: 1000px;
	width:920px;
	background-color: #eeeeee;
	height: auto;
	margin: auto;
	padding-bottom: 50px;
}

span.pagelinks {
	background-color: transparent;
}

span.pagebanner,span.pagelinks {
	padding: 3px 10px;
	width: 92%;
	margin: auto;
}

.displaystyle {
	width: 92%;
	margin: auto;
}

.permLink {
	border-right: medium none;
	font-size: 11px;
	letter-spacing: 0.02em;
	vertical-align: middle;
}

.greet {
	height: 40px;
	position: relative;
	right: 0;
	text-align: right;
	top: 10px;
	width: 250px;
	z-index: 102;
}

.project {
	height: 105px;
	width: 650px;
	z-index: 102;
	top: 40px;
	left: 0;
	float: left;
	text-align: left;
	position: relative;
}

#msgs {
  margin: 1em auto 1em auto;
  display: none;
  border: 1px solid #F26722;
  font-size:12px;
  color:#FFFFFF;
  width: 910px;
  background-color:#F26722;
  margin-bottom: 24px;
}

.bodyHeader{
	font-size: 1.35em;
	margin-bottom:20px;
}

/* Error Header and Content 2012-08-22 */
.mainerror {
    margin: auto;
    padding-top: 50px;
    width: 450px;
}
.errorpara {
    background: url("../../assets/pics/error.png") no-repeat scroll left top transparent;
    float: left;
    padding-left: 50px;
    padding-top: 0;
}

.errorhead {
    color: #EE0000;
    font-size: 18px;
    font-weight: bold;
    padding-top: 6px;
    text-align: left;
}

.errorcontent {
    color: #606060;
    line-height: normal;
    text-align: left;
}

/* Style anchor tag to make it look like  struts-jquery button*/
.jqueryButton {
/* 	text-decoration: none; */
/* 	cursor: pointer; */
/*     display: inline-block; */
/*     line-height: normal; */
/*     margin-right: 0.1em; */
/*     overflow: visible; */
/*     padding: 0; */
/*     position: relative; */
/*     text-align: center; */
/*     vertical-align: middle; */
/*     border-bottom-right-radius: 4px; */
/*     border-bottom-left-radius: 4px; */
/*     border-top-right-radius: 4px; */
/*     border-top-left-radius: 4px; */
/*     background: url("images/ui-bg_glass_40_111111_1x400.png") repeat-x scroll 50% 50% #111111; */
/*     border: 1px solid #777777; */
/*     color: #E3E3E3; */
/*     font-weight: normal; */
}