body{
	text-align:center;
	margin:20px;
	background-color:#eee;
	background-image: url(../images/bg_c.gif);
	font: lighter 200% "Trebuchet MS",Arial sans-serif;
	color: #333333;
}
div#navline {
height: 2px;
padding-top: 2px;
}
input#searchbox {
	
border: 5px solid white;
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
padding: 15px;
background-color: #eee;
margin: 0 0 10px 0;
}

div.show a {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 1.5em;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
div.show a :hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
div.show a :active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
input#username {
border: 5px solid white;
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
padding: 15px;
background-color: #eee;
margin: 0 0 10px 0;
width: 80%;
}

input#password{
border: 5px solid white;
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
padding: 15px;
background-color: #eee;
margin: 0 0 10px 0;
width: 80%;
}

div#rightcontent {
height:0px;
}
button {
background: -moz-linear-gradient(top,#0092d9,#006ab0);
background: -o-linear-gradient(top,#0092d9,#006ab0);
-o-transition: none;
-moz-transition: none;

background: -moz-linear-gradient(top,#d7d7d7,#bbb);
background: -o-linear-gradient(top,#d7d7d7,#bbb);

width: 10%;
background: rgb(66, 184, 221);
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
display: inline-block;
zoom: 1;
line-height: normal;
white-space: nowrap;
vertical-align: baseline;
text-align: center;
cursor: pointer;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 0 rgba(0,0,0,0);
font-size: 100%;
padding: .5em 1em;
}

span.username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
	color: #205c73;
}
span.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
	color: #205c73;
}

.go_delete_btn {
	float: right;
}








img{
border:0;
}

table{

}

#container {
text-align:left; 

width:100%;
height:100%;
background-color:#9fc9eb;
}

#box {
width:100%;
margin-top: -45px;
}

#navline {
width:100%;
height:1px;
background-color: transparent;
}
#leftcol{
padding-left:10px;

float:left;
}

#rightcol{
margin-left:20px;

float:left;
}
#spacercol{
margin-left:20px;
width:10px;
float:left;
}
.sitetext {
font-family:tahoma;
font-size: 12px;
color: #000000;
}

.sitetextbold {
font-family:tahoma;
font-size: 12px;
color: #000000;
font-weight:bold;
}

input {
}

select {

}

.submitText {

width:500px;
background: #3e9cbf; /*the colour of the button*/
padding: 8px 14px 10px; /*apply some padding inside the button*/
border:1px solid #3e9cbf; /*required or the default border for the browser will appear*/
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
/*style the text*/
font-size:1.5em;
font-family:Oswald, sans-serif; /*Oswald is available from http://www.google.com/webfonts/specimen/Oswald*/
letter-spacing:.1em;
text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
color: #fff;
/*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
/*give the corners a small curve*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/***SET THE BUTTON'S HOVER AND FOCUS STATES***/
input.submitText:hover, input.submitText:focus {
color:#dfe7ea;
/*reduce the size of the shadow to give a pushed effect*/
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
}}

a:link {
	color: #FFFFFF;
	font-family:tahoma;
	font-size: 16px;
	
	text-decoration: none;
	
}

a:visited {
	color: #FFFFFF;
	font-family:tahoma;
	font-size: 16px;
	
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-family:tahoma;
	font-size: 16px;
	
	text-decoration: none;
}

a.sitelink:link {
	color: #2e3092;
	font-family:tahoma;
	font-size: 12px;
	
	text-decoration: none;
	
}

a.sitelink:visited {
	color: #2e3092;
	font-family:tahoma;
	font-size: 12px;
	
	text-decoration: none;
}

a.sitelink:hover {
	color: #2e3092;
	font-family:tahoma;
	font-size: 12px;
	
	text-decoration: none;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
