.double_col {
    width: 624px;
    float: left;
    margin-right: 30px;
}
base-container {
    width: 100%;
    padding-bottom: 13px;
    clear: both;
    float: left;
}
.single_col {
    width: 328px;
    float: left;    
}
.partial {
    float: left;
    margin-bottom: 13px;
    width: 100%;       
}
.img {
    float: left;
    margin: 0 10px 0 0;
}
/*profile page*/
.profile-page a {
    /*color: #224862;    */
}
.my-profile {
	min-height: 303px; /* this height will need to be adjust when we get real content/ads in  280px*/    
}
.top-bar {
	width: 100%;
    background-color: white;
	float: left;   	
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
   border: 1px solid #B3B3B3;    
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.profile-button {
	padding: 5px 10px 5px 25px;
	float: right;
	background-image: url(../Images/icons/my-profile.png);
	background-position: 2% 50%;
	background-repeat: no-repeat;
	background-color: #4996cf;
    color: #fff; 
}
.profile-button a, .profile-button a:hover, .profile-button a:focus {
	color: white;
	font-weight: bold;
}
.profile-button a:hover {
    text-decoration: underline;
}
.user-title {
	font-size: 20px;    
}
.profile-tabs {
    padding-top: 13px;
    border-top: 1px solid #006699;    
}
.user-title h1, .user-title h2 {
	display: inline;
}
.base-container p {
	padding: 0 0 10px 85px;
}
.base-container ul li {
	display: inline;
	padding-right: 10px;
}
.base-container ul li.dotted {    
	/*background-image: url(../Images/registration/dotted.png);*/
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
/* accordion */
#accordionResizer {	
	width:336px;
	height:400px;
    margin-top: 0px;
    clear: both;
    display: block;
    margin-top: 13px;
}
#accordion {
    background-color: #CFDEE9;
    position: relative;
    float: left;
    border-bottom:1px solid black;
	}
#accordion .ui-accordion-header {
	border-top:1px solid black;	
	border-bottom:1px solid black;		
	position:relative;
}
#accordion h3 {
	margin:0;
	padding:5px 0;
	cursor:pointer;    
}
#accordion .ui-accordion-header a {
	color:black;
	text-decoration:none;
	padding: 0 0 0 20px;    
	}
#accordion .ui-state-active a {
	color:#0099f1;    
	}	
#accordion .accordion-icon {
    left: 92%;
    margin-top: -4px;
    position: absolute;
    top: 25%;	
}
#accordion .ui-accordion-content {
	/*width:316px;*/
	padding:10px 10px 0px 10px;
}
.ui-accordion .ui-accordion-header .ui-icon {
    left: 0.5em;
    margin-top: -4px;
    position: absolute;
    top: 50%;
}
#accordion .ui-state-default .ui-icon  {
	background-image:url(../images/accordion/plus.png);		
}
#accordion .ui-state-active .ui-icon {
	background-image:url(../images/accordion/minus.png);	
}
#accordion .ui-icon { 
	height: 8px;
	width: 8px;
}
#accordion .ui-icon {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}
#accordion ::-webkit-scrollbar {
	width: 12px;
}
#accordion ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
#accordion ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#accordion h3 {
    font-size: 16px;
    line-height: 18px;
}
.remove {    
    background: url("../images/accordion/remove.png") repeat scroll 0 -16px transparent;
    height: 15px;    
    width: 15px;
}
.remove:hover {    
    background: url("../images/accordion/remove.png") repeat scroll  0 -32px transparent;
    height: 15px;    
    width: 15px;    
}
#accordion table {
    background: none;
    border: none;
    border-radius: none;
    margin: 0;
}
#accordion table tbody tr:nth-child(2n) { background: none;}
#accordion table td {vertical-align: top;padding: 5px 5px 5px 0;}
#accordion table td a { color: black;}
/* Edit Profile */
#registrationForm {    
    padding-top: 10px;
}
.profile_image {
    float: left;
    width: 260px;
}
#registrationForm input[type="submit"] {
  /*  font-size: 14px;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
    margin: 10px 0 0;
    padding: 8px 6px;
    text-align: center;
    background-color: #006699;
    color: #fff;*/
}
#avatarUploader input[type="file"]{
    width: 200px;    
}
.profile_details {
    float: left;
    width: 710px;
}
.profile_left {
    float: left;
    width: 49%;
    padding: 10px 0 10px 0;
    
}
.profile_right {
    float: right;
    width: 47%;
    border-left: 1px solid #d3d3d3;
    padding: 10px 0 10px 10px;
}

.profile_right label
{
    display:inline;
}

.profile_bio {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.profile_entries {
    float: left;
    border-top: 1px solid #d3d3d3;
    position: relative;
    width: 100%;
}
#registrationForm .entry {
    clear: both;
    width: 400px;
    padding: 2px 0 2px 2px;
}
#registrationForm .entry .label {
    float: left;
    width: 150px;
    display:inline;  
    background-color: none;
    text-align: left;
    cursor: none;
    background: none;
    padding-top: 5px;
}
#registrationForm .label span 
{
    display:inline;
    color:Red;
}
#registrationForm .label label
{
    display:inline;
}
#registrationForm .entry-ext .field input[type="text"], #registrationForm .entry-ext .field select {
    width: 240px;
}
#registrationForm .entry .field input[type="text"], #registrationForm .entry .field select {
    width: 190px;
}
#registrationForm .field input[type="text"]:hover {
    background-color: #f8f8f8;
}

.entry-ext .label
{
    float: left;
    width: 150px;
    display:inline;   
    background-color: none;
    text-align: left;
    cursor: none;
    background: none; 
}
.entry-ext input {
    display: inline-block !important;
}
.field-validation-error{
    color: #d61628;
}


.validation-summary-valid 
{
    display:none;
}

.validation-summary-errors{
    color: #d61628;
    border: 2px solid #d61628;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
}
.validation-summary-errors span{
    font-weight: bold
}

.action-link
{
    text-decoration:underline;
}
.no-bottom {
    margin-bottom: 0px;
}
.profile-contri {
    padding: 0 !important;
    margin-left: 0 !important;
}
.profile-contri li#tab-commentsTab {
    padding: 0 10px;
}
.profile-contri li#tab-commentsTab img {
    margin-left: 0px;
}
.profile-contri li#tab-commentsTab h2 {
    padding: 0;
}
.upload-disc {
    border: 1px solid black;
    padding: 5px;
    font-size: 12px;
    width: 240px;    
}