
/* -----------------------------------------------
    Default CSS by Perros @ stylebility.com
    Version: CVS $Id: default.css,v 1.9 2010/10/06 07:27:42 maduv Exp $
    * is for IE6/7 quirks mode
    _ is for IE6 quirks mode
    Pixel / 13 = "em"
    Pixel / 13.3333 ="IE em" or "em" x 0.9759 = "IE em"
----------------------------------------------- */


/* -----------------------------------------------
    GLOBAL RESET START
----------------------------------------------- */

html
{
	color:#000;
	background:#FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td
{
	margin:0;
	padding:0;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,
img
{
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
{
	font-style:normal;
	font-weight:normal;
}

li
{
	list-style:none;
}

caption,
th
{
	text-align:left;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size:100%;
	font-weight:normal;
}

q:before,
q:after
{
	content:'';
}

abbr,
acronym
{
	border:0;
	font-variant:normal;
}

sup
{
	vertical-align:text-top;
}

sub
{
	vertical-align:text-bottom;
}

input,
textarea,
select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,
textarea,
select
{
	*font-size:100%;
}

legend
{
	color:#000;
}

/* -----------------------------------------------
    GLOBAL RESET STOP
----------------------------------------------- */


/* -----------------------------------------------
    FONTS START
----------------------------------------------- */

/* -----------------------------------------------
    font-size: 77% for setting 10px
    font-size: 85% for setting 11px
    font-size: 93% for setting 12px
    font-size: 100% for setting 13px
    font-size: 108% for setting 14px
    font-size: 116% for setting 15px
    font-size: 123.1% for setting 16px
    font-size: 131% for setting 17px
    font-size: 138.5% for setting 18px
    font-size: 146.5% for setting 19px
    font-size: 153.9% for setting 20px
    font-size: 161.6% for setting 21px
    font-size: 167% for setting 22px
    font-size: 174% for setting 23px
    font-size: 182% for setting 24px
    font-size: 189% for setting 25px
    font-size: 197% for setting 26px
----------------------------------------------- */

body
{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

select,
input,
button,
textarea
{
	font:99% arial,helvetica,clean,sans-serif;
}

table
{
	font-size:inherit;
	font-size:100%;
}

pre,
code,
kbd,
samp,
tt
{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* -----------------------------------------------
    FONTS STOP
----------------------------------------------- */


/* -----------------------------------------------
    BASE HTML ELEMENTS START
----------------------------------------------- */

h1
{
	font-size:138.5%;  
}

h2
{
	font-size:123.1%; 
}

h3
{
	font-size:108%;  
}

h1,
h2,
h3
{
	margin:1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th
{
	font-weight:bold; 
}

abbr,
acronym
{
	border-bottom:1px dotted #000;
	cursor:help;
}

em
{
	font-style:italic;
}

ol li
{
	list-style: decimal outside;	
}

ul li
{
	list-style: disc outside;
}

dl dd
{
	margin-left:1em;
}

tr
{
    vertical-align:top;
}

th,
td
{
    vertical-align:top;
    text-align:left;
}

caption
{
	margin-bottom:0.5em;
	text-align:center;
}

p,
fieldset,
table,
pre
{
	margin-bottom:1em;
}

input[type=text],
input[type=password],
input[type=file],
select,
textarea
{
	width:12.25em;
	*width:11.9em;
	outline: 0 none;
	line-height:1.2em;
}

button,
input[type=reset],
input[type=button],
input[type=submit]
{
	vertical-align:top;
	cursor:pointer;
}

a,
a:visited,
a:hover,
a:focus,
a:active
{
    text-decoration:underline;
	outline-style:none;
}

a img,
a:hover img
{
    text-decoration:none;
}

/* -----------------------------------------------
    BASE HTML ELEMENTS STOP
----------------------------------------------- */


/* -----------------------------------------------
    PAGE GRIDS START
----------------------------------------------- */

/* -----------------------------------------------
	.yui-d0 for 100%
	.yui-d1 for 750px
	.yui-d1f for 750px fixed
	.yui-d2 for 950px
	.yui-d2f for 950px fixed
	.yui-d3 for 974px
	.yui-d3f for 974px fixed
----------------------------------------------- */

body
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#ft
{
    clear:both;
}


/* -----------------------------------------------
    PAGE GRIDS STOP
----------------------------------------------- */


/* -----------------------------------------------
    UTIL START
----------------------------------------------- */

.clear
{
    clear:both;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

.center
{
    text-align:center! important;
}

.left
{
    text-align:left! important;
}

.relative {
    position: relative;
}

.right
{
    text-align:right! important;
}

.middle
{
    vertical-align:middle! important;
}

.bottom
{
    vertical-align:bottom! important;
}

.capitalize
{
    text-transform:capitalize! important;
}

.uppercase
{
    text-transform:uppercase! important;
}

.lowercase
{
    text-transform:lowercase! important;
}

.nowrap
{
    white-space:nowrap! important;
}

.bold
{
    font-weight:bold! important;
}

.block
{
    display:block! important;
}

.hide
{
    display:none! important;
}

.hidden
{
    visibility:hidden;
}

.transp
{
    width:1px;
    height:1px;
}

.transparent {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;   
}

/* -----------------------------------------------
    UTIL STOP
----------------------------------------------- */

