/* 
  Breakaway.co.nz Syle Sheet
*/


/*--------------------------------------------------------*/
/* TAG DEFAULTS                                           */
/* These override stadard tag attributes                  */
/*--------------------------------------------------------*/
body         {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-style : normal;
	font-variant: normal;
	font-weight : normal;
	font-size : 100%;
	color: black ;
	margin-left : 0px;
	margin-top: 0px;
	margin-right : 0px;
	margin-bottom: 0px;
	background-color : White;
}

img {
	margin-left: 0px;
	border-color : Blue;
}


/*--------------------------------------------------------*/
/* ANCHOR TAGS                                            */
/* Define the color, font and size of Links               */
/*--------------------------------------------------------*/

a {	  
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	text-decoration : none;
	color : Blue;		
}

a:visited {	  
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	text-decoration : none;
	color : Blue;	
}

/* Now make text links LIGHT UP when the mouse passes over them */

a:hover   	{
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	color : Fuchsia;
	text-decoration : underline;
}

A.main_link {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-size : x-small;
	color : Navy;
	font-weight : bold;
	text-decoration : none;
}

A.main_link:HOVER {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	color : Red;
	font-weight : bold;
	text-decoration : none;
}


A.add_to_itin_link {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-size : x-small;
	color : Green;
	font-weight : bold;
	text-decoration : none;
}

A.add_to_itin_link:HOVER {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	color : Red;
	font-weight : bold;
	text-decoration : none;
}



/*--------------------------------------------------------*/
/* CUSTOM TAGS : LAYOUT                                   */
/* These tags are used in the index page and layout.php   */
/*--------------------------------------------------------*/

.baway_title {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : large;
	color: #FFCC00;
	background-color : navy;
}

.baway_title_w {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : large;
	color: white ;
	background-color : navy;
}

.baway_title_small {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : x-small;
	color: #FFCC00 ;
	background-color : navy;
}


.black_title_small  {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : x-small;
	color: black ;
}


.black_footer_small  {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : normal;
	font-size : xx-small;
	color: black ;
}


.baway_heading_area {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : large;
	color: navy ;
	background-color : #FFCC00;
}

.baway_heading_link {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : xx-small;
	color: navy ;
	background-color : #FFCC00;
}



.baway_horiz_menu{
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : normal;
	font-size : x-small;
	color: navy ;
	background-color : #FFCC00;
}


.structural_line {
	background-color : Black;
}

.separator_line {
	background-color : #FFD700;
}

.gray_separator_line {
	background-color : Gray;
}

.data_heading {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	background-color : White;
	font-size : x-small;
	font-weight : bold;
	color : #DAA520;
}


.main_content_area {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	background-color : White;
}

.main_text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : black;
	vertical-align : top;
}

.main_text_emphasis {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : navy;
	vertical-align : top;
}


.main_text_highlight {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : #ff0033;
	vertical-align : top;
}

.side_text_links {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	background-color : #FAFAD2;
	font-size : xx-small;
}

.specials_heading {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : Navy;
}

.specials_line {
	background-color : Navy;
}

.specials_text_links {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	background-color : #B0E0E6;
	font-size : xx-small;
	color : Black;
}


.outer_bg {
	background-color : Navy;
}

.side_menu {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-size: xx-small;
}

.page_date {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-size: xx-small;
}

.bawaynz_line {
	background-color : #2BAF1D;
}

.baway_footer {
	font-size : xx-small;
	color : black;
	background-color : #FFD700;
}



/*--------------------------------------------------------*/
/* CUSTOM TAGS : CONTENT                                  */
/* These tags are used in the inc pages                   */
/*--------------------------------------------------------*/


/* The heading at the top of a page                       */
.page_heading {
	color : #336600;
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : medium;
}


.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : #336600;
}

.small_text {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-size: xx-small;
}

.link_heading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
	color : Lime;
	background-color : Green;
}

.links_bar {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	color : #9933cc;
	line-height : 2;
}

.main_text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : black;
	vertical-align : top;
}


.main_text_highlight {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : #ff0033;
	vertical-align : top;
}

.sub_title {
    color : white;
    font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
    font-weight : bold;
    font-size : x-small;
}

.main_heading {
    color : blue;
    font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
    font-weight : bold;
    font-size : x-small;
}

.page_heading {
	color : #000099;
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : bold;
	font-size : medium;
}


.text_heading {
	color : #000000;
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : normal;
	font-size : medium;
}

.sub_heading {
    color : #000099;
    font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
    font-weight : bold;
    font-size : x-small;
}

.small_heading {
    color : #000099;
    font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
    font-weight : bold;
    font-size : xx-small;
}

.small_link {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : normal;
	font-size: xx-small;
}

.small_link1 {
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : normal;
	font-size: xx-small;
	text-decoration : underline;	
}

.small_text {
	color : #000000;
	font-family : Verdana,Geneva, Arial,Helvetica,Sans-serif;
	font-weight : normal;
	font-size: xx-small;
}

.right_nav_cell {
    background-color : #FFFFFF;
	

}

.right_nav_box {
    border-color: blue;
    border-width: 1;
    border-style: solid;
	
}

.heading {
    background-color: red;
    border-color: red;
    border-width: 1;
    border-style: solid;
    color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;

}


.right_nav_heading {
    background-color: blue;
    border-color: blue;
    border-width: 1;
    border-style: solid;
    color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}

.book_now {
    background-color: #99FF99;
    border-color: #99FF99;
    border-width: 1;
    border-style: solid;
    color : #000099;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}


hr {
    height : 1;
    color : Blue;
	width : 100%;
}	

hr2 {
    height : 1;
    color : Gray;
	width : 75%;
}	

.left_label_col {
    text-align : right;
}
