/* File : member.css */

/* BODY */
body		{Margin:0px; padding:0px; margin-top:10px; height:100%; background-color:#dac58b;}
#bg		{background-image: url(x.jpg); background-repeat:no-repeat; background-repeat:repeat-x;}

#container /*SWITCH*/  {border:solid black 0px; position:absolute;
left:50%; margin-left:-380px; width:750px; clear:both;}
#header /*SWITCH*/  {border:dotted red 0px; width:750px; height:130px;}

#dright /*SWITCH*/  {border:solid blue 0px; float:right;
width:20%; margin-top:20px; text-align:center;}
#dleft /*SWITCH*/  {border:solid blue 0px; float:left;
width:79%; margin-top:5px; height:auto;}
#footer /*SWITCH*/  {border:dotted red 0px; position:relative;width:750px; height:50px;}

/* GLOBAL FONT PROPERTIES */
p					{margin:0; font-family:Tahoma,Verdana,Sans Serif; font-size:0.8em;
font-weight:normal; color:#32457c;}
h1,h4,h5	{color:#9f0000; margin-top:10px; text-align:left;}
h1   		  	   {font-size:110%;}
h4 	    	   {font-size:100%;}
h5 	    	   {font-size:95%;}
p.set			   {padding-left:15px; padding-right:15px; text-align:left;}
span.loud		{padding-right:13px; font-weight:bold; color:#ba1c1b;}
span.bold 		{margin-left:10px; margin-right:10px; font-weight:bold; color:#32457c;}
a					{font-weight:bold; color:#3b5f1f; text-decoration:none;}

/* IMG         ( create empty "dot.gif" in the root ) */
img.h	{width:1px;  /* <br /><img class="h" alt="h" src="x.gif" height="x" /><br /> */}         
img.w	{height:1px; /* <img class="w" alt="w" src="x.gif" width="x"> */}
img.c 	{text-align:center;}
.dot		{padding-right:4px; padding-left:5px; font-weight:normal; color:#969696;}
.hr		{text-align:left; margin:20px; font:11px bold; color:#bc7d3f;}


/* BOXES USED - adjust settings as required */
#box1,#box2,#box3,#box4	{position:relative; /*SWITCH*/ border:solid red 0px;}
#box1			{float:left; width:auto; height:auto;}
#box2			{float:left; width:400px; height:auto;text-align:center;}
#box3			{}
#box4			{}

/* TABS SETTINGS */

.tabs {width:130px;}
.tabs div, .tabs div.active, .tabs div.off  {
border-top:#ffffff 1px solid;
border-right:#474747 1px solid;
border-bottom:#474747 1px solid;
border-left:#ffffff 1px solid;
margin-bottom:10px; text-indent:6px;
cursor:pointer }

.tabs div {font:normal 13px/18px tahoma; color:#000000; margin-top:10px; text-align:left; background-color:#aad4fe;}

.tabs div.active {font:normal 13px/18px tahoma; color:#2f0000;
text-align:center; background-color:#80befd;}

.tabs div.off {
font:13px/18px tahoma;
color:#141414;
background-color:#c4b287 }

tabs div.active {background-color:#395584 }
.tabs div.off { background-color:#d6c9a9 }

html .tabs div {width:100%; text-indent:3px; }
html .tabs div.active {width:100%; text-indent:3px;}
.tabs-data {margin-left:3px;}
.tabs-data div {display:none;}

/* TABLE SETTINGS */
table.plain	{margin:0 auto; width:auto; background-color:transparent;}
table.set	{margin:0 auto; width:auto; background-color:transparent; border:#d7d7d7 0px solid; font-family:"MS Sans Serif"; font-weight:normal;}
	
tr			{border-bottom:#fafafa 0px solid;}
td			{padding-left:5px; font-size:95%; font-weight:normal; color:#2c3c6b;}

/* tr values */
tr.head		{background-color:#598f32;}
tr.height	{padding-top:2px; color:#fafafa;}

/* td values */
td.head	 {text-align:center; font-weight:bold; color:#ffffff;}
td.note	 {text-align:center; font-size:12px; font-weight:bold; color:#f2de6e;}
td.height {text-align:left; padding-left:10px; color:#5d5d5d; background-color:#f0f0f0;}
td.alert	 {text-align:center; color:#2c3c6b; font-weight:bold;}
td.space	 {line-height:8px;}
td.txt	 {margin:0; padding-left:15px; padding-right:15px; text-align:justify; font-size:80%;}

/* box - background colors */
.bg			{background:#f18322; height:13px; border:#414141;}

/*input				{height:13px; background:#c0cfe7;} */
textarea.set{background:#e6e6e6; height:75px; width:275px; font-size:14px;}
.button		{cursor:pointer; font-weight:normal; margin-left:20px;}

/* END */