/*
 * CSS Open Class Library And Hacks
 * Ann
 * @date: 2010-12-05
 */


/**********************************/
/* Float */
.floatl 	{ float: left;}
.floatr 	{ float: right;}
.clr		{ clear: both;}

/**********************************/
/* Clears */
.clearBoth 	{ clear: both;}
.clearLeft 	{ clear: left;}
.clearRight	{ clear: right;}

/**********************************/
/* Aligns */
.left 		{ text-align: left;}
.right 		{ text-align: right;}
.center 	{ text-align: center;}
.justy 		{ text-align: justify;}

.top		{ vertical-align: top;}
.middle		{ vertical-align: middle;}
.bottom		{ vertical-align: bottom;}


/**********************************/
/* COLORS */
.fff 			{color: #ffffff !important; }

/**********************************/
/* Paddings */
.p0 		{ padding: 			0 !important;}
.pt0 		{ padding-top: 		0 !important;}
.pb0 		{ padding-bottom: 	0 !important;}
.pr0 		{ padding-right: 	0 !important;}
.pl0 		{ padding-left: 	0 !important;}

/**********************************/
/* Margins */
.ma 		{ margin: 	auto;}

.mra 		{ margin-right: 	auto;}
.mla 		{ margin-left:		auto;}

.mta 		{ margin-top: 		auto;}
.mba 		{ margin-bottom: 	auto;}

.m0 		{ margin: 			0 !important;}
.mt0 		{ margin-top: 		0 !important;}
.mb0 		{ margin-bottom: 	0 !important;}
.mr0 		{ margin-right: 	0 !important;}
.ml0 		{ margin-left:		0 !important;}


.m3 		{ margin: 			3px !important;}
.mt3 		{ margin-top: 		3px !important;}
.mb3 		{ margin-bottom: 	3px !important;}
.mr3 		{ margin-right: 	3px !important;}
.ml3 		{ margin-left:		3px !important;}

/**********************************/
/* Links */
a img		{border:none;}
.wighta a	{  color: #ffffff;}

/**********************************/
/* Font styling */
.b 			{ font-weight: 		bold;}
.i 			{ font-style: 		italic;}
.u 			{ text-decoration: 	underline;}
.n 			{ font-weight: 		normal;}
.s			{ text-decoration: 	line-through;}

.nowrap 	{ white-space: 		nowrap;}








