/* ======== ALL HYPERLINKS ======== */

	A:link {
	   	color:BLUE;
   		text-decoration:none;
		}

	A:hover {
	   	color:BLUE;
	    text-decoration: underline;
		}

	A:visited {
   		color:BLUE;
	    text-decoration:none;
		}

/* ======== ALL HYPERLINKS END======== */




/* ======== BODY ======== */

	BODY, TD, TH {
	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		color: #333333;
		}

/* ======== BODY ENDS ======== */




/* ======== ALL PARAGRAPHS ======== */

	P {
    	font-family: verdana, arial, helvetica, sans-serif;
	    color: #333333;
	    font-size:8pt;
		margin-left: 8px;
		margin-right: 8px;
		}

	P.H1{
    	font-family: verdana, arial, helvetica, sans-serif;
	    color: #333333;
	    font-size:10pt;
   	    font-weight:bolder;
		margin-left: 8px;
		margin-right: 8px;
		}


/* ======== ALL PARAGRAPHS ENDS ======== */



/* ======== BUTTONS ======== */

	.BUTTON {
		font-family:verdana, arial, helvetica, sans-serif;
		border-right: black 1px solid;
	    border-top: black 1px solid;
    	border-left: black 1px solid;
	    border-bottom: black 1px solid;
    	background-color:rgb(204,204,204);
	    font-size:7.5pt;
		font-weight:bolder;
	    color: #333333;
	   	height: 18px;
    	letter-spacing: -0.5pt;
		}

/* ======== BUTTONS END ======== */



/* ======== INPUT FIELDS,CELLS ======== */

	.INPUT {
		border-right: black 1px solid;
	    border-top: black 1px solid;
		font-size: 7.5pt;
		border-left: black 1px solid;
	    border-bottom: black 1px solid;
	    font-family: Verdana, Arial, Sans-Serif;
	    height: 18px;
		}

	.TEXTAREAINPUT {
		border-right: black 1px solid;
	    border-top: black 1px solid;
		font-size: 8.5pt;
		border-left: black 1px solid;
	    border-bottom: black 1px solid;
	    font-family: Verdana, Arial, Sans-Serif;
		}

/* ======== INPUT FIELDS, CELLS END ======== */



/* ======== DROP-DOWN CELLS ======== */

	.DROPDOWN {
		border-right: black 1px solid;
	    border-top: black 1px solid;
		font-size: 8.5pt;
		border-left: black 1px solid;
	    border-bottom: black 1px solid;
	    font-family: Verdana, Arial, Sans-Serif;
	    height: 18px;
		}

	select.items {
		background-color:#fff;
		color:#333;
		font-size: 8.5pt;
	    font-family: Verdana, Arial, Sans-Serif;
	    height: 18px;
		}

	.items-section {
		background-color:#ebebeb;
		color:#333;
		}

/* items */

	items-block {
		border-bottom:1px dashed #CCCCCC;
		border-top:1px dashed #CCCCCC
		}

	items-text  {
		font-size: 8.5pt;
	    font-family: Verdana, Arial, Sans-Serif;
		margin:6px 6px 6px 6px;
		}

/* ======== DROP-DOWN CELLS END ======== */



/* ======== Top Table with Images, Logo and Date ======== */

	TABLE.TOP {
		width:100%;
    	background-color:WHITE;
		}

	TR.TOP {
	    background-color:#FFFFFF;
		height: 18px;
		}

	TR.TOP P {
       	font-family: verdana, arial, helvetica, sans-serif;
	    background-color:#FFFFFF;
	    font-size:7.5pt;
		}

	#DATE {
   		font-family: verdana, arial, helvetica, sans-serif;
		font-size:7.5pt;
		color: BLACK;
		font-weight: normal;
		margin-left: 8px;
		}

	TR.LINE1 {
	    background-color:#FFCC9A;
		}

	TR.MIDDLE {
	    background-color:#FFCC9A;
		width: 100%;
		}

	#IMAGETOPLEFT {
		background-image: url('http://www.svbaruba.org/svb/images/member/top_left_svb.gif'); 
		background-repeat: no-repeat;
		width: 75px;
		height: 97px;
		float: none;
		}
		

	#IMAGETOPRIGHT {
		background-image: url('http://www.svbaruba.org/svb/images/member/top_right_svb.gif');
		background-repeat: no-repeat;
		width: 140px;
		height: 97px;
		float: none;
		}

	TR.LINE2 {
		height: 1px;
		background-color:#FFCC9A;
		}

	TR.TOOLBAR {
		height: 1px;
		background-color:#353269;
		}

