/*the header of the selected campaign - page icon+overview - name of the campaign - edit btn + delete btn*/
.campaign-header td
{
    padding: 0px;
    vertical-align: middle;
}

.campaign-icon
{
    width: 32px;
}

.btn-edit-campaign
{
    width: 66px;
}

.btn-delete-campaign
{
    width: 144px;
}


/*the horizontal tabbed selection for details, subscribers, autoresponders, broadcast, extensions*/
#tabbed-menu
{
    margin-left: 15px;
}

#tabbed-menu li
{
    display: inline-block;
    padding: 8px;
    margin-right: 7px;
    font-family: Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    cursor: pointer;
}

#tabbed-menu li:hover
{
    background-color: #f2f2f2;
}

.tabbed-menu-selected, #tabbed-menu li.tabbed-menu-selected:hover
{
    background-color: #444444;
    color: #fff;
}

#tabbed-menu li>img
{
    margin-right: 5px;
    vertical-align: text-bottom;
}

/*the selected tab's content area*/
#campaign-content, #tabbed-content
{
    padding: 10px 0 20px 0;    
    background-image: url(../images/dash-bg.jpg); /*url(../images/campaign-content-bg.gif);*/
    background-repeat: repeat-x;
    background-position: top;
    width: 980px;
    min-height: 200px;
    display: table;
}

/*selected campaigns - details tab*/
#campaign-info-holder
{
   // width: 100%;
    float: none;
    clear: both;
}

#campaign-info-holder h2
{
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.campaign-details-col
{
    width: 480px;
    float: left;
}

.campaign-details-col table
{
    width: 95%;
}

.campaign-details-col td
{
    padding: 4px;
    background-color: #f0f2f1;
    vertical-align: middle;
}

.campaign-details-col th
{
    background-image: url(../images/campaign-content-bg.gif);
    padding: 0px;
}

.campaign-details-col td>strong
{
    margin-left: 5px;
}

.campaign-details-col td>a
{
    color: #f63;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}

.embed-code-holder
{
    padding: 20px;
    background-color: #f2f2f2;
    font-family: courier, monospace;
    color: #f63;
}

#how2subscribe
{
    padding: 10px;
    padding-top: 0px;
}

#how2subscribe li
{
    background-image: url(../images/li-tick.png);
    background-repeat: no-repeat;
    padding: 5px;
    padding-left: 20px;
    font-size: 14px;
}


/*selected campaign subscribers tab*/
.campaign-tab-content td h3
{
    font-weight: normal;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.selected-tool-section td
{
    padding: 3px;
    margin: 0px;
    vertical-align: middle;
}

td.fix-td {
    vertical-align:top !important; padding-top:15px !important;
}
.selected-tool-section select
{
    margin: 3px;
    background-color: #fff;
    color: #000;
}

.tab-containers {
	display: inline-block;
	padding: 6px 12px;
	margin-right: 4px;
	cursor: pointer;
	color: #666;
	text-align: center;
	border: 1px solid #F2F2F2;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.active {
	font-weight: bold;
	background: #F2F2F2;
}

#displayed {
	color: #f63;
	padding: 20px;
	background: #F2F2F2;
}

.tab-container {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

/*edit campaign*/
.wff_field_names li
{
    color: #333;
}

.requiredcbs li.lines2
{
    height: 57px;
}

.requiredcbs li.lines2 div
{
	padding-top: 8px;
}

.audio-option
{
    margin-left: 30px;
}

.cancel-button{
    display: inline-block;
    padding: 8px 12px;
    margin-right:15px;
    font-family: Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #3C3C3C;
    background: #eeeeee;
    border: 1px solid #dddddd;  
    border-radius: 10px 10px 10px 10px; 
    cursor: pointer;
}
.cancel-button:hover{
    color: #333333;
    background: #dddddd;
    border: 1px solid #cccccc;     
}
