/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Arial,Helvetica,Geneva,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial,Helvetica,Geneva,sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Arial,Helvetica,Geneva,sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#0099ff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.pagination ul li {
	
	background: #fff;
	display: inline;
	padding: 0 4px 0 0;
}

div.pagination ul li a{
	
	background: #fff;
	padding: 1px 4px 2px 4px;
	border: 1px solid #E20A16;
	color: #E20A16;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.pagination ul li span{
	
	background: #fff;
	padding: 1px 4px 2px 4px;
	border: 1px solid #ccc;
	color: #ccc;
    font: 14px Arial,Helvetica,sans-serif;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}








