﻿body form
{
	margin: 0px;
}

img
{
	border: 0px;
}

/* Navigation Menu */
#navcontainer
{
    margin-left: auto;
    margin-right: -4px;
    margin-bottom: 40px;
    z-index: 1;
    float:right; 
    margin-top: 25px;
}

#navcontainer ul
{
    list-style-type: none;
    text-align: center;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    padding: 0px;
    margin: 0px;
}

#navcontainer li
{
    display: inline;
    text-align: center;
    margin: 0px 2px 0px 2px;
    padding: 0px;
}

#navcontainer li img
{
    border: 0px;
    vertical-align: middle;
}
/* Navigation Menu */

ul.horizontal
{
    list-style-type: none;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    padding: 0px;
    margin: 0px;
}

ul.horizontal li
{
	display: inline;
    text-align: center;
    margin: 0px 2px 0px 2px;
    padding: 0px;
}

input.smallTextbox
{
	border: gainsboro 1px solid;
	color: black;
	height: 15px;
}


a.panelbutton_large
{
    background-image: url(/ui/button_o_150.gif); 
    padding: 0px 0px 0px 8px;
    color:#fff;
    font-weight: bold; /* IE7 doesnt show in bold without this */
    font: normal, normal, bold, 12px, sans-serif;
    height:24px;
    width:142px;
    display: block;
    text-align:left;
    line-height: 190%;
    vertical-align: middle;
    text-decoration:none;
    float:right;
    margin-left:16px;
    margin-top:5px;
}

a.panelbutton_large:link
{
	color:#fff;
}

a.panelbutton_large:hover
{
	text-decoration: underline;
	background-image: url(/ui/button_o_150_hover.gif); 
	color: #fff;
}

a.panelbutton_large:visited
{
	color:#fff;
}

/* Panels */

ul.doerIconList
{
	list-style-image: url('/ui/doer.gif');
	padding-left:2px;
	padding-right:0px;
}

ul.doerIconList li
{
	padding: 4px 2px 4px 3px;
	margin: 0;
}

a.button { 
    background-image: url(/ui/button_o_108.gif); 
    padding: 0px 0px 0px 8px;
    color:#fff;
    font-weight: bold; /* IE7 doesnt show in bold without this */
    font: normal, normal, bold, 12px, sans-serif;
    height:24px;
    width:100px;
    display: inline-block;
    text-align:left;
    line-height: 190%;
    vertical-align: middle;
    text-decoration:none;

    margin-left:16px;
    margin-top:-5px;
}
a.button:link {
	color:#fff;
}
a.button:hover {
	text-decoration:underline;
	background-image: url(/ui/button_o_108_hover.gif); 
	color: #fff;
}
a.button:visited {
	color:#fff;
}

div.souvenirPersonalContent
{
	padding-left: 10px;
	background-color: Fuchsia;
	text-align: left;
	background-color: #e4cdef;
}

div.souvenirPersonalContent table td
{
	padding-top: 10px;
}

div.souvenirPersonalContent table td.image
{
	padding-top: 0px;
	text-align: right;
}


img.hiddenPic
{
	display:none;
}


.textBox, .dropList
{
	font: 11px Arial, Verdana, Tahoma, Sans-Serif;
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/ui/FilledStar.gif);
}

.emptyRatingStar {
    background-image: url(/ui/EmptyStar.gif);
}

.savedRatingStar {
    background-image: url(/ui/SavedStar.gif);
}

.textBoxWatermark
{
	color: gray;
	font-size: 11px;
	font-style: italic;
}


.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : black;
	border-width : 1px;
	border-style : solid;
	cursor: default;
	overflow : auto;
	height : auto;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	cursor: pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

