body{

margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:14px;
	height:100%;
	overflow-x:hidden;
	color:#666;

}
.bodystyle {
	text-align:center;
	background-color:#c4cce3;
	background-image:url(../images/MyView_bg.jpg);
	background-repeat:repeat-x;
}
.black {
	background:#000;
}
.white {
	background:#fff;
}
.green {
	background:#c9ceb7;
}
.red {
	color:#da2824;
}
.darkgreen {
	color:#5b5b4f;
}
.none {
	background:none;
}

.bigblue {
	font-size:18px;
	font-style:italic;
	color:#006699;
}

#container{
background-color:#fff;
text-align:left;
margin-left:auto;
margin-right:auto;
width:770px;
_overflow:hidden;
}
#container_home{
position:relative;
background-color:#fff;
text-align:left;
margin-left:auto;
margin-right:auto;
width:770px;
height:675px; /* fix for IE6 */
_overflow:hidden;
}
html>body #container_home {
height:615px;
*height:675px;/* fix for IE7 */
}
#header{
float:left;
background-image:url(../images/MyView_header.jpg);
background-repeat:no-repeat;
width:805px;
height:150px;
}
#navbar {
	position:relative;
	margin-left:36px;
	top:83px;
	width:40%;
	height:47px;
	background-color:#2095f4;
	
}

#nav_links {
	position:relative;
	width:350px;
	color:#fff;
	font-family:"Arial", Tahoma , Verdana, "sans-serif";
	padding-top:15px;
	padding-left:10px;
	font-size:18px;
	z-index:100;
}

#nav_links a {
	color:#fff;
	padding:10px;
	
}


#content_left{
position:relative;
	margin-left:50px;
	width:400px;
	padding:20px;
	padding-left:0px;
	padding-right:20px;
	padding-bottom:60px;
}
#content_left a, #content_left a:visited{
	text-decoration:none;
}
#content_fullwidth {
	position:relative;
	margin-left:50px;
	width:100%;
	padding:20px;
	padding-left:0px;
	padding-right:20px;
	padding-bottom:60px;
	
}

#content_right {
	position:relative;
	float:right;
	width:500px;
	_width:450px;
	margin-right:55px;
	
}

html>body #content_right {
	margin-right:75px;
}

#logged_nav {
	float:left;
	width:160px;
}

#logged_nav a {
	/*display:block;
	width:152px;
	background:#01b1af;
	color:#fff;
	padding:8px;
	border-bottom:solid 1px #fff;	*/
}

#logged_nav a h2:hover {
	/*width:152px;*/
	/*background:#029e9b;*/
	/*background:#2095f4;*/
	/*cursor:pointer; */
	text-decoration:none;
	color:#2095f4;
}

.span_login {
position:relative;
top:11px;
left:25px;
font-family:"Arial", Tahoma , Verdana, "sans-serif";
font-size:18px;
}
.span_signup {
position:relative;
top:11px;
left:18px;
font-family:"Arial", Tahoma , Verdana, "sans-serif";
font-size:18px;
}
#btn_login {
float:left;
width:112px;
height:46px;
background-color:#2095f4;
color:white;

}
#btn_login:hover {
background-color:#01b1af;
}
#btn_signup {
float:left;
margin-left:35px;
width:112px;
height:46px;
background-color:#01b1af;
color:white;
}
#btn_signup:hover {
background-color:#2095f4;
}
#right {
left:350px;
position:relative;
top:-110px;
}
#footer_home {
	position:relative;
	top:-110px;
	width:100%;
	height:50px;
	
}
#footer {
	position:relative;
	width:100%;
	/*height:50px;*/
	
}
#footer span,#footer_home span {
	font-size:11px;
	margin-left:50px;
	color:#999;
}

#footer span a,#footer_home span a {
	color:#00abab;
}

th {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding-left: 4px;
	height:26px;
	color:#fff;
}

td {
	text-align:left;
	font-size:12px;
	height:30px;
	padding:4px;
}

td p {
	text-align:left;
}

li {
	margin-bottom:8px;
	font-size:0.9em;
}

h1 {
	font-size:1.5em;
	/*color:#ec7642;*/
	color:#01b1af;
}

h2 {
	font-size:1.2em;
	color:#01b1af;
}

h3 {
	font-size:1.0em;
}

p {
	font-size:14px;
	color:#666;
	line-height:18px;
}

.itinery {
	background-color:#FFFFDD;
	border:none;
}

#admintools { 
	border: solid 1px #999999;
	background-color:#efefef;
	text-align:center;
	height:30px;
}

.admintool_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#efefef;
}

.admintool_text a:link {
	color:#006699;
	text-decoration:none;
	text-align:center;
	background-color:#efefef;
}

.admintool_text a:visited {
	color:#006699;
	text-decoration:none;
	text-align:center;
	background-color:#efefef;
}

.admintool_text a:hover {
	text-decoration:underline;
	text-align:center;
	background-color:#efefef;
}

#Submit {
	background:url(../images/red_gradient.gif);
	color:#fff;
	width:80px;
	font-size:10px;
	border:solid 1px #666;
	padding:0px;
	margin:0px;
}

html>body #Submit {
	/*padding-bottom:3px;*/
}

#Submit:hover {
	background:url(../images/orange_gradient.gif);
	color:#fff;
	font-size:10px;
	border:solid 1px #666;
	padding:0px;
	margin:0px;
}

html>body #Submit:hover {
	/*padding-bottom:3px;*/
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.breadcrumbs {
	font-size: 11px;
}

a img {
	border:none;
}
a:link {
	color:#00abab;
	text-decoration:none;
}
a:visited {
	color:#00abab;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

input {
	border:solid 1px #666;
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:14px;
}

textarea {
	border:solid 1px #666;
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:14px;
}

.table_header {
	
}

.account_bg_th td {
	font-size:14px;
	background-color:#efefef;
}

fieldset {
	margin-bottom:20px;
	border:solid 1px #ccc;
	padding:10px;
}

legend {
	color:#333;
	font-size:16px;
}

.clearboth {
	clear:both;
}