﻿
/*Standard CSS */
* 
{ 
    margin: 0; 
    padding: 0; 
}

p 
{ 
    color: #000; 
    font-size: 10pt; 
    font-family: Helvetica, Arial, Verdana, Sans-Serif; 
    text-align: justify; 
    padding-top:10px;
    line-height:1.5em;
}
h1
{
    font-size:small;
    font-family:Trebuchet MS, Arial, Verdana;
    color:#62bbff;
    font-weight:bold;
}

h2 
{ 
    color: #83c0fd; 
    font-size: 12pt; 
    font-family: trebuchet ms; 
}

h3
{
    color:#83c0fd;
    font-size:14pt;
    font-family: Trebuchet MS;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

body 
{ 
    background-image: url(images/bg.jpg);
    background-repeat:repeat-x;
    background-color:#00449d;
}

.img
{

    border: solid 1px #000000;
}

.img2
{
    margin-left: 10px;
    margin-top: 20px;
}

.img3
{
    margin-left: 80px;
    margin-top: 20px;
}

fieldset
{
    margin-left:20px;
    margin-right:10px;
    
    border-top: 1px solid #000000;
    border-right-style: none;
    border-right-width:0px; 
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-style: none;
    border-left-width: 0px;
    
}

legend
{
    font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
    margin-left: -5px;
    margin-bottom:20px;
}

/* Blocks */

#container 
{ 
    background-color: #0087ef; 
    background-repeat: repeat; 
    width: 760px; 
    margin-right: auto; 
    margin-left: auto; 
    border-left: 1px solid #62bbff; 
    border-bottom: 1px solid #62bbff; 
    border-right: 1px solid #62bbff; 
}

#container2 
{ 
    background-color: #0087ef; 
    background-repeat: repeat; 
    width: 760px; 
    margin-right: auto; 
    margin-left: auto;
    margin-top: 200px; 
    border-left: 1px solid #62bbff; 
    border-top: 1px solid #62bbff;
    border-bottom: 1px solid #62bbff; 
    border-right: 1px solid #62bbff; 
}

#top 
{ 
    background-image: url(images/top_02.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    height: 42px; 
}

#tagline
{
    padding-top:20px;
    padding-left:5px;
}

#flash 
{ 
    height: 207px; 
    width:760px;
}

#nav 
{ 
    background-image: url(images/nav_08.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    height: 28px; 
}

#content 
{ 
    background-color: #0087ef; 
    width: 760px; 
}

#fold 
{ 
    background-image: url(images/contentbg_11.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    height: 49px; 
}

#footer 
{ 
    background-color: #0087ef; 
    width: 760px; 
    height: 20px; 
    border-top: 1px solid #62bbff; 
    
}

#footer2 
{ 
    background-color: #0087ef; 
    width: 760px; 
    height: 20px; 
    border-top: 1px solid #62bbff; 
    
}

#login
{
    padding-left:250px;
    padding-bottom:20px;
    font-family: Verdana;
    font-weight:bold;
    font-size:x-small;
    color:#62bbff;
}

#bottom
{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-weight:bold;
    font-size:x-small;
    color: #62bbff;
    text-align:center;
}
#topport
{
    
    background-image:url(images/topport_14.jpg);
    background-repeat:no-repeat;
    height:62px;
    width:760px;
}
#menu
{
    width: 760px; 
    background-image: url(images/midport_17.jpg);
    background-repeat:repeat-y;
    
}

#portlist
{
    margin-left: 20px;
    font-family:Verdana, Arial, Sans-Serif;
   
}

#portlist a:link
{
    text-decoration: none;
    color:#62bbff;
}

#portlist a:visited
{
    text-decoration: none;
    color:#62bbff;
}

#portlist a:active
{
    text-decoration: none;
    color:#62bbff;
}

#portlist a:hover
{
    text-decoration: none;
    color:#000000;
}

#portbottom
{
    background-image:url(images/bottomport_20.jpg);
    background-repeat:no-repeat;
    height:45px;
}
/* Layout */



#clear 
{ 
    clear: both; 
}

#clear2 
{ 
    clear: both; 
}

#leftblock 
{ 
    float: left; 
}

#leftblock2 
{ 
    float: left; 
}

#rightblock 
{ 
    float: left; 
}

#portblock 
{ 
    float: left; 
}

#portcolumn 
{ 
    width: 760px; 
    background-image:url(images/midport_17.jpg);
    
}

#leftcolumn 
{ 
    width: 350px; 
    margin-bottom: 10px; 
    margin-left: 40px; 
    padding-right: 10px; 
    border-right: 1px solid #4ac1fd; 
}

#leftcolumn2 
{ 
    width: 670px; 
    margin-bottom: 10px; 
    margin-left: 40px; 
    margin-right:40px; 
    margin-top: 40px;
    
}

#leftcolumn3 
{ 
    width: 670px; 
    margin-bottom: 10px; 
    margin-left: 40px; 
    margin-right:40px; 
    
    
}


#editcolumn 
{ 
    width: 350px; 
    margin-bottom: 10px; 
    margin-left: 40px; 
    padding-right: 10px; 
     
}

#resortcolumn
{
    width:350px;
    margin-left:40px;
}

#contactform 
{ 
    width: 350px; 
    margin-bottom: 10px; 
    margin-left: 150px; 
     
     
}
#rightcolumn 
{ 
    width: 340px; 
    padding-left: 10px; 
}

/* Navigation */

#nav ul
{
    margin: 0px;
    padding-top: 9px;
    padding-left: 20px;
    list-style-type: none;
    height: 19px;
    text-align: left;
    font-weight:bold;
    font-family:Verdana;
    font-size:x-small;
}

#nav2 ul
{
    margin: 0px;
    padding-top: 9px;
    padding-left: 20px;
    list-style-type: none;
    height: 19px;
    text-align: left;
    font-weight:bold;
    font-family:Verdana;
    font-size:x-small;
}

#footer ul
{
    
    padding-top: 4px;
    list-style-type: none;
    height: 17px;
    text-align: center;
    font-weight:bold;
    font-family:Verdana;
    font-size:x-small;
}

#nav ul li, #footer ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 40px;
}
#nav a:link, #nav a:visited
{
    color: #62bbff;
    text-decoration: none;
}

#nav2 ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 40px;
}
#nav2 a:link, #nav2 a:visited
{
    color: #62bbff;
    text-decoration: none;
}

#footer a:link, #footer a:visited
{
    color:Navy;
    text-decoration: none;
}

#nav a:hover
{
    color:Navy;
    text-decoration: none;
}

#nav2 a:hover
{
    color:Navy;
    text-decoration: none;
}

#footer a:hover
{
    color:#62bbff;
    text-decoration: none;
}
#nav a:active, #footer a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

#nav2 a:active
{
    color: #FEFFBD;
    text-decoration: none;
}


/* Links */
a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    text-decoration: none;
}

/* Tables */

#login table 
{
	border-spacing:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #62bbff;
	font-weight:bold;
}

#contact td 
{
	padding: 4px;
}

#contactform table 
{
	border-spacing:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #62bbff;
	font-weight:bold;
}

#contactform td 
{
	padding: 4px;
}

#login tr		
{
	background-color:#006bbd; 
	text-align:left;
}

#contactform tr		
{
	background-color:#006bbd; 
	text-align:left;
}

/* Travel MasterPage */

#traveltop
{
    background-image: url(images/ttop_23.jpg);
    background-repeat:no-repeat;
    height:228px;
}

#travelnext
{
    background-image: url(images/ttop_28.jpg);
    background-repeat:no-repeat;
    height:129px;
}


#travelmida
{
    background-image: url(images/ttop_33.jpg);
    background-repeat:no-repeat;
    height:142px;
}

#travelmidb
{
    background-image: url(images/ttop_38.jpg);
    background-repeat:no-repeat;
    height:160px;
}

#travelmidc
{
    background-image: url(images/ttop_43.jpg);
    background-repeat:no-repeat;
    height:150px;
}

#travelbot
{
    background-image: url(images/ttop_48.jpg);
    background-repeat:no-repeat;
    height:222px;
}



#travelcontainer 
{ 
     
    width: 762px; 
    height:1360px; 
    float:left;
     
}

#outer
{ 
    height: 1360px; 
    width: 1059px; 
    margin-right: auto; 
    margin-left: auto; 
     
}

#leftcontainer 
{ 
     
   width: 149px; 
   height:1360px;
   background-image: url(images/ttopleft_27.jpg);
   background-repeat:no-repeat;
   background-position:right bottom;
   background-attachment:scroll;
   float:left; 
     
}

#rightcontainer 
{ 
     
   width: 148px; 
   height:1360px;
   background-image: url(images/ttopright_29.jpg);
   background-repeat:no-repeat;
   background-position:left bottom;
   background-attachment:scroll;
   float:left; 
     
}


#top2 
{ 
    background-image: url(images/top_02.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    height: 42px; 
    width:760px;
    border-left: 1px solid #62bbff; 
    border-right: 1px solid #62bbff;
}

#flash2 
{ 
    height: 207px; 
    width:760px;
    border-left: 1px solid #62bbff; 
    border-right: 1px solid #62bbff;
}

#nav2 
{ 
    background-image: url(images/nav_08.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    height: 28px;
    width: 760px; 
    border-left: 1px solid #62bbff; 
    border-right: 1px solid #62bbff;
}



#fold2 
{ 
    background-image: url(images/contentbg_11.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    height: 49px;
    width: 760px; 
    border-left: 1px solid #62bbff; 
    border-right: 1px solid #62bbff;
}

#imagelist
{
    
    margin-bottom: 20px;
}

/* OmniConsol */

#ocontainer 
{ 
    width: 550px; 
    height: 400px;
    margin-left:100px; 
    border-top: 1px solid #000; 
    border-right: 1px solid #000; 
    border-bottom: 1px solid #000; 
    border-left: 1px solid #000; 
}

#otop 
{ 
    background-image: url(images/topbar_01.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    width: 550px; 
    height: 36px; 
}

#omid 
{ 
    background-image: url(images/mid_02.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    width: 550px; 
    height: 58px; 
}

#buttonz 
{ 
    float: right; 
    padding-right: 17px; 
}

#iframe 
{ 
    width: 550px; 
    height: 99px;
    background-color:#0087ef; 
}

#obottom 
{ 
    background-image: url(images/bottom_04.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    width: 550px; 
    height: 200px; 
}

#upload
{
    padding-left: 20px;
}

#uppic
{
    background-image:url(images/upload_32.jpg);
    background-repeat:no-repeat;
    height:76px;
    width:57px;
}

/* Photo Album Module */

/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px;
    /*position: relative; */
}

#columnright
{
    margin-left: 25px;
  /*  position:relative; */
}

.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFAAB url(images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #0087ef;
    padding: 15px;
    margin-bottom: 10px;
    background: #00449d 
    position: relative;
    width:640px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

/* 2 column layout A */
#columnleft2
{
    float: left;
    width: 240px;
    /*position: relative; */
}

#columnright2
{
    margin-left: 25px;
  /*  position:relative; */
}

.leftblock2
{
    border: 1px solid #62bbff;
    padding: 15px;
    margin-bottom: 10px;
    margin-left:20px;
    background: #006BBD;
    vertical-align: top;
}

 .rightblock2
{
    border: 1px solid #62bbff;
    padding: 15px;
    margin-right:20px;
    margin-bottom: 10px;
    background: #006BBD; 
    float:right;
    width:446px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #0087ef;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #62bbff;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Upload Button */
.actionbutton
{
  text-align:right;
  padding: 1px 1px 1px 1px;
  margin-right:20px;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    float:right;
    right:0;
    padding-right:5px;    
}

/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #000000;
    border: solid 1px #62bbff;
    padding: 5px;    
}

.photothumbs
{
    background: #000000;
    border: solid 1px #62bbff;
    padding: 5px;
    margin-right:20px;    
}

.picture
{
    background: #000000;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
}




/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size:small;
    color:#00449d;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
    
}

/* Used in the two column lists */

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active
{
    text-decoration: none;
    color: #62bbff;
}

.membercard h3
{
    font-size: 1em;
}

.membercard
{
    background-color: #006BBD;
    border: 1px solid #62bbff;
    padding: 10px;
    margin-right:10px;
    margin-bottom: 10px;
    width: 198px;
}


.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}