/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
 
/* layout styling */
@import url(layout.css);

/* general tag styling */
@import url(general.css);

/* menu styling */
@import url(menu.css);

/* module styling */
@import url(module.css);

/* Joomla core styling */
@import url(joomla.css);

/* Third party extensions styling */
@import url(extensions.css);

.inline300x250 {
        float: right;
        width: 300px;
        height: 250px;
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 30px;
}

a#button3 {
display: block;
width: 127px;
height: 49px;
background-image: url(https://www.torreypines.com/images/buttons/btn_book_now_yellow_a.gif);
}
a#button3:hover {
background-image: url(https://www.torreypines.com/images/buttons/btn_book_now_yellow_b.gif);
}

a#btn_video {
display: block;
width: 82px;
height: 30px;
margin: 0 0 -15px 0;
background-image: url(https://www.torreypines.com/images/buttons/btn_video_green.gif) class: reflect;
}
a#btn_video:hover {
background-image: url(https://www.torreypines.com/images/buttons/btn_video_yellow.gif) class: reflect;
}

.sdgr_content_tbl_line_odd {
 color: #000;
}
.sdgr_content_tbl_line_even {
     background-color: #FFF;
     color: #000;
}
.sdgr_content_tbl_hdr {
 font-weight: bold;
 background-color: #FFCC66;
 color: #000;
}
.sdgr_content_text {
 color: #fff;
 margin: 0 0 0 2px;
 border: 0px solid #666;
 padding: 0 10px 10px 0px;
}

.ajax_msg {
color: #000;
}
.sdgr_required {
color: #FF0000;
}

.highlight {
color: #C46302;
font-weight: bold;
}

