html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	position: relative;
	height: auto;
	width: 100%;
	background: #f9fafd;
	}

a:link {
text-decoration:none;
color:blue;
outline:none;
}
a:visited {
text-decoration:none;
color:blue;
outline:none;
}
a:hover {
text-decoration:underline;
color:blue;
outline:none;
}
a:active {
text-decoration:underline;
color:blue;
outline:none;
}

#alexa_tracking {
	display: none;
	}
	
#content {
	width:728px;
	padding:0;
	margin:15px auto 15px auto;
	}
	
#title {
	width:728px;
	font-size: 25px;
	margin-bottom: 3px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
#search_form {
	width:728px;
	height:80px;
	margin-bottom:6px;
	}
	
#search_box {
	height: 56px;
	width: 481px;
	color: rgb(80, 80, 80);
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 33px;
	font-weight: normal;
	vertical-align:middle;
	border: 2px solid #3d94f6; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	border-radius: 4px;
        /* make it glow! */
		-webkit-box-shadow: 0px 0px 8px #4195fc;
		-moz-box-shadow: 0px 0px 8px #4195fc;
	box-shadow: 0px 0px 6px #4195fc;
	padding: 10px;
	background: rgb(255,255,255);
	margin: 0 5px 0 0;
	}
#search_box:focus{
	outline: 0;
	}
		
#search_button {
	-moz-box-shadow:inset 0px 0px 0px 1px #97c4fe;
	-webkit-box-shadow:inset 0px 0px 0px 1px #97c4fe;
	box-shadow:inset 0px 0px 0px 1px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:2px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	font-style:normal;
	vertical-align:middle;
	height:80px;
	width:213px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
	}
#search_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	}
#search_button:focus{
	outline: 0;
	}
#search_button:active {
	position:relative;
	top:1px;
	}

#home_info {
	width:728px;
	height:148px;
	background-color:#3d94f6;
	padding:0;
	margin:10px auto auto auto;
	border-radius:5px;
	position:relative;
	}
	
#logo {
	width:128px;
	height:128px;
	margin:10px 0px 0 10px;
	padding:0;
	display:inline;
	position:absolute;
	}
	
#home_description {
	height:128px;
	margin:10px 10px 0 148px;
	padding:0;
	display:inline;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:1.25;
	}
	
#ad_above {
	width:728px;
	height:auto;
	margin:0px auto -7px auto;
	}
	
#info_container {
	width:728px;
	background-color:#3d94f6;
	padding:0;
	margin:10px auto auto auto;
	border-radius:5px;
	position:relative;
	}

#left_column {
	width:15%;
	background-color:#3d94f6;
	padding:0;
	margin:10px auto auto auto;
	border-radius:5px;
	position:absolute;
	left:0;
	top:0;
	}
	
#right_column {
	width:15%;
	background-color:#3d94f6;
	padding:0;
	margin:10px auto auto auto;
	border-radius:5px;
	position:absolute;
	right:0;
	top:0;
	}

#profile_links {
	width:128px;
	margin:148px 0 0 10px;
	padding:0;
	display:inline;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
		
#profile_image {
	width:128px;
	margin:10px 0 0 10px;
	padding:0;
	display:inline;
	position:absolute;
	}
	
#profile_info {
	width:558px;
	border-left:2px solid #ffffff;
	vertical-align:top;
	margin:10px 0 0 148px;
	padding:10px 0 9px 10px;
	}



table {
  border-collapse: collapse;
}