/* ======== Top Table ENDS ======== */




/* ======== LEFT CELL Content ======== */

	TABLE.LOGIN {
		background-color:#004080;
		border:1px;
		border-color:#FF8000;
		font-family: arial, helvetica, sans-serif;
		color: #333333;
		font-size:7pt;
		}

	TD.LEFT {
    	font-family: verdana,arial,helvetica,sans-serif;
		border-right: 0px solid black;
		background-color:#FF9934;
		padding-left: 0px;
		width: 160px;
		float: none;
		font-size:8pt;
		}

/* ======== LEFT CELL Content END ======== */




/* ======== CENTER CELL Content ======== */

	TD.CENTER {
		width: 100%;
		vertical-align: top;
		position: relative;
		top: 25px;
    	font-family: verdana, arial, helvetica, sans-serif;
	    color: #333333;
	    font-size:8pt;
		}

	TD.CENTER P{
    	font-family: verdana, arial, helvetica, sans-serif;
	    color: #333333;
	    font-size:8pt;
		margin-left: 8px;
		margin-right: 8px;
		}

	TD.CENTER H1{
    	font-family: verdana, arial, helvetica, sans-serif;
	    color: #333333;
	    font-size:10pt;
   	    font-weight: bolder;
		margin-top: 0px;
		margin-left: 8px;
		margin-right: 8px;
		}

	TD.CENTER .DR {
		background-image: url('http://www.svbaruba.org/svb/images/member/ln_dotted.gif');
		background-repeat: repeat-x;
        border: 0px double #FFFFFF;
        background-color: white;
		color: white;
		height: 0;
		width: 100%;
		margin-top: 4px;
		margin-left: 8px;
		margin-right: 8px;
		clear: both;
		margin-bottom:0;
		padding-left:0;
		padding-right:0;
		padding-top:-15px;
		padding-bottom:0
        }

    TD.CENTER DR.HR {
		border: none;
		line-height: 16px;
		width: 0;
		}

	TD.CENTER A:visited {
   		color: BLUE;
	    text-decoration: none;
		}

	TD.CENTER A:link {
   		color: BLUE;
	    text-decoration: none;
		}

	TD.CENTER A:hover {
   		color: BLUE;
	    text-decoration: underline;
		}

	TD.CENTER .IMAGELEFT {
		border:1px solid rgb(0,53,153);
		margin-left: 8px;
		margin-right: 8px;
		padding: 4px;
		width: 185px;
		height: 140px;
		float: left;
		}

	#IMAGELEFT {
		width: 185px;
		height: 140px;
		}

	TD.CENTER .IMAGERIGHT {
		border:1px solid rgb(0,53,153);
		margin-left: 8px;
		margin-right: 8px;
		padding: 4px;
		width: 185px;
		height: 140px;
		float: right;
		}

	#IMAGERIGHT {
		width: 185px;
		height: 140px;
		}


	TD.CENTER .IMAGEARROW {
		clear: both;
		margin-left: 8px;
		margin-right: 8px;
		text-align: right;
		vertical-align: text-top;
		}

	#IMAGEARROW {
		width: 11px;
		height: 8px;
		}


/* ======== CENTER CELL Content END ======== */







/* ======== RIGHT CELL Content, Articles, Events, Press Releases ======== */

	TD.RIGHT {
    	font-family: verdana,arial,helvetica,sans-serif;
		border-right: 0px solid black;
		background-color:#FFE5CC;
		font-size:8pt;
		width: 185px;
		}

	TD.RIGHT P {
    	font-family: verdana, arial, helvetica, sans-serif;
	    color: #333333;
	    font-size:8pt;
		}

	TD.RIGHT A:visited {
   		color: BLUE;
	    text-decoration: none;
		}

	TD.RIGHT A:link {
   		color: BLUE;
	    text-decoration: none;
		}

	TD.RIGHT A:hover {
   		color: BLUE;
	    text-decoration: underline;
		}

	#IMAGEARTICLES {
		position: relative;
		left: 8px;
		background-image: url('http://www.svbaruba.org/svb/images/member/hd_noticia.gif');
		width: 185px;
		height: 24px;
		}

	#IMAGEEVENTS {
		position: relative;
		left: 8px;
		background-image: url('http://www.svbaruba.org/svb/images/member/hd_upcomingevents.gif');
		width: 185px;
		height: 24px;
		}

	#IMAGEPRESSRELEASES {
		position: relative;
		left: 8px;
		background-image: url('http://www.svbaruba.org/svb/images/member/hd_press-releases.gif');
		width: 185px;
		height: 24px;
		}

