/* 
Title: Client Name
Author: you@domain.com
*/

/* import advanced styles */
@import url("../../styles/admin/layout_admin.css");
@import url("../../styles/admin/typog_admin.css");

* {
	border: 0;
	outline: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #FFFFFF;
	background-image:url(../../images/admin/bg.gif);
} 

table {
border-collapse: collapse;
border-spacing: 0;
}

select {
}

option{
	padding: 0px 5px 0px 5px;
}

/* ------------------------------------------------------------

	self-clearing floats

------------------------------------------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
