/*
# -----------------------------------------------------------------------------
# Project           : Cassidy -- A Css Framework For Rich Web Apps
# -----------------------------------------------------------------------------
# Author            : Sebastien Pierre                    <sebastien@ivy.fr>
# -----------------------------------------------------------------------------
# Creation date     : 11-Aug-2007
# Last modification : 14-Mar-2008
# -----------------------------------------------------------------------------
*/


/* @group HTML Basics */

html, body {
    margin:0;
    padding:0;
    background: #FFFFFF;
}

table tr td {
    font: 1em/1.4em "Helvetica",Helvetica,Arial,sans-serif;
	vertical-align: top;
}

body {
    font: 1em/1.4em Lucida, "Helvetica",Helvetica,Arial,sans-serif;
    color: #202020;
}

input, textarea {
    font: 1em/1.4em "Helvetica",Helvetica,Arial,sans-serif;
}

a:link, a:visited, a:hover, a:active {
	color: #00c1c1;
    text-decoration: none;
}

a:visited {
	color: #009494;
}

a:hover {
    text-decoration: none;
	color: #00f9f9;
}

a img {
    border: 0px;
}

img {
	border: 0px;
}

/* @end */

/* @group HTML Specific */

h1 {
	margin-top: 2em;
	margin-bottom: 1em;
}

h1, h2, h3 {
	font-weight: normal;
}

b {
    color: black;
}

/* @end */

/* @group Cassidy Structure  */

.page {
	
}

.area {
	
}

.section {
	
}

.section .header {
	
}

.section .header .title {
	
}

.section .body {
	
}

.section .footer {
	
}

.group {
	
}

.group .header .title {
	
}

.group .body {
	
}

.section .footer {
	
}

/* @end */

/* @group Cassidy Layout */

.left {
	
}

.middle {
	
}

.right {
	
}

.clear {
	clear: both;
}

.clearer {
	clear: both:
	height: 0px;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.centered {
	margin: auto;
}

.nolist, .nolist li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.hidden {
	display: none;
}


/* @end */

/* @group Cassidy Typography */

.big {
	font-size: 1.2em;	
}

.bigger {
	font-size: 1.4em;	
}

.standard {
	fonts-size: 1em;
}

.small {
	font-size: 0.9em;	
}

.smaller {
	font-size: 0.85em;	
}

.highlighted {
	
}

.webdings {
	font-family: webdings;	
}
/* @end */

/* @group Cassidy Meta-Information */

.first {
}

.last {
}

.even {
}

.odd {
}

.current {
}

.previous {
}

.next {
}

.empty {
}

.optional {
}

.required {
}

.disabled {
}

.fake {
}

.template {
}

/* @end */

/* @group Widgets Containers */

.w-panel {
}

.w-group {
}

.w-window {
}

.w-dialog {
}

.w-list {
}

.w-set {
}

.w-button {
}

.w-button {
}

.w-button-disabled {
}

.w-button-default {
}

.w-button-default-disabled {
}

.w-button-small {
}

.w-button-small-disabled {
}

.w-button-small-default {
}

.w-button-small-default-disabled {
}

.w-label {
}

.w-form {
}

.w-form-description {
}

.w-form-example {
}

.w-form-group {
}

.w-form-group-emphasis {
}

.w-form-group-optional {
}

.w-form-group-row {
}

.w-form-group-input {
}

.w-form-group-submit {
}

.w-tooltip {	
}

.w-hint {	
}

.w-info {	
}

.w-notification {	
}

.w-alert {	
}

.w-question {	
}


/* @end */

/* EOF */

