/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */

body, h1 {
	margin: 0;
	padding: 0;
	background:#fcfcfd url(images/bg_grad.jpg) repeat-x;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

 ul {
	list-style: none;
}
ol{
list-style:decimal;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

body {
	
	/*background-color: #d4e6fe;*/
	font: 70%/1.8em /*'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',*/Arial,Verdana,sans-serif;
	/*font: 62.5%/1.6em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;*/
	
}

html, body {
	height: 100%;
}

table {
	clear: both;
}

/* ---------- Links ---------- */

a {
color:#06569e;
	
}

a:hover {
	color:#666666;
}

a:visited {
color:#06569e;
}

/* ---------- Headers ---------- */

h1 {

}

h2 {
}

h3 {
}

h4 {
}

h5 {
font-size:1.2em;
font-weight:bold;
}

h6 {
}

/* ---------- Text formatting ---------- */

b, strong {
	
}

i, em {
	
}

code, pre {
	
}

.important {
	
}

/* ---------- Staging area ---------- */

body.staging {
	
}

/* ---------- Main content body ---------- */

#wrapper {
width:886px;
height:100%;
border-collapse:collapse;
border:2px solid #fff;
margin : 0 auto;
/*border-width:2px;
border-color:#fff;
border-style:solid;*/
	
}

/* ---------- Banner ---------- */

#banner {
background:transparent url(images/bg_banner.png) repeat-x;
width:886px;
height:135px;
text-align:center;
position:relative; 
	
}

#banner .logo {
height:135px;
background:transparent url(images/logo.png) no-repeat;
background-position:center;
position:relative;
}
.bold {
font-weight:bold;
}

#banner .logo a {
	
}

.ie6 #banner .logo {
	
}

/* ---------- Drag Indicators ---------- */

.drag-indicator {
	
}

.drop-area {
	
}

.ie .drop-area {
	
}

.drop-position-top {
	
}

.drop-position-bottom {
	
}

/* ---------- Alerts and popups ---------- */

.alert-background {
	
}

.popup {
	
}

.popup-header {
	
}

.popup-title {
	
}

.ie6 .popup-title {
	
}

.popup-close {
	
}

.popup-message {
	
}

.popup-alert-notice {
	
}

.popup-alert-warning {
	
}

/* ---------- Portal add content ---------- */

.portal-add-content {
	
}

.portal-add-content a {
	
}

/* ---------- Portal tool tips ---------- */

.portal-tool-tip {
	
}

/* ---------- Autocomplete styles ---------- */

.autocomplete-box {
	
}

.ie6 .autocomplete-box {
	
}

.autocomplete-selected {
	
}

/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

hr, .separator {
	
}

/* ---------- Update Manager ---------- */

.update-available {
	
}