html,
body
{
	margin: 0;
	padding: 0;
}

html
{
    background: #E0E0E0;
}

body
{
    background: #E0E0E0;
    background: -moz-linear-gradient(top, #A0A0A0, #E0E0E0);
    background: -webkit-gradient(linear,left top, left bottom, from(#A0A0A0), to(#E0E0E0));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#A0A0A0', EndColorStr='#E0E0E0', GradientType=0);
}

img
{
	border: none;
}

a:link
{
	color: #2392F1;
	text-decoration: underline;
}
a:visited
{
	color: #2392F1;
	text-decoration: underline;
}
a:hover
{
	color: #2392F1;
	text-decoration: underline;
}
a:active
{
	color: #2392F1;
	text-decoration: underline;
}

div.container
{
	font-family: Arial, Helvetica, sans-serif;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}



/*** top bar ***/

div.top-bar
{
	margin: 0;
	padding: 20px 0 0 0;
}

img.header-logo
{
	float: left;
	
}

img.header-avatar
{
	float: right; 	
}

form.search
{
	float: right; 		
	margin-right: 60px;
}

div.login
{
	display: inline;	
	float: right; 	
	margin: 0 10px 0 0;
}

div.login a
{
	display: block;
	margin: 5px 0 5px 0;	
	text-align: right;
}

div.login a:link,
div.login a:visited,
div.login a:hover,
div.login a:active
{
	font-size: 14px;	
	color: black;
	text-decoration: none;
}

div.login a:hover
{
	text-decoration: underline;	
}

/*** outer body ***/

.outer-body-corner
{
	float: left; 
	width: 10px;
	height: 10px;
	background: url('../images/display/outer_body_corner.png') no-repeat;
	font-size: 0%;
}
.outer-body-fill
{
	margin: 0 10px 0 10px;
	height: 10px;
	background: #1D4660;
	font-size: 0%;	
}

div.outer-body
{
	clear: both;
	height: 1%;
	margin: 0;
	padding: 20px 20px 10px 20px;
	background: #1D4660;
    background: -moz-linear-gradient(top, #29668D, #1D4660);
    background: -webkit-gradient(linear,left top, left bottom, from(#29668D), to(#1D4660));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#29668D', EndColorStr='#1D4660', GradientType=0);	
}



div.top-navigation
{
	float: left;	
	padding: 0;
	margin: 20px 0 0 0;
	height: 40px;
	width: 980px;	
	background-image: url('../images/display/nav_bar.png');
	background-repeat: no-repeat;
	background-position: right top;
}

div.top-navigation ul,
div.top-navigation li,
div.top-navigation a
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.top-navigation li
{
	float: left;	
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #404040;	
	
	background-image: url('../images/display/nav_bar_fill.png');
	background-repeat: repeat-x;	
}

div.top-navigation a
{
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 55px;
}

div.top-navigation li:first-child
{
	border-left: none;
	background-image: url('../images/display/nav_bar.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.top-navigation li.selected
{
	border-left: 1px solid #606060;
	background-image: url('../images/display/nav_bar_fill_selected.png');	
	background-repeat: repeat-x;
}

div.top-navigation li:first-child.selected
{
	border-left: none;
	background-image: url('../images/display/nav_bar_selected.png');
	background-repeat: no-repeat;
	background-position: left top;
}


div.top-navigation a:link,
div.top-navigation a:visited,
div.top-navigation a:hover,
div.top-navigation a:active
{
	font-size: 15px;	
	font-weight: bold;	
	color: #F0F0F0;
	text-decoration: none;
}

div.top-navigation a:hover
{
	text-decoration: underline;	
}


div.top-navigation li.selected a:link,
div.top-navigation li.selected a:visited,
div.top-navigation li.selected a:hover,
div.top-navigation li.selected a:active
{
    color: white;	
}

/*** second nav ***/

div.second-navigation
{
	float: left; 
	padding: 0;
	margin: 20px 0 0 0;
}

div.second-navigation ul,
div.second-navigation li,
div.second-navigation a
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.second-navigation li
{
	margin: 0 0 10px 0;
	height: 30px;
	width: 180px;
	line-height: 30px;
	background-image: url('../images/display/second_nav.png');
	background-repeat: no-repeat;
	background-position: left top;	
}

div.second-navigation li.selected
{
	background-image: url('../images/display/second_nav_selected.png');
}


div.second-navigation li a
{
	display: inline-block;
	padding: 0 10px 0 10px;	
	height: 30px;
	width: 170px;	
}

div.second-navigation li a:link,
div.second-navigation li a:visited,
div.second-navigation li a:hover,
div.second-navigation li a:active
{
	font-size: 15px;		
	color: #E0E0E0;
	text-decoration: none;
}

div.second-navigation li a:hover
{
	text-decoration: underline;	
}

div.second-navigation li a:link,
div.second-navigation li a:visited,
div.second-navigation li a:hover,
div.second-navigation li a:active
{
	color: #202020;	
}


/*** Message ***/

.message-corner
{
	float: left;
	width: 10px;
	height: 10px;
	background: url('../images/display/message_corner.png') no-repeat;
	font-size: 0%;
}
.message-top
{
	margin: 0 10px 0 10px;
	height: 10px;
	background: #e2811f;
	font-size: 0%;
}
.message-bottom
{
	margin: 0 10px 20px 10px;
	height: 10px;
	background: #e2811f;
	font-size: 0%;	
}

div.message
{
	clear: both;
	height: 1%;
	margin: 0;
	padding: 1px 10px 1px 10px;
    background: #e2811f;	
}

div.message p,		
div.message ul,	
div.message li,
div.message td,	
div.message table
{
	font-size: 15px;
	color: white;
	margin: 0;
}


/*** Body text ***/

div.bodytext-indent
{
/*	clear: both; */
	height: 1%; 
	margin: 0 0 0 180px;
	padding: 0;
}

.bodytext-corner
{
	float: left;
	width: 10px;
	height: 10px;
	background: url('../images/display/body_text_corner.png') no-repeat;
	font-size: 0%;
}
.bodytext-fill
{
	margin: 0 10px 0 10px;
	height: 10px;
	background: #F0F0F0;
	font-size: 0%;	
}

div.bodytext
{
/*	clear: both; */ 
	height: 1%;
	margin: 0;
	padding: 1px 10px 1px 10px;
    background: #F0F0F0;
}

div.second-column-right
{
	float: right;
	width: 50%;	
}

div.second-column-left
{
	float: left;
	width: 50%;	
}


div.bodytext h1
{
	font-weight: bold;
	font-size: 17px;
	color: black;
	margin: 0.5em 0 0.5em 0;
}

div.bodytext h2
{
	font-weight: bold;
	font-size: 15px;
	color: black;
	margin: 0.5em 0 0.5em 0;
}

div.bodytext h3
{
	font-weight: normal;
	font-size: 14px;
	color: black;
	margin: 0.5em 0 0.5em 0;
}

div.chart
{
	border: 1px solid black;	
	margin: 10px;
	padding: 0;
	background: white;
} 

div.bodytext p,		
div.bodytext ul,	
div.bodytext li,
div.bodytext td,	
div.bodytext th,
div.bodytext table,
{
	font-size: 14px;
	color: #202020;
	margin: 0 0 1em 0;
}

div.field label
{
	float: left;
	display: inline-block;
	font-size: 14px;
	text-align: right;
	color: #202020;
	margin: 0 0 1em 0;
	padding-top: 4px;
	width: 150px;
}

div.field input,
div.field textarea,
div.field p,
div.field select,
div.field img.avatar
{
	display: block;
	font-size: 14px;
	margin: 0 0 4px 170px;
}

div.field textarea.biog
{
	width: 500px;
	height: 5em;	
}

div.field input.delete-picture
{

}

div.field p
{
	color: #202020;
	font-size: 12px;	
}

div.bodytext li,	
div.bodytext td,
div.bodytext th
{
	font-size: 14px;
	margin-bottom: 0.5em;
}

div.bodytext div.field
{
	margin-bottom: 1em;	
}

div.bodytext div.field_with_errors
{
	margin: 0;	
}

div.bodytext div.field_with_errors input
{
	border: 1px solid red;	
}

div.bodytext table
{
	border-collapse:collapse;
	margin-top: 0.5em;	
	margin-bottom: 1em;	
}

div.bodytext th
{
	font-weight: bold;
	border: 1px solid black;
	padding:5px;
	background: #D0D0D0;
}

div.bodytext td
{
	border: 1px solid black;
	padding:5px;
}



div.bodytext table.search-results td
{
	border: none; 
	text-align: left;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding:5px;
}

div.bodytext tr.odd
{

}

div.bodytext tr.even
{
	background: #bfc9d4;
}

div.bodytext p.home
{
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: bold;
	font-size: 100%;
}		

div.bodytext img.right-image
{
	clear: right;
	float: right;
	margin: 20px 20px 20px 40px;
}

.left
{
	float: left;
	margin: 0 20px 20px 0;
}

.right
{
	float: right;
	margin: 0 0 20px 20px;
}

div.bodytext p.full-name
{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

div.bodytext p.username
{
	font-weight: bold;
	margin: 0 0 2px 0;
}

div.bodytext span.location
{
	font-size: 14px;	
	color: #404040;	
	font-weight: normal;
	margin: 0 0 2px 10px;
}

div.bodytext p.position
{
	font-size: 24px;	
	margin: 0;
	text-align: center;
}

div.bodytext p.movement
{
	font-size: 18px;	
	margin: 0;
	text-align: center;
}

div.bodytext img.thumb
{
	float: left;
	margin-right: 10px;
}

div.bodytext p.thumb-text
{
	display: inline-block;
	vertical-align: middle;
	margin: 7px 0 0 0;
}

div.bodytext p.biog
{
	color: #404040;	
	margin: 0 0 2px 0;	
	font-style: italic;	
}

div.bodytext p.website
{
	font-size: 14px;
	margin: 0 0 2px 0;	
}

div.right-video
{
	clear: right;
	float: right;
	margin: 40px 10px 20px 40px;
	border: 2px solid #808080;
}

div.bodytext img.right-image-two-column
{
	float: right;
	margin: 10px 10px 10px 20px;
	border
}

div.bodytext img.center-image
{
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

p.download-now
{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

div.bodytext li.error
{
	color: yellow;
}

div.left-column
{
	float: left;
	width: 49%;
	margin: 0;
}

div.right-column
{
	float: right;
	width: 49%;
	margin: 0;
}

/*** corners ***/

.TL
{
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR
{
	float: right;
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.BL
{
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR
{
	float: right;
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}

/*** Float Clearer ***/

div.clearer
{
	clear: both;
}

/*** Footer ***/

div.footer
{
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #202020;
}

div.footer-left
{
	float: left;
	width:50%;
}

div.footer-right
{
	float: right;
	width:50%;
	text-align: right;	
}

div.footer img
{
	vertical-align:middle;
}

div.footer p
{
	font-size: 14px;
	margin: 0 0 10px 0;	
	
}

/** input forms ***/
form
{
	margin-top: 1em;
	margin-bottom: 1em;
}

form dl
{
	margin: 0;
	padding: 0;
}

form dd
{
	margin: 0 0 1em 7em;
	font-size: 95%;	
	color: #F0F0F0;		
}

form dt
{
	float: left;
	font-size: 95%;	
	color: #F0F0F0;		
}

form fieldset			/* to fix the expanding IE textarea bug - fieldset and then a div required around the textarea */
{
	border: 0;
	padding: 0;
}

form textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;	
	width: 80%;
}

form input.textinput
{
	width: 80%;
	font-size: 95%;
}

form dd input.check
{
	margin: 0 0.5em 0 0;
}





