#top{ /*background for top*/
	background: url('../images/c_blue_top_bg.gif') repeat-x;
}
#top h1{ /*title + rounded left corners*/
	background: url('../images/c_blue_top_start.gif') no-repeat;
}
#top ul{ /*rounded right hand top corners */
	background: url('../images/c_blue_top_end.gif') no-repeat top right;
}
#top h1 a span{
	color: #78C8F1;
}

#menu{
	background: url('../images/c_blue_menu_right.gif') #014D76 no-repeat top right;
}
#menu ul{
	background: url('../images/c_blue_menu_left.gif') no-repeat top left;
}
#menu ul li a, #menu #clientsettings a{ /* menu link color */
	color: #FFF;
}
#menu ul li.current a{ /*menu left rounded corner */
	background: url('../images/c_blue_menu_curr_left.gif') no-repeat 0% 0%;
}
#menu ul li.current{ /*menu right rounded corner*/
	background: url('../images/c_blue_menu_curr_right.gif') no-repeat 100% 0;
}

#container a, #dropmenudiv a{
	color: #108CCC;
}

#content h2, #content p, form.multiple, form.support, div.multiple{ /* the same color as below */
	color: #00283E;
}

#steps li, 
#clientlist li span a, 
ul.messages li a, 
.sri p.affiliate a, 
.sri li p{ /* default colour */
	color: #00283E !important; 
}

#clientlist li.coloured, .dottedlist li.coloured{
	background-color: #E7F3FA;
}

#messages thead tr td, #billing thead tr td, #recentsubscribers thead tr td, h2#quicksummary, #recentlysentcampaignreports thead tr td, #recentdrafts thead tr td, #rates thead tr td, .basic_tbl thead tr td, #dropmenudiv a:hover{
	background: #E7F3FA;
	color: #014D76;
}
#messages td, #billing td, #recentsubscribers td, #recentlysentcampaignreports td, #recentdrafts td, #rates td, .basic_tbl td, .basic_tbl{
	border: 1px solid #B8DEF1;
}
#dropmenudiv{
	border: 1px solid #B8DEF1;
	border-bottom-width: 0;
}
#dropmenudiv a{
	border-bottom: 1px solid #B8DEF1;
}

.roundedbox h2, .big_roundedbox h2, #content h2 strong, #list li span.title{
	color: #108CCC !important;
}
.roundedbox h2{
	background: #E7F3FA url('../images/rounded.gif') no-repeat 0 0;
}


.sro{
	background: #FFF url('../images/c_blue_gradient.gif') repeat-x;
}


#f1, #f2, #f3, #f4, #f5, #f6, #f7{
	border: 1px solid #829DBA;
	color: #00283E;
}

#footer{
	background: #014D76 url('../images/c_blue_footer_right.gif') no-repeat 100% 0;
}
#footer ul{
	background: url('../images/c_blue_footer_left.gif') no-repeat 0 0;
}
#footer ul li a{
	color: #FFF;
}

#steps li.current{
	background: url('../images/c_blue_button_active.gif') no-repeat;
}
