/* CSS Document */

body { 	
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration:none;
		topmargin: 5px;
		text-align: center;		 
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 77em;
	text-align: left;
} 

table,td,th,select,input,textarea,form,pre { 	
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration:none;
		}

/* EE STuff */
		
.tableborder {
 border:            1px solid #7B81A9;
 padding:			1px;
 margin-top:        1px;
 margin-bottom:     3px;
}

.profileTopBox {
 background:	#F0F0F2 url({path:image_url}bg_profile_box.jpg) repeat-x left top;
 margin:		0;
 padding:		7px 5px 5px 5px;
}

.avatar {
 background:	transparent;
 margin:		3px 14px 0 3px;
}

.profileTitle {
 font-family:		Tahoma, Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
 font-size:			14px;
 font-weight:		bold;
 color:				#000;
 padding: 			3px 5px 3px 0;
 margin:			0;
 background-color: transparent;  
}

.profilePhoto {
 background:    #F0F0F2 url({path:image_url}bg_profile_box.jpg) repeat-x left top;
 border-left:       1px solid #B2B3CE;
 padding:	1px;
 margin-top:        1px;
 margin-bottom:     3px;
}

.itempad {
padding: 2px 0 2px 0;
}

.itempadbig {
padding: 5px 0 5px 0;
}


.photo {
 background:	transparent;
 margin:		6px 14px 0 3px;
}

.default, .defaultBold, .defaultRight, .defaultCenter {
 background:	transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
}

.lighttext {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 color:             #73769D;
 padding:           4px 0 2px 0;
 background-color:  transparent;  
}

.tableRowHeading, .tableRowHeadingBold {
 background: #4a8ac8;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #ffffff;
 padding:           8px 10px 8px 6px;
 border-top:        1px solid #A7A9C7;
 border-bottom:     1px solid #A7A9C7;
 border-left:       1px solid #A7A9C7;
 border-right:      1px solid #fff;
}

.tableRowHeadingBold {
font-weight: bold;
}

.tableCellOne {
 background: #F0F0F2;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #B2B3CE;
 border-right:      1px solid #fff;
}

.tableCellTwo {
 background: #EDEEF3;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #B2B3CE;
 border-right:      1px solid #fff;
}

.leftpad {
padding: 0 0 0 4px;
}

.textpad {
padding: 0px 10px 3px 4px;
text-align: justify;
}

/* My Other Stuff */

h3	{
	font-size:	14px;
	margin-top:3px;
	margin-bottom:3px;
	}

li	{ 
	padding:3px;
	}

a { 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:11px;
		color:#149BE1;
		text-decoration:none;
		}
a:visited {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:11px;
		color:#149BE1;
		text-decoration:none;
		}	
a:hover {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:11px;
		color:#149BE1;
		text-decoration:underline;
		}
.demo { color: #990033;
		font-weight:300;	
		}

#tab ul {
		list-style: none;
		padding: 0;
		margin: 0 0 2px 0;
	}
	
#tab li {
display: inline;
margin: 0 2px 0 0;
padding: 1px;
	}
	
#tab a {
		padding: 0 1em;
padding-bottom: 2px;
		text-decoration: none;
		color: #a80;
		background: #e0e0e0;
	}
	
#tab a:hover {
		background: #4A8AC8;
		color: #ffffff;
	}
	
#tab #selected a {
		padding-bottom: 2px;
		font-weight: bold;
		color: #ffffff;
		background: #4A8AC8;
	}

#tabcont {
		border-top: 1px solid white;
		background: #4A8AC8;
		padding: .5em;
	}
	
#tabcont p {
		margin: 0;
		padding: 1em;
		background: white;
	}