/*

			 / ___/ / /_ __  __ ____/ /(_)____   / //_/ _____ ____ _ / __// /_
			  \__ \ / __// / / // __  // // __ \ / ,<   / ___// __ `// /_ / __/
			 ___/ // /_ / /_/ // /_/ // // /_/ // /| | / /   / /_/ // __// /_  
			/____/ \__/ \__,_/ \__,_//_/ \____//_/ |_|/_/    \__,_//_/   \__/  
	
*/
/* COMMON CSS ELEMENTS FOR SK SITE */

.clear {
	height: 0px;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


/* Font Families */

.arial		{font-family: Arial, Sans-Serif;}
.courier	{font-family: Courier, Serif;}
.georgia	{font-family: Georgia, Serif;}
.gillSans 	{font-family: "Gill Sans MT", Arial, Sans-Serif;}
.helvetica	{font-family: Helvetica, Sans-Serif;}
.tahoma		{font-family: Tahoma, Sans-Serif;}
.times		{font-family: "Times New Roman", Serif;}
.verdana	{font-family: Verdana, Sans-Serif;}

/* Font Sizes */

.f6  {font-size: 6pt;}
.f8  {font-size: 8pt;}
.f10 {font-size: 10pt;}
.f12 {font-size: 12pt;}
.f14 {font-size: 14pt;}

/* Font Weights */

.bold {font-weight: bold;}
.normal {font-weight: normal;}

/* Font Positioning */

.f_left   {text-align: left;}
.f_right  {text-align: right;}
.f_center {text-align: center;}

/* Layout */

.pad_5 {padding: 5px;}
.pad_10 {padding: 10px;}

.margin_5 {margin: 5px;}
.margin_10 {margin: 10px;}

/* Editor Styles */

.normal {}
.editable {border: 2px dotted black;background: yellow;cursor: pointer;}
