﻿/*--------------------------------------------------*/
/* ideapartners.css									*/
/*--------------------------------------------------*/
/* Creator		Thuan Ngo			 				*/
/* Project		IdeaPartners Events Agency			*/
/*--------------------------------------------------*/


/*----- General styles -----*/
* 		{ padding:0; margin:0;}
body	{ height:100%; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#666; background:#E3E2E0; padding:0; margin:0;}
p 		{ margin:0 0 10px 0;}
img		{ border:none;}
h1, h2, h3, h4, h5, h6 { font-size:11px; font-weight:normal;}

a 		{ color:#007dc6; text-decoration:underline;}
a:hover	{ color:#0099ff; text-decoration:none;}

/*----- Structure type -----*/

.noFlashBox		{ width:700px; font-size:14px; line-height:20px; color:#333; background:#cdf9ff; border:3px solid #0099ff; padding:20px; margin:20px auto;}
.info			{ width:700px; padding:20px; margin:0 auto;}
.info img		{ float:left;}
.info div		{ float:right; width:500px;}
.info h1		{ font-size:16px; font-weight:bold; color:#007DC6; line-height:24px; margin:15px auto 5px auto;}
.info h2		{ font-size:14px; color:#666; line-height:20px; margin:0 auto 15px auto;}

/*----- Layout type -----*/
.clear	{ clear:both;}
.hidden { display:none;}
.small	{ font-size:11px;}

.clrPink	{ color:#f06;}
.clrBlue	{ color:#007dc6;}
.clrWhite 	{ color:#fff;}