td, th {
  padding-left: 0.25rem;
  padding-right: 0.13rem;
  text-align: left;
  vertical-align:top;
}
.col1 {
background-color:#a5d5e3;
color:#197ae6;
border-bottom:1px solid #3d94f6;
font-family:Oswald, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
min-width:91px;
max-width:91px;
width:91px;
white-space: pre-wrap;
white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.col2 {
background-color:#d3eaf2;
color:teal;
border-bottom:1px solid #3d94f6;
border-left:1px solid #3d94f6;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
min-width:146px;
max-width:146px;
width:146px;
white-space: pre-wrap;
white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.col3 {
background-color:#d3eaf2;
color:#2a2b2b;
border-bottom:1px solid #3d94f6;
border-left:1px solid #3d94f6;
font-family:Arial, sans-serif;
font-size:14px;
min-width:301px;
max-width:301px;
width:301px;
white-space: pre-wrap;
white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
line-height:16px;
}
.col3 a:link {
text-decoration:none;
color:#2a2b2b;
outline:none;
}
.col3 a:visited {
text-decoration:none;
color:#2a2b2b;
outline:none;
}
.col3 a:hover {
text-decoration:underline;
color:#2a2b2b;
outline:none;
}
.col3 a:active {
text-decoration:underline;
color:#2a2b2b;
outline:none;
}

.col3_no {
background-color:#d3eaf2;
color:#2a2b2b;
border-bottom:1px solid #3d94f6;
border-left:1px solid #3d94f6;
font-family:Arial, sans-serif;
font-size:14px;
font-style:italic;
min-width:296px;
max-width:296px;
width:296px;
white-space: pre-wrap;
white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
line-height:16px;
}

#color {
width:100px;
height:12px;
float:right;
margin-right:100px;
margin-top:1px;
border-style:solid;
border-width:1px;
border-color:#2a2b2b;
}

#error_msg {
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
color:#2A2B2B;
font-weight:normal;
text-align:center;
padding:10px 10px 10px 10px;
vertical-align:middle;
}

#ad_below {
	width:468px;
	height:auto;
	margin:3px auto -2px auto;
	}

#more_accounts_container{
	width:728px;
	height:105px;
	background-color:#3d94f6;
	padding:10px 0px;
	margin:5px auto auto;
	border-radius:5px;
	position:relative;
	}
	
#more_accounts{
	width:708px;
	margin:0px auto;
	background-color:#81B6F3;
	}
	
#list_item {
	width:165.5px;
	height:85px;
	padding:10px 5px;
	background-color:#81b6f3;
	float:left;
	border-right:2px solid #ffffff;
	}

#list_item_last {
	width:165.5px;
	height:85px;
	padding:10px 5px;
	background-color:#81b6f3;
	float:left;
	}
		
.item_image {
	width:48px;
	height:48px;
	margin:0px auto;
	padding:0px;
	display:block;
	border:0;
	}
	
.item_image a:link {
text-decoration:none;
outline:none;
margin:0px auto;
display:table;
}
.item_image a:visited {
text-decoration:none;
outline:none;
margin:0px auto;
display:table;
}
.item_image a:hover {
text-decoration:underline;
outline:none;
margin:0px auto;
display:table;
}
.item_image a:active {
text-decoration:underline;
outline:none;
margin:0px auto;
display:table;
}
	
.item_fullname {
  	text-align:center;
  	vertical-align:top;
	margin:0px auto;
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#005C5C;
	}

.item_fullname a:link {
text-decoration:none;
color:#005C5C;
outline:none;
}
.item_fullname a:visited {
text-decoration:none;
color:#005C5C;
outline:none;
}
.item_fullname a:hover {
text-decoration:underline;
color:#005C5C;
outline:none;
}
.item_fullname a:active {
text-decoration:underline;
color:#005C5C;
outline:none;
}

#item_username{
	text-align:center;
  	vertical-align:top;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#6F808D;
	}

.source_msg {
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:gray;
font-weight:normal;
text-align:center;
padding:5px 5px 5px 5px;
vertical-align:middle;
}
.source_msg a:link {
text-decoration:none;
color:gray;
outline:none;
}
.source_msg a:visited {
text-decoration:none;
color:gray;
outline:none;
}
.source_msg a:hover {
text-decoration:underline;
color:gray;
outline:none;
}
.source_msg a:active {
text-decoration:underline;
color:gray;
outline:none;
}