/*
Title:      	Birks general styles for screen media
Author:     	Birks, www.birks.info
Created:		May 2008
Updated:    	*
Notes:    		Thanks to SimpleBits in Salem, Massachusetts

Green:			#ace149;
Dark Green:		#8ab43a;
Pink:			#f6f;
Light Pink:		#ff85ff;
Dark Blue: 		#66ccff;
Light Blue:		#d1f0ff;

*/

html {
	font-size: 100.01% /* Apparently this compensates for several browser bugs.. */
}
body {
	margin-left: 1px; /* --[ margin-left 1px for IE to solve the stupid mis-alignment ]-- */
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background-color: white;
	}

html>body {margin:0} /* Resets the margin for non IE browsers */

table {
	text-align: left;
	}


/* --[ links ]------------------------------- */

a {
	text-decoration: none;
	}

a:link {
	color: #f6f;
	}
a:visited {
	color: #8ab43a;
	}
a:hover {
	text-decoration: underline;
	color: #f0f;
	}
a:active {
	color: red;
	}

/* --[ common elements ]--------------------- */

p {
	margin: 1em 0;
	padding: 0;
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6  {
	margin: 0 0 0.6em 0;
	padding: 0;
	text-align: left;
	}

h1 {
	font-size: 160%;
	color: #29568f;
	font-weight: normal;
}

h2 {
	font-size: 160%;
	color: #8ab43a;
	font-weight: bold;
	}
h3 {
	font-size: 120%;
	color: #555;
	}

h4 {
	font-size: 100%;
	font-weight: normal;
	color: #6f8db9;
	}

h5, p.createdate {
	font-size: 100%;
	color: #999;
	}
#mainPanel #content table.contentpane li i {
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
	color: #999;
	margin: 0;
	}

ul {
	list-style-type: square;
	}

ul ul {
	list-style-type: disc;
	}

ul ul ul {
	list-style-type: none;
	}

label {

	}
img {
	border: 0;
	}
form {
	display:inline;
	}
div.message {
color: #02626E;
margin-bottom:1em;
}

.button {
	text-transform: uppercase;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.85em;
	}


