#dashboard_main_content{
	width:1024px;
	margin: auto;
	position: relative;
     top: 120px;
	
}
#dashboard_left_nav{
	background-color: white;
     border-right: 1px solid #cacaca;
	width:235px;
	height: 400px;
	float:left;
	padding: 15px;
}
.dashboard_right{
	background-color: white;
    width:789px;
	float:right;
    padding:15px;
}
.dashboard_nav_title{
	font-size: 20px;
    font-weight: bold;
}
.dashboard_nav_sub{
	font-size: 18px;
    left: 10px;
    position: relative;
    cursor:pointer;
}
.dashboard_nav_sub:hover{
	color: red;	
}
.active {
     background-color:white;
}
.inactive {
     background-color:#ECECEC;
}
.dashboard_wizard_tab{
     border: 1px solid #CACACA;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     float: left;
     line-height: 15px;
     padding: 10px;
     cursor:pointer;
     text-align: center;
     width: 115px;
}
.dashboard_wizard_container{
     background-color: #ECECEC;
     border: 1px solid #CACACA;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
     border-top-right-radius: 10px;
     padding: 15px;
}
.company_container{
	border: 2px solid #CACACA;
    border-radius: 5px;
	height: 180px;
    margin-bottom: 15px;
    padding: 10px;
}
.company_list_logo{
	max-height: 120px;
    max-width: 200px;
}
.company_list_title_span{
	
}
.company_list_details_container{
	float: left;
    font-size: 22px;
    margin-left: 20px;
    width: 515px;
}
.company_list_actions_container{
	float: left;
    font-size: 22px;
    margin-left: 20px;
    width: 515px;
}
.company_list_logo_container{
	float: left;
    width: 200px;
}
.company_list_actions_td{
	cursor: pointer;
    font-size: 18px;
    padding-right: 20px;
}
.company_list_actions_tr_odd{
	
}
.dashboard_wizard_tab_title {
     font-size:10px;
}
.dashboard_text_input{
     border: 1px solid #CC0000;
     border-radius: 3px;
     padding: 3px;
}
.dashboard_textarea_input{
     border: 1px solid #CC0000;
     border-radius: 3px;
     padding: 3px;
}
.dashboard_landing_textarea_input{
     border: 1px solid #CC0000;
     border-radius: 3px;
     padding: 3px;
	 width:470px;
}
.dashboard_wizard_previous_next{
     height: 60px;
     padding-top: 20px;
}
.next{
     float:right;
}
.previous{
     float:left;
}
.wizard_hr{
	margin: auto;
    width: 95%;
	color:#CC0000;
}
.dashboard_wizard_button{
     background-color: #000000;
     border: 2px solid #CC0000;
     border-radius: 5px;
     color: #FFFFFF;
     font-size: 17px;
     padding: 5px;
     width: 120px;
     cursor:pointer;
}
.youtube_upload{
	margin-left: 20px;
    width: 225px !important;
}
.small_youtube_div{
	float: left;
	margin-bottom: 30px;
    margin-left: 80px;
    width: 240px;
}

#new_company_symbol{
     display:none;
}
.wizard_td{
	vertical-align:top;
     padding:5px;
	 width:175px;
}
.wizard_tr{
	vertical-align:top;
}
#sugar_iframe{
	width:950px;
	border:none;
	height: auto;
	height:2000px;
}
#calendar_container{
	width:930px;
	padding-right: 25px;
    padding-top: 25px;
	float:right;
}
#new_event{
	display: none;
	padding:20px;
}
#new_event_table{
	width:350px;
}
.new_event_table_label{
	padding: 12px;
}
.new_event_input_text{
	border: 2px solid #CC0000;
    border-radius: 5px;
    height: 25px;
    width: 200px;
}
.new_event_input_textarea{
	border: 2px solid #CC0000;
    border-radius: 5px;
    
    width: 200px;
	
}
.new_event_table_tr{
	
}
/* New Company  */
#new_company_h3{

}
/* Presentation Pages */
.presentation_table_cell{
	padding:5px
}
/*Newsletter Edit */
.newsletter_form_section_title{
	color: #C00000;
    font-size: 20px;
}