﻿/* ----------------------------------------------------------------------
------------- LAYOUT ---------------------------------------------------
------------------------------------------------------------------------ */

#contents
{
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 900px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
	
}

.body
{
	background-color:white;
	font-family: Verdana, Arial;
}

		
.tabc {
	height:345px;
	font-family:Verdana;
}

.ui-tabs .ui-tabs-nav { 
	font-family:Arial;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5, #tabs-6 {
	background-image:url('images/publishing_watermark.png');
	background-repeat:no-repeat;
}

#publishingOverview {
	width:220px;
	height:65px;
	border:0px;
	padding:10px 10px 10px 350px;
	background-image:url('images/publishing_text.png');
	font-size:11px;
	font-family:Verdana;
	cursor:pointer;
}

#complianceOverview {
	width:220px;
	height:65px;
	border:0px;
	padding:10px 10px 10px 350px;
	background-image:url('images/compliance_text.png');
	font-size:11px;
	font-family:Verdana;
	cursor:pointer;
}

#footer {
	padding: 10px;
}

.accordionContainer {
	width:500px;
	height:340px;
	float:right;
}

.accordionContent {
	height:175px;
	overflow:hidden;
	max-height:175px;
	font-size:12px;
}

.formText {
	font-size:12px;
	line-height:20px;
}

.inputText {
	width:200px;
}


/* ----------------------------------------------------------------------
------------- CYCLE PLUGIN -----------------------------------------------
------------------------------------------------------------------------ */
		
.pics {  
    height:  250px;  
    width:   900px;  
    padding: 0;  
    margin: 0 0 10px 0; 
    cursor:pointer; 
} 
 
.pics img {  
    padding: 0px;  
    border:  0px solid #ccc;  
    background-color: #eee;  
    width:  900px; 
    height: 250px; 
    top:  0; 
    left: 0 
} 
		
		
		
		
		
		
		
		
		
