/* print styles */

body {
	margin: 0;
	padding : 0;
	background-color : white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 1em;
	text-align : left;
}

body,p,td,li,input,h1,h2,h3,h4,h5,h6,table {color: #000000;}

h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 1em;
}

form {
	margin-top : 0;
	padding-top : 0;
}

h2 {
	color : #000000;
	font-weight : bold;
	border-bottom : 1px solid #CCA445;
	margin-left : 0;
	font-size : 12 !important;
}

h2 span {
	color : #CCA445;
	font-weight : normal !important;
	border-bottom : 1px solid #CCA445;
	margin-left : 0;
	font-size : 12;
}

a, a:active, a:visited {
	color : #0076A3;
	text-decoration : underline;
}
a:hover  {text-decoration : none;}

#pageContainer {
	text-align : left;
	width : auto;
	margin-right : 0;
	margin-left : 0;
	height : auto;
	background-image : none;
}

.layoutTable {
	border-left : 0;
	border-right : 0;
	clear : both;
	border-collapse : collapse;
}

.homeLayoutTable {
	clear : both;
	border-collapse : collapse;
	width : 100%;
}
.homeLayoutTable td {
	vertical-align : top;
	width : 50%;
}

/* hpFeatImg is specific to homepage templates */
body#home #pageContainer {
	background-image : none;
	border-top : 1px solid white;
	margin-top : -1px;
}

#logo {
	display : none;
	float : none;
	height : 84px;
	background-image : url('/images/home_logo.gif');
	background-repeat : repeat-y;
	background-position : 0% 0%;
}

#logo a {
	display : block;
	width : 313px;
	height : 84px;
}

#topNav {
	float : left;
	display : none;
}
#topNav ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
	width : 440px;
}
#topNav li {
	float : left;
	margin : 0;
	padding-right : 9px;
	padding-left : 9px;
	padding-top : 5px;
	border-right : 1px solid #CCA445;
}
#topNav li.firstItem {
	border-left : 1px solid #CCA445;
}
#topNav a,
#topNav a:active,
#topNav a:visited {
	padding-top : 35px;
	text-decoration : none;
	color : black;
	font-size : 0.6em;
}
#topNav a:hover {
	color : #CCA445;
}

#hpLeftCol,
#hpRightCol {
	margin : 0;
	margin-top : 0;
	padding : 0;
	width : auto;
	font-size : 0.6em;
	color : black;
}
#hpLeftCol p,
#hpRightCol p {color : black;}
#hpLeftCol {margin-left : 0;}
#hpRightCol {margin-left : 0;}
#hpLeftCol a.brownLink,
#hpRightCol a.brownLink,
#hpLeftCol a.brownLink:active,
#hpRightCol a.brownLink:active,
#hpLeftCol a.brownLink:visited,
#hpRightCol a.brownLink:visited {
	padding-left: 0;
	color : #CCA445;
	text-decoration : none;
	background-image : url('/images/bullet_arrow.gif');
	background-repeat : no-repeat;
}
#hpLeftCol a.brownLink:hover,
#hpRightCol a.brownLink:hover {
	color : #0076A3;
	text-decoration : underline;
	background-image : url('/images/bullet_arrow_over.gif');
}

/* CONTENT STYLES*/
#content {
	clear : both;
	padding-top : 0;
	width : auto;
	margin-left : 0;
	font-size : 0.70em;
	line-height : 1.3em;
	margin-bottom : 0;
} 

#content ul,ol,p,h1,h2,h3,h4,h5,h6 {
	margin : 0;
	margin-bottom : 1em;
	padding : 0;
}
#content table {
	font-size : 1em;
}
#content h1 {
	font-size : 1.3em;
	font-weight : normal;
}
#content h2 {
	font-size : 1em;
	font-weight : bold;
}
#content h3 {
	font-size : 1em;
	font-weight : bold;
}
#content table {
	font-size : 1em;
}
#content td {
	vertical-align : top;
	padding : 2px;
}
#content ol {
	margin-left : 25px;
}
#content ul {
	list-style-type : none;
	padding-left : 1em;
}
#content ul li {
	padding-left : 1em;
	background-image : url('/images/bullet_arrow.gif');
	background-repeat : no-repeat;
	background-position : 0% 1px;
}
#content input.text {
	border : 1px solid #b2b2b2;
	width : 160px;
	font-size : 1em;
	font-family: Verdana, Helvetica, sans-serif;
	color : #4C4C4C;
}
input.attachfile {
	border : 1px solid #b2b2b2;
	width : 228px;
	font-size : 1em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color : white;
}
#content input.button {
	background-color : white;
	border : 1px solid #b2b2b2;
	width : auto;
	color : #4C4C4C;
}
#content input.check {
	border : 0px;
	font-size : 1em;
	font-family: Verdana, Helvetica, sans-serif;
	margin-bottom : -1px;
}
#content input.radio {
	border : 0px;
	font-size : 1em;
	font-family : Verdana, Helvetica, sans-serif;
	margin-bottom : -2px;
}
#content textarea {
	width : 228px;
	height : 50px;
	border : 1px solid #b2b2b2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 1em;
	color : #4C4C4C;
}
#content select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 1em;
	color : #4C4C4C;
}
#content a,
#content a:active,
#content a:visited {color : #0076A3;}