/* ======== Right Cell Content Ends ======== */




/* ======== FOOTER Content, Text Menu and Credits ======== */

	P.FOOTER {
   		font-family:verdana, arial,helvetica,sans-serif;
		font-size:7.5pt;
		color: WHITE;
		font-weight: 800;
		}

	P.FOOTER A:visited {
   		color: WHITE;
	    text-decoration: none;
		}

	P.FOOTER A:link {
   		color: WHITE;
	    text-decoration: none;
		}

	P.FOOTER A:hover {
   		color: WHITE;
	    text-decoration: underline;
		}

	TD.FOOTERLINE1 {
		background-color:#9A0000;	
		}

	TD.FOOTER {
		background-image: 			url('http://www.svbaruba.org/svb/images/member/px_1.gif');
		background-repeat: no-repeat;
		width: 1280px;
		height: 24px;
		background-color:#9A0000;
		height: 24px;
		text-align: center;	
		}

	TD.FOOTERLINE2 {
		background-color:#9A0000;	
		}	
		
		
/* ======== FOOTER Content, Text Menu and Credits ENDS ======== */




/* ======== TABLES ======== */

TABLE.HEADER TH {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size:9pt;
	font-weight:bolder;
}

TABLE.HEADER TH A {
	font-family: verdana, arial, helvetica, sans-serif;
	color: WHITE;
	font-size:9pt;
	font-weight:bolder;
    text-align:center;
}

TABLE.HEADER {
   	border: 1px solid black;
    border-color: BLACK;
    background-color:BLACK;
}

TABLE.HEADER TH A:visited {
   	color:#FFFFFF;
    text-decoration: none;
}

TABLE.HEADER TH A:link {
   	color:#FFFFFF;
    text-decoration: none;
}

TABLE.HEADER TH A:hover {
   	color:#FFFFFF;
    text-decoration: underline;
}

TABLE.INNERTABLE TR.HEADING TH {
    font-family: verdana,arial,helvetica,sans-serif;
    color:#FFFFFF;
	text-align:left;
	background-color:#990000;
	font-size:7.5pt;
	height:25px;
}

TABLE.INNERTABLE TD {
    font-family: verdana,arial,helvetica,sans-serif;
	border-right: 0px solid black;
	font-size:8pt;
}

TABLE.INNERTABLE TD.NORIGHT {
    font-family: verdana,arial,helvetica,sans-serif;
	border-right:0px;
	font-size:8pt;
}


TR.HEADING TH.NORIGHT {
    font-family: verdana,arial,helvetica,sans-serif;
	border: 0px solid black;
	border-bottom: 2px solid black;
    font-size:7.5pt;
}

TR.HEADING TH A:link {
	font-family: verdana,arial,helvetica,sans-serif;
   	color:white;
    text-decoration: none;
}

TR.HEADING TH A:visited {
	font-family: verdana,arial,helvetica,sans-serif;
   	color:white;
    text-decoration: none;
}

TR.HEADING TH A:hover {
	font-family: verdana,arial,helvetica,sans-serif;
   	text-decoration: underline;
   	color:white;
}

.BIG { font-size:15pt; font-weight:bolder; }

TABLE.VIEWDETAILS {
}


TABLE.VIEWDETAILS TD {

   font-family: verdana,arial,helvetica,sans-serif;
   font-size:8pt;
   color:#333333;

}

TABLE.VIEWDETAILS TH {

   text-align:left;
   font-family: verdana,arial,helvetica,sans-serif;
   font-size:10pt;
   color:#000000;

}

TABLE.VIEWDETAILS TH.HEADER {
   text-align:center;
   color:black;
   border:1px solid black;
   background-color:#0000FF;
}

.FLAT {
   border: 1px, solid, black;
}


.SMALLTEXT {
	font-family: verdana, arial, helvetica, sans-serif;
    font-size:6.5pt;
    color:#808080;
}

.ALERT {
      font-family:verdana, arial, helvetica, sans-serif;
      font-size:7pt;
      color:red;
}

TABLE.BORDER {
    border: 1px solid black;
    border-color: BLACK;
}
