/* _______________ Universal _______________ */

A:link { color: #009; }
A:visited { color: #009; } 
A:hover {
	color: #900;
	font-weight: bold; 
	text-decoration: none;
background-color: #c5e2fb}  

BODY {
	background-color: #fff;
	color: #000;
	margin: 2px;
}

.sygCopyright {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

/* _ Navigation Bar on Left Side_ */

.sygNav {
	background-color: #235fc1;
	color: #fff;
	font-size: 10px;
}

.sygNav A:link  { color: #c5e2fb; }
.sygNav A:visited { color: #c5e2fb; }
.sygNav A:hover {
	color: #900;
	font-weight: bold; 
	text-decoration: none;
    background-color: #c5e2fb
}

.sygNavText, .sygNavHighlight {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 3px;
}

A.sygNavText:link { 
color: #c5e2fb; }
A.sygNavText:visited { 
color: #c5e2fb; }

A.sygNavText:hover {
	color: #900;
	font-weight: bold; 
	text-decoration: none;
background-color: #c5e2fb}


.sygNavHighlight {
	background-color: #c00;
	color: #fff;
}

.sygNavCurrent {
	color: #900;
	font-weight: bold; 
	text-decoration: none;
background-color: #c5e2fb}

td.smblue {
	background: #FFFFFF;
	padding: 1px 1px 1px 1px;
text-align:center;
color: blue;
font-size: .9em;}

td.hd {
	background: #FFFFFF;	
    font-size: 1em;
	padding: 1px 1px 1px 1px;
	color: #020000;
text-align:center;
font-weight: bold;}

/* _______________ syg Main Page _______________ */

select {
background-color:#C5E2FB;
border:medium none;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
font-weight:bold;
}

.sygMainBody {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.sygMainBody h5 {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:24px;
font-weight:bold;
padding:3px;
}

.sygMainBody h4 {
background-color:#E9F8FE;
border:1px solid #BEE3F8;
color:#001B51;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
padding:3px;
}

/* for accordion menu \*/

.arrowlistmenu{
width: 145px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(http://www.select-your-gift.com/images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://www.select-your-gift.com/images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #A70303;
/* background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #E55E68;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

/* _______________ pop-up larger images _______________ */
#thumbwrap {
	margin:10px auto;
	width:400px; height:100px;
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img { 
	border:1px solid #000;
	vertical-align:bottom;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:37px; left:37px; 
}

/* _____END of pop-up larger images _______________ */
.myForm td, input, select, textarea, checkbox  {
	font-family: tahoma;
	font-size: 12px;
}
.required {
	color: red;
}