/* SIDE NAV STYLES */
ul#subNav {
	list-style-type: none;
	margin : 0;
	margin-left : 53px;
	margin-bottom : 20px;
	padding : 0;
	font-size : 0.71em;
}
#subNav li {
	margin : 0;
	padding : 0;
	line-height : 1.5em;
}
#subNav a.brownLink,
#subNav a.brownLink:active,
#subNav a.brownLink:visited {
	padding-left: 10px;
	color : #4C4C4C;
	text-decoration : none;
	background-image : url('/images/bullet_arrow.gif');
	background-repeat : no-repeat;
}
#subNav a.brownLink:hover {
	color : #4C4C4C;
	text-decoration : underline;
	background-image : url('/images/bullet_arrow_over.gif');
}
span.selectedPage  {
	color : #CCA445;
	
}
span.headingPage  {
	padding-left: 10px;
	color : #CCA445;
	font-weight : bold;
	margin-left : -10px;
}
li.selectedPageOuter {
	padding-left : 10px !important;
	background-image : url('/images/bullet_arrow.gif');
	background-position : 0 2px;
	background-repeat : no-repeat;
	font-weight : normal;
	
}
li.headingPage  {
	padding-left: 10px;
	color : #CCA445;
	font-weight : bold;
	margin-left : -10px;
}

/* FOOTER STYLES */
#footer {
	width : auto;
	font-size : 0.6em;
	padding : 20px 0 0 0;
	text-align : center;
	background-image : none;
	border-top : 0;
	clear : both;
	
}
#footer.homepage {
	border-top : 0;
	padding-top : 0;
	background-position : 755px 199px;
}

#footer p {
	padding-right : 0;
	color : #000000;
	margin-bottom : 0;
}
#footer a,
#footer a:active,
#footer a:visited {
	text-decoration : none;
	color : #000000;
}
#footer a:hover {color : #000000;}

.gruden {
	color : #000000 !important;
}
.required {
	color : red;
	font-weight : bold;
}

.menuLayer {
	display : none;
	border-collapse : collapse;
	border : 0;
	border-top : 1px solid #CCA445;
	position : absolute;
	z-index : 1;
	visibility : hidden;
	width : 160px
}

.menuLayer td {
	display : none;
	border-width : 0 1px 1px 1px;
	border-style : solid;
	border-color : #CCA445;
	width: 160px;
}
.menuLayer tr {
	background-color : #F5EDDA;
}

a.popupMenu,
a.popupMenu:active,
a.popupMenu:visited {
	font-size : 0.65em;
	text-decoration : none;
	color : #000000;
	display : block;
	padding : 1px 6px 1px 6px;
}

a.popupMenu:hover {
	text-decoration: underline;
	color : #000000; 
}

.searchSubHeading {
	color : #000000;
	font-weight : bold;
	margin-left : 0;
}

.search {
	padding : 0px !important;
	padding-top : 4px !important;
	font-weight : bold;
	padding-left :2px !important;
}
a.search,
a.search:active,
a.search:visited {
	color: #000000 !important;
	padding-left :20px !important;
	background-image : url('/images/icon_arrow.gif');
	background-repeat : no-repeat;
	padding-top : 0px !important;
	background-position : -3px -2px;
}

table.vatTitle {
	border : 0;
	margin : 0;
	margin-bottom : 1em;
	boder-collapse : collapse;
}

table.vatTitle td.col1 {
	background-color : #EBEBEB;
	padding-left : 5px !important;
	width : 100%;
}
table.vatTitle td.col2 {
	border : 0;
	margin : 0 !important;
	padding : 0 !important;
	boder-collapse : collapse;
}

.sResultsHeading {
	padding : 4px !important;
	background-color : #EBEBEB;
	font-weight : bold;
}
.sResultsBodyHeading {
	padding-top :12px !important;
	padding-left :8px !important;
	padding-right : 8px !important;
	font-weight : bold;
	font-size : 11;
}
.sResultsBody {
	padding-bottom :24px !important;
	padding-left :8px !important;
	padding-right : 8px !important;
	font-size : 11;
}
a.sResult,
a.sResult:active,
a.sResult:visited {
	font-size : 0.9em;
	text-decoration : none;
}
a.sResult:hover {
	text-decoration : none;
	color : #CCA445 !important;
}

.contentLeftCol {
	display : none;
	width : 215px;
	vertical-align : top;
	padding-top : 220px;
}
.contentRightCol {
	width : auto;
	vertical-align : top;
}
.consultInfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12;
	color : #000000 !important;
}
.consultPic {
	float: left;
	position : relative;
	margin-left : -181px;
	margin-top : 15px;
	
	width : 119px;
	height : 146px;
	background-image : url('/images/portrait_bg.gif');
	background-position : 1px 1px;
	background-repeat : no-repeat;
	
}
.consultPic img {
	border : 1px solid #CCA445;
}
.noPrint {
	display:none;
}

.vacBody {
	padding-top : 0;
	padding : 0px !important;
	font-weight : bold;
	padding-left :8px !important;
}
.vacTopPad {
	padding : 0px !important;
	padding-top : 14px !important;
	font-weight : bold;
	padding-left :8px !important;
}
a.vacTopPad,
a.vacTopPad:active,
a.vacTopPad:visited {
	color: #000000 !important;
	padding-left : 23px !important;
	padding-top : 0px !important;
	background-image : url('/images/icon_arrow.gif');
	background-repeat : no-repeat;
	background-position : -3px -2px;
}
span.vacNormal {
	font-weight : normal;
}
input.timeSheet {
	border : 1px solid #b2b2b2;
	width : 50px;
	font-size : 1em;
	font-family: Verdana, Helvetica, sans-serif;
	color : #4C4C4C;
}
.centered {
	text-align : center;
}

textarea.feedback {
	width : 350px !important;
	height : 100px !important;
	border : 1px solid #b2b2b2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 1em;
	color : #4C4C4C;
}

td.alignBottom {
	vertical-align : bottom !important;
	padding : 0;
}

td.alignBottom input {
	margin-bottom : 0;
}
