/* import the flexile settings */
@import url('/flexile/styles/flexile.css');

* 	{font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
		color: #333333;}
img {border: 0px;} /* no borders on images */

body {
	margin: 0px;
	padding: 0px;}
	
html {background-image: url('/Images/stripe.png');}

a 		{color: #000000; text-decoration: none; border-bottom: 1px dashed #666666;}
a:hover {color: #ffffff; background-color: #0099ff;}
span#logo a, #navigation a {text-decoration: none; border-bottom: none;}

body, p, td, input, a, textarea, select
{
	font-size: 13px;
}

/* make all form input black */
input, select, option, textarea {color: #000000;}

#page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#main
{
	position: relative;
	padding: 30px 30px 0px 30px;
}

.version {font-size: 10px;}

#page, #main, #doc4 {
	background-color: #ffffff;
}

#pageheader
{
	padding-top: 10px;
	float: left;
	clear: both;
	width: 100%;
	height: 95px;
	padding-left: 5px;
	padding-right: 5px;
}

#logo
{
	margin-top: 10px;
	width: 300px;
	float: left;
}

#memberdetails
{
	color: #666666;
	background-color: #eeeeee;
	height: 80px;
	width: 400px;
	float: right;
	margin-right: 10px;
}

#footer
{
	position: relative;
	clear: both;
	width: 100%;
	background-color: #efefef;
	height: 180px;
	margin-top: 30px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-top-width: 1px;
}

#footer p, #footer a {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;}

#footer p {color: #999999;}
#footer a {color: #888888; font-weight: bold;}
#footer a:hover {color: #ffffff; font-weight: bold;}


#leftcolumn
{
	float: left;
	vertical-align: top;
	width: 30%;
	padding-top: 20px;
	margin-right: 5px;
}

#middlecolumn
{
	float: left;
	width: 30%;
	margin-left: 5px;
	margin-right: 5px;
}

#contentpanel
{
	/*overflow: auto;*/
}

#rightcolumn
{
	float: left;
	padding-left: 5px;
	width: 30%; /* TODO: should be 320 */
	border-left: 1px solid #e6e6e6;
}

/* Headings */

h1 {font-size: 24px; font-weight: normal; letter-spacing: -1px; color: #A96F38; margin-top: 0px; margin-bottom: 10px;}
h2 {font-size: 24px; font-family: Arial; font-weight: normal; letter-spacing: -2px; color: #000000;}
h3 {color: #A96F38;}
 
/* Forms with no tables */
div#form {clear: both;}
div#form label {width: 100px; text-align: right;}
div#form input {width: 100px;}

      
#memberarea
{
	font-size: 12px;
	padding: 7px;
}
      
/* Browser Pane */      
#giftbrowser
{
	/* the main panel */
	width: 100%;
	clear: both;
}

#giftbrowser div.row
{
	clear: both;
	width: 100%;
	padding: 10px;
}

#giftbrowser div.gift
{
	/* the actual gift itself */
	width: 240px;
	float: left;
	margin: 5px;
	min-height: 200px;
	background-color: #EFF3FB;
}

#giftbrowser div.gift:hover {background-color: #dee2ea; cursor: pointer;}


#giftbrowser a {text-decoration: none;}


#giftbrowser div.header
{
	/* the header */
	background-color: #D1DDF1;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
}

#giftbrowser img, #giftbrowser object, #giftbrowser embed {
	margin-bottom: 5px; border: solid 1px #aaaaaa; padding: 10px;
	height: 100px; width: 100px;
	background-color: #ffffff;}

#giftbrowser .giftdescription {
	padding: 10px;
}


a.biglink
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #488844;
}

a.biglink:hover
{
	text-decoration: underline;
}

/* forms */
fieldset {margin: 0px; padding: 5px; padding-top: 20px; border: solid 1px #DFE6CB;}
legend {font-weight: bold; color: #444444;}

fieldset label {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}

fieldset ol {
  margin: 0;
  padding: 0;
}

fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

/* gift suggestions */

.suggesttitle {font-size: 14px; color: Black; letter-spacing: -1px; font-weight: bold;}
.suggestlink {font-size: 18px;}


/* News article styles */

div.newslistingitem
{
	position: relative;
	/*background-color: #f0f0f0;*/
	padding: 10px;
	height: 65px;
	border-top: 1px dashed #cccccc;
}

div.newslistingitem:hover {
	background-color: #e9e9e9;
}

ul.newslisting li {list-style-type: none;}
ul.newslisting {margin-left: 0px; padding-left: 0px;}
ul.newslisting p {margin-top: 3px; margin-bottom: 10px; color: #999999;}


div.newslisting div.summary {
	margin-left:75px;
	margin-top:20px;}


div.newslistingitem a.newslistingtitle {position: absolute; top: 10px; left: 85px;
	text-decoration: none; font-size: 12px; font-weight: bold; color: #000000;}
div.newslistingitem a.newslistingtitle:hover {background-color: Transparent; color: #000000;}

/* news item */

.newslistingthumbnail {position: absolute;}
.newslistingsummary {position: absolute; top: 30px; left: 85px;}

/* override flexile rule */
#newsarticle h1 {font-size: 32px; color: #ff3366; font-weight: normal; margin-top: 10px; margin-bottom: 5px;}

.newsarticletitle {
	font-size: 28px;
	color: #555555;
	margin-bottom: 5px;
	line-height: 1.5em;
}

.newsarticledate {color: #000000; font-weight: bold;}

/* hacks?  */
span {display: inline;}

/* DEBUG*/
#rightcolumn {border: 1px dashed blue;}
#middlecolumn {border: 1px dashed gray;}
#leftcolumn {border: 1px dashed gray;}

/*#Page {border: 1px dashed orange;}
#Main {	border: 1px solid green;}*/
/* END DEBUG section*/

.smallcolumn {width: 22%; float: left; padding-left: 10px; padding-right: 10px; border-left: 1px solid #cccccc;}
.mediumcolumn {width: 50%; float: left; padding-left: 5px;}

div.inlineadvert {padding: 0px 20px 20px 0px; float: left; top: 100px; clear: both; display: inline-block;}
div.articleplaceholder {}
div#newsarticle {}