body, html
{
	margin: 0px;
	padding: 0px;
	border: 0;
	background-color: #FFFFFF;
	height:100%;
}
img
{
	margin: 0px;
	padding: 0px;
	border: 0;
}
a
{
	background-color: Transparent;
	text-decoration: none;
}
p, text
{
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin: 0px;
	display: inline;
	white-space: nowrap;
}

div
{
    font-family:Verdana;
    font-size:11px;
}

/* MASTER PAGE */

.MenuLink
{
    font-size:11px;
    color:#5C4738;
}
.MenuLink:hover
{
    font-weight:bold;
}

.MenuItem
{
    float:left;
    padding-right:10px;
}

.link1
{
    color:Black;
    text-decoration:underline;
}

.link2
{
    color:White;
    text-decoration:underline;
}

.titleText
{
    color:#e7ff18;
    font-weight:bold;
    font-size:11px;
}

.link3
{
    color:#e7ff18;
    font-weight:bold;
    font-size:11px;
    text-decoration:underline;
}

.defaultText
{
    color:White;
    font-size:10px;
    line-height:16px;
}
    
.linkHome
{
    line-height:16px;
    text-decoration:none;
    color:White;
}
.linkHome:hover
{
    text-decoration:underline;
}

.bodyHeader
{
    height:115px;
    background-color:#5C4738;
}

.waterMarkText
{
    color:#888888;
}

.previewImage
{
    height:161px;
    width:230px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	
	background-color: white;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	/*width:250px;*/
	text-align: left;

}

.modalHeader
{
	background-color: #e7ff18;
	font-family: Tahoma, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #404040;
	padding: 5px;
	
	cursor: move;
}

.modalText
{
    color:Black;
    font-weight:bold;
    font-family:Verdana;
    font-size:11px;
}

.shareDiv A
{
    font-size:9px;   
    color:black;
}
