@CHARSET "UTF-8";

/* INITIALS */
* 				{border:0;margin:0;padding:0;font:11px/14px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#393939;}
body 			{background-color:#FFFFFF}
a				{color:#3b5998;text-decoration:none}
a:hover			{text-decoration:underline}
h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a{color:#222;font-weight:bold;}
h1, h1 a{font-size:16px;line-height:18px;margin-bottom:10px;}
h2,h2 a{font-size:14px;line-height:16px;margin-bottom:5px;}
h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a{font-size:11px;line-height:14px;margin-bottom:3px;}
b				{font-weight:bold}

/* COMMON */
.s-vsmall	{font-size:10px}
.c-grey		{color:#777777}
	
/* IMPORTANT DIVs */
#boxOut			{text-align:left}
#boxIn 			{}
#boxTitle		{margin-bottom:10px;background-color:#F1F1F1;padding:5px}
#boxTitle h1 	{margin:0px}
#boxContent		{margin:10px}
#boxFooter		{background-color:#F1F1F1;padding:3px;position: fixed;width:100%;bottom: 0px;}


/* ROUNDED CORNERS */
.r10 	{border-radius: 10px;-webkit-border-radius: 10px;-khtml-border-radius: 10px;-moz-border-radius: 10px;}
.r5 	{border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;-moz-border-radius: 5px;}
.r3 	{border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;-moz-border-radius: 3px;}

.shadow {box-shadow: 0 2px 3px #333;-moz-box-shadow: 0 2px 3px #333333;-ms-box-shadow: 0 2px 3px #333333;-o-box-shadow: 0 2px 3px #333333;-webkit-box-shadow: 0 2px 3px #333}

/* FLOAT */
.clr			{clear:both}
.flt			{float:left}

/* BANS */
.onedaybox 		{margin-bottom:10px}
.banbox 		{width:100px;margin:0px 3px 3px 0px;border:solid 1px #DDDDDD;text-align:center}
.banbox:hover	{background-color:#F0F0F0;cursor:pointer}
.banbox	img 	{border:solid 1px #DDDDDD}
