
@font-face {
    font-family: "MVLHeadlineOTBlack";  
	src: url(' ../fonts/mvlheadlineot-black-webfont.eot#iefix') format('embedded-opentype'), 
	     url(' ../fonts/mvlheadlineot-black-webfont.ttf')  format('truetype');
	font-weight:normal;
    font-style :normal;
	}

@font-face {
    font-family: "MVLHeadlineOTBook";  
	src: url(' ../fonts/mvlheadlineot-book-webfont.eot#iefix') format('embedded-opentype'), 
	     url(' ../fonts/mvlheadlineot-book-webfont.ttf')  format('truetype');
	font-weight:normal;
    font-style :normal;
	}

@font-face {
    font-family: "MVLHeadlineOTSemibold"; 
	src: url(' ../fonts/mvlheadlineot-semibold-webfont.eot#iefix') format('embedded-opentype'), 
	     url(' ../fonts/mvlheadlineot-semibold-webfont.ttf')  format('truetype');
	font-weight:normal;
    font-style :normal;
	}



body
{
    background: #f0f0f0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: MVLHeadlineOTBook, sans-serif; 
    font-size: 0.9em;
}

 
h1
{
    font-family: MVLHeadlineOTBlack;
    font-size: 1.25em;
    font-weight: normal;
    height: 18px;
    padding: 10px 0px 10px 0px;
}


.basefont
{
    font-family:MVLHeadlineOTBook;
    font-size:0.9em;
}

.basefontbold
{
    font-family:MVLHeadlineOTSemibold;
    font-size:0.9em;
}








.column
{
    width: 300px;
    margin: 0px 10px 0px 10px;
    float: left;
}


.fullcolumn
{
    width: 940px;
    margin: 0px 10px 0px 10px;
    float: left;
}
/*	
	.fullcolumn img { 
		width: 960px; 
		margin: 30px 0px 20px 0px;
		}
    */

.fullcolumn p
{
    /* font-size: 10px; */
}

.twocolumn
{
    width: 940px;
    margin: 0px 10px 0px 50px;
    float: left;
}

/*
	.twocolumn img { 
		width: 960px; 
		margin: 30px 0px 20px 0px;
		}
    */

.twocolumn p
{
    /* font-size: 10px; */
}


.quartercolumn
{
    width: 220px;
    margin: 0px 10px 0px 10px;
    float: left;
}

.twothirdscolumn
{
    width: 610px;
    float: left;
}

/*
	.twothirdscolumn img { 
		width: 610px; 
		min-height: 180px; 
		margin: 2px;
		-moz-border-radius: 3px; -webkit-border-radius: 3px;
		}
    */

.halfcolumn
{
    width: 400px;
    margin: 0px 10px 0px 10px;
    float: left;
}





.postcontainerheader
{
    width: 1000px;
    margin: 0px auto;
    float: left;
    position: fixed;
    background-color: #f0f0f0;
    z-index: 10;
}

.postcontainer
{
    width: 1000px;
    margin-top: 200px;
    float: left;
}

.postheader
{
	font-family: MVLHeadlineOTBook;
    font-size: 2em;
    margin-top: 75px;
    margin-bottom: 20px;
    text-align: center;
}


.postbodyleft
{
    width: 825px;
}

.postbodyright
{
    left: 825px;
    top: 160px;
    width: 175px;
    position: absolute;
}

.postbodyrightfixed
{
    width: 175px;
    position: fixed;
}

.posttitle
{
    font-family:MVLHeadlineOTSemibold;
    font-size: 1em;
    color: #CC0000;
    
}

.postSubHeader
{
	font-family: MVLHeadlineOTBlack;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    
}

.postSubHeaderSide
{
	font-family: MVLHeadlineOTBlack;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    
}


.hrfull
{
    width: 1000px;
    height: 25px;
    float: left;
    background: url(../images/hr_full.gif) no-repeat;
    margin: 0px 0px 0px 25px;
}

.hrpost
{
    width: 775px;
    height: 25px;
    float: left;
    background: url(../images/hr_775.gif) no-repeat;
    margin: 50px 25px 10px 25px;
}


.hrside
{
    width: 160px;
    height: 25px;
    background: url(../images/hr_160.gif) no-repeat;
    margin: 10px 0px 5px 0px;
}



.postcolumnleft
{
    width: 175px;
    float: left;
}

.postcolumnmiddle
{
    width: 650px;
    float: left;
}




.postsectionleft
{
    display: block;
    margin-top: 10px;
    padding: 0px 0px 0px 35px;
    font-size:0.9em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.postsectionmiddle
{
    display: block;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

.postsectionright
{
    display: block;
    margin-top: 10px;
    padding: 0px 0px 0px 0px;
    font-size:0.9em;
}



.rounded-img {
	behavior: url(htc/PIE.htc);
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
}


.frame-block {
	position: relative;
	display: block;	
	height:400px;
	width: 600px;
	margin: 0 auto;
}
.frame-block span {
	background: url(../images/frame.png) no-repeat center top;
	height:400px;
	width: 600px;
	display: block;
	position: absolute;
}







.description
{
    margin: 0px 10px 0px 0px;
}

.description h2
{
    font-size: 18px;
    margin: 20px 0px 14px 0px !important;
    line-height: 20px;
}


.gallery
{
    width: 620px;
    height: 20px;
    margin: 10px 0px 10px 10px;
    padding: 3px 0px 0px 0px;
    float: left;
}

.divider
{
    width: 620px;
    height: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 40px 0px 10px 10px;
    padding: 3px 0px 3px 0px;
    float: left;
}

.divider p
{
    font-family:MVLHeadlineOTSemibold;
    font-size:0.9em;
    /* font-size: 12px; */
}

.bordertop
{
    border-top: #ccc solid 1px;
    padding-top: 15px;
}


p
{
    font-family: MVLHeadlineOTBook, sans-serif; 
    font-size: 0.9em;
    padding: 0px 10px 0px 0px;
    margin: 0px;
    color: #777;
    line-height: 18px;
}

p a
{
    text-decoration: none;
    font-weight: bold;
    color: #CC0000;
}

p a:hover
{
    text-decoration: underline;
}
.subtitle
{
    font-weight: bold;
    font-size: 10px;
    display: block;
    margin: 0px;
}

.contentcontainer
{
    width: 100%;
    float: left;
}




#info
{
    width: 960px;
    float: left;
    margin: 0px 10px 0px 20px;
    margin-bottom: 35px;
}


#content
{
    width: 1000px;
    margin: 0px auto;
    margin-top: 65px;
}

#pagecontent
{
    margin-top: 65px;
}


#photogallerycontent
{
    margin-top: 65px;
    margin-left: 50px;
}

.subheader
{
    width: 960px;
    height: 100px;
    float: left;
    background: url(../images/myvirtuallife_header.gif) no-repeat;
    margin: 0px 0px 0px 10px;
}


.hrfeatured
{
    width: 1000px;
    height: 25px;
    float: left;
    background: url(../images/hr_featured.gif) no-repeat;
    margin: 0px 0px 0px 25px;
}

.featuredpages
{
    width: 1000px;
    overflow: hidden;
    height: 200px;
    float: left;
    margin: 0px 0px 25px 0px;
    padding-left: 0px;
}



.hrother
{
    width: 1000px;
    height: 25px;
    float: left;
    background: url(../images/hr_other.gif) no-repeat;
    margin: 0px 0px 0px 25px;
}




.othersites
{
    height: 200px;
    float: left;
    margin: 0px 0px 0px 10px;
    padding-left: 100px;
}


.item
{
    margin: 20px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    background: #FFF;
    float: left;
    overflow: hidden;
    text-align: left;
}

.item:hover
{
}

.item p
{
    padding: 0px 8px 5px 8px;
    margin: 0px;
    font-size: 10px;
}


.item
{
    background: url(../images/loader.gif) no-repeat #fff;
    background-position: 50% 50%;
    float: left;
}


.itemtext
{
    margin: 10px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    background: #f0f0f0;
    float: left;
    overflow: hidden;
    text-align: left;
}

.itemtextlarge
{
    
    font-size: 14px;  
}


.itemtext:hover
{
}

.itemtext p
{
    padding: 0px 8px 0px 8px;
    margin: 0px;
    font-size: 12px;
    line-height: 15px;
}

.itemtext td
{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #777;
    line-height: 15px;
}

.itemtextpoll
{
    padding: 0px 8px 0px 8px;
    margin: 0px;
}


.itemlist
{
    list-style: circle;
    color: #777;
}

.itemlist li
{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-indent: 25px;
}

.itemlist a
{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #CC0000;
}

.itemlist a:hover
{
    text-decoration: underline;
}

.itemtextred
{
    color: #CC0000;
}



.ian
{
    width: 230px;
    height: 180px;
    background: url(../images/Ian.png) no-repeat;
    background-position: 0 0px;
}

.ian:hover
{
    background-position: 0 -188px;
}


.boba
{
    width: 230px;
    height: 180px;
    background: url(../images/boba.png) no-repeat;
    background-position: 0 0px;
}

.boba:hover
{
    background-position: 0 -188px;
}


.wedding
{
    width: 230px;
    height: 180px;
    background: url(../images/wedding.png) no-repeat;
    background-position: 0 0px;
}

.wedding:hover
{
    background-position: 0 -188px;
}

.maui2007
{
    width: 230px;
    height: 180px;
    background: url(../images/maui2007.png) no-repeat;
    background-position: 0 0px;
}

.maui2007:hover
{
    background-position: 0 -188px;
}

.maui2009
{
    width: 230px;
    height: 180px;
    background: url(../images/maui2009.png) no-repeat;
    background-position: 0 0px;
}

.maui2009:hover
{
    background-position: 0 -188px;
}


.oahu2009
{
    width: 230px;
    height: 180px;
    background: url(../images/oahu2009.png) no-repeat;
    background-position: 0 0px;
}

.oahu2009:hover
{
    background-position: 0 -188px;
}



.norcal
{
    width: 230px;
    height: 180px;
    background: url(../images/norcal.png) no-repeat;
    background-position: 0 0px;
}

.norcal:hover
{
    background-position: 0 -188px;
}

.socal
{
    width: 230px;
    height: 180px;
    background: url(../images/socal.png) no-repeat;
    background-position: 0 0px;
}

.socal:hover
{
    background-position: 0 -188px;
}



.boston
{
    width: 230px;
    height: 180px;
    background: url(../images/boston.png) no-repeat;
    background-position: 0 0px;
}

.boston:hover
{
    background-position: 0 -188px;
}


.comiccon
{
    width: 230px;
    height: 180px;
    background: url(../images/comiccon.png) no-repeat;
    background-position: 0 0px;
}

.comiccon:hover
{
    background-position: 0 -188px;
}



.fishing
{
    width: 230px;
    height: 180px;
    background: url(../images/fishing.png) no-repeat;
    background-position: 0 0px;
}

.fishing:hover
{
    background-position: 0 -188px;
}

.usc
{
    width: 230px;
    height: 180px;
    background: url(../images/usc.png) no-repeat;
    background-position: 0 0px;
}

.usc:hover
{
    background-position: 0 -188px;
}



.aliso
{
    width: 230px;
    height: 180px;
    background: url(../images/aliso.png) no-repeat;
    background-position: 0 0px;
}

.aliso:hover
{
    background-position: 0 -188px;
}


.eyamoto
{
    width: 230px;
    height: 180px;
    background: url(../images/eyamoto.png) no-repeat;
    background-position: 0 0px;
}

.eyamoto:hover
{
    background-position: 0 -188px;
}


.trojanfb
{
    width: 230px;
    height: 180px;
    background: url(../images/trojanfb.png) no-repeat;
    background-position: 0 0px;
}

.trojanfb:hover
{
    background-position: 0 -188px;
}



.alphachi
{
    width: 230px;
    height: 180px;
    background: url(../images/alphachi.png) no-repeat;
    background-position: 0 0px;
}

.alphachi:hover
{
    background-position: 0 -188px;
}


#footercontainerfull
{
    width: 100%;
    float: left;
    margin-bottom: 70px;
    margin-top: 100px;
}

#footercontainerfixed
{
    width: 1000px;
    float: left;
    margin-bottom: 70px;
    margin-top: 100px;
}


.footer
{
    width: 940px;
    margin: 0px auto;
    color: #666;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: .8em;
    border-top: 1px solid #ccc;
    
}

.footer a
{
    text-decoration: none;
    font-weight: bold;
    color: #888;
}

.footer a:hover
{
    text-decoration: underline;
    color: #333;
}






/** Carousel 2 **/
div.jMyCarousel
{
    margin: auto;
}

div.jMyCarousel ul
{
    background-color: #f0f0f0;
}

div.jMyCarousel ul li
{
    margin: 0px;
    line-height: 0px;
    padding: 0px;
}

div.jMyCarousel ul li a
{
    /* in case of link */
    display: block;
    margin: 0px;
    padding: 0px;
}

div.jMyCarousel ul li a img
{
    display: block;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.jMyCarousel .prev
{
    background: url('../images/left.png') center center no-repeat;
    width: 47px;
    height: 61px;
    border: 0px;
}

div.jMyCarousel .next
{
    background: url('../images/right.png') center center no-repeat;
    width: 40px;
    height: 61px;
    border: 0px;
}










.galleries h2
{
    position: relative;
    top: -10px;
    margin-bottom: 0;
}


.galleries .mainbutton
{
    margin: 0;
}
.galleries
{
    background: #F5F5F5;
    float: left;
    width: 800px;
    margin: 20px 0 0 50px;
    position: relative;
    border: 1px solid #ccc;
}
.index .galleries
{
    margin-bottom: 5px;
}
.galleries ul
{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 0;
    list-style: none;
    text-align: left;
}
.galleries li
{
    background-image: none;
    float: left;
    position: relative;
    width: 220px;
    height: 6.4em;
    overflow: hidden;
    margin-bottom: 0;
    padding: 75px 20px 1.6em 25px;
}
.archive .galleries li
{
    height: 10.5em;
}
.galleries h3
{
    margin: 0 10px 0 4px;
    font-size: 11px;
}
.galleries h3 a, .galleries a.img, .galleries h3 a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #CC0000;
    border-width: 0;
}

.galleries h3 a:hover
{
    text-decoration: underline;
}
.galleries .img
{
    position: absolute;
    top: 0;
    left: 15px;
}
.galleries .img img
{
    display: block;
}
.galleries p
{
    margin: 0 10px 0 4px;
}
.galleries div
{
    margin: 0 4px;
}

.galleries .gallerydate
{
    font-size: 11px;
}

.galleries .galleryupdate
{
    font-size: 11px;
    font-style: italic;
    color: #FFCC00;
}
.galleries .td
{
    font-family:MVLHeadlineOTBook;
    font-size:0.9em;
}

.gallerycontainer
{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    
}

.gallerycontainer a, .gallerycontainer a.img, .gallerycontainer a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #CC0000;
    border-width: 0;
}

.gallerycontainer a:hover
{
    text-decoration: underline;
}

.gallerycontainer h4
{

    font-family:MVLHeadlineOTSemibold;
    font-size:1.3em;
    color: #333;
    margin: 0px 0px 10px 0px;
    padding: 8px 0px 0px 0px;
    display: block;
}


ul#filter {  
    float: left;  
    font-family:MVLHeadlineOTBook;
    font-size:1em;
    list-style: none;  
    width: 100%;
}  
ul#filter li {  
    border-right: 1px solid #dedede;  
	display: inline;
	position: relative;
    line-height: 16px;  
    margin-right: 10px;  
    padding-right: 10px;  
}  


.divMessageConfirm
{
    margin-top: 50px;
}

.divMessageForm .td
{
    font-family:MVLHeadlineOTBook;
    font-size:0.9em;
}

.MessageFormTextboxOff
{
    font-family:MVLHeadlineOTBook;
    font-size:0.9em;
    color: black;
    text-align: left;
    vertical-align: middle;
    border-width: 1px;
    background-color: #FFFFFF;
    border-color: #B0C4DE; /* lightsteelblue */
}


.MessageFormTextboxOn
{
    font-family:MVLHeadlineOTBook;
    font-size:0.9em;
    color: black;
    text-align: left;
    vertical-align: middle;
    border-width: 1px;
    border-color: #CFA95B;
    background-color: #FFFFDD;
}


.Button
{
    width: 100px;
}



.css3button a, .button a
{
    background: url(../images/background.gif) bottom repeat-x #cedadf;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-top: inset 1px #ccc;
    border-left: inset 1px #ccc;
    border-bottom: solid 1px solid #000;
    border-right: 1px solid #666;
    float: left;
    margin-right: 10px;
}
.css3button a:hover, .button a:hover
{
    background: #999;
    text-shadow: rgba(0,0,0, .5) 0px 1px 0px;
}
.css3button a
{
    -webkit-border-radius: 8px;
    width: auto;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #111;
    -webkit-box-shadow: 1px 1px 1px #666;
    box-shadow: 1px 1px 1px #666;
    text-shadow: rgba(0,0,0, .8) 0px -1px 0px;
}


.css3buttonred a, .button a
{
    background: url(../images/background_red.gif) bottom repeat-x #cc0000;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-top: inset 1px #ccc;
    border-left: inset 1px #ccc;
    border-bottom: solid 1px solid #000;
    border-right: 1px solid #666;
    float: left;
    margin-right: 10px;
}
.css3buttonred a:hover, .button a:hover
{
    background: #CC3333;
    text-shadow: rgba(0,0,0, .5) 0px 1px 0px;
}
.css3buttonred a
{
    -webkit-border-radius: 8px;
    width: auto;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #111;
    -webkit-box-shadow: 1px 1px 1px #666;
    box-shadow: 1px 1px 1px #666;
    text-shadow: rgba(0,0,0, .8) 0px -1px 0px;
}



#dock
{
    position: relative;
    top: 75px;
}

.dock-container
{
    position: relative;
    top: -8px;
    height: 50px;
    padding-left: 20px;
}

a.dock-item
{
    display: block;
    width: 50px;
    position: absolute;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    color: #777;
}

.dock-item span
{
    display: none;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    padding-left: 20px;
}

.dock-item img
{
    border: 0;
    margin: 5px 10px 0px;
    width: 100%;
}




/* Image overlay */

.image-overlay { list-style: none; text-align: left; }
.image-overlay li { display: inline; }
.image-overlay a:link, .image-overlay a:visited, .image-overlay a:hover, .image-overlay a:active { text-decoration: none; }
.image-overlay a:link img, .image-overlay a:visited img, .image-overlay a:hover img, .image-overlay a:active img { border: none; }

.image-overlay a
{
    margin: 0px;
    float: left;
    background: #fff;
    border: solid 2px;
    overflow: hidden;
    position: relative;
}
.image-overlay img
{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    
}
.image-overlay .caption
{
    float: left;
    position: absolute;
    background-color: #000;
    width: 100%;
	cursor: pointer;
	/* The way to change overlay opacity is the follow properties. Opacity is a tricky issue due to
		longtime IE abuse of it, so opacity is not offically supported - use at your own risk. 
		To play it safe, disable overlay opacity in IE. */
    /* For Firefox/Opera/Safari/Chrome */
	opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.image-overlay .caption h1, .image-overlay .caption h2, .image-overlay .caption h3,
.image-overlay .caption h4, .image-overlay .caption h5, .image-overlay .caption h6
{
	margin: 10px 0 10px 2px;
    font-size: 18px;
	padding: 0 0 0 5px;
}
.image-overlay p
{
	text-indent: 0;
	margin: 10px;
	font-size: 1em;
}



/* Apple Slider */

/* Gallery styles */

.photogallery{
    padding-left: 5px;
}

.slidegallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../images/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:600px;
	overflow:hidden;
}

.slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:600px;
	overflow:hidden;
}

.slide{
	float:left;
}

.slidemenu{
	/* This is the container for the thumbnails */
	height:45px;
}

.slidemenu ul{
	margin:0px;
	padding:0px;
}

.slidemenu li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:50px;
	overflow:hidden;
}

.slidemenu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/pic_bg.png) repeat;
}

.slidemenu li.act, .slidemenu li.act:hover{
	/* The active state of the thumb */
	background:url(../images/active_bg.png) no-repeat;
}

.slidemenu li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../images/divider.png) no-repeat right;
	margin-left: -50px;
}

.menuItem{
    text-align:center;
}


.slidemenu li a{
	display:block;
	background:url(../images/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}





#DataPager
{
    text-align: center;
    
}

#DataPager a.previousNextLink
{
    font-size: 14px;
    font-weight: normal;
    
    color : #CC0000;
    border : 1px solid #ccc;
    padding : 4px 8px;
    text-decoration : none;    
    
    display: inline-block;
    margin-top: 50px;
}

#DataPager a.previousNextLink:hover
{
    text-decoration : underline;
}

/* If previous or next is disabled, hide it
#DataPager a[class="previousNextLink"][disabled]
{
    display : none;
}
*/
 
/* Page numbers (except active one) */
#DataPager a.numericLink
{
    font-size: 14px;
    font-weight: normal;
    
    color : #CC0000;
    border : 1px solid #ccc;
    padding : 4px 8px;
    text-decoration : none;
    text-align : center;
    
}

/* Page numbers mouse over */
#DataPager a.numericLink:hover,
/* Active page number */
#DataPager span span
{
    font-size: 14px;
    font-weight: normal;
    
    color : #ccc;
    background-color : #CC0000;
    border : 1px solid #ccc;
    padding : 4px 8px;
    text-align : center;
    
}



.photo {
	width: 650px;
	height: 450px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	position: relative;
	float: left;
}
.photo img {
	border: solid 1px #ccc;
	padding: 4px;
}
.photo a {
	text-decoration: none;
}


.image1 span {
	width: 650px;
	height: 450px;
	display: block;
	position: absolute;
	top: -12px;
	left: -18px;
	background: url(../images/image_frame.png) no-repeat;
}



.photo2 {
	width: 541px;
	height: 361px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	position: relative;
	float: left;
}
.photo2 img {
	border: solid 1px #ccc;
	padding: 4px;
}
.photo2 a {
	text-decoration: none;
}


.image2 span {
	width: 600px;
	height: 415px;
	display: block;
	position: absolute;
	top: -12px;
	left: -14px;
	background: url(../images/image_frame2.png) no-repeat;
}




.boxheader1
{
    background: url(../images/boxheader1_gray.png) no-repeat;
    width: 10px;
    height: 25px;
}

.boxheader2
{
    background: url(../images/boxheader2_gray.png) repeat-x;
    height: 25px;
}

.boxheader3
{
    background: url(../images/boxheader3_gray.png) no-repeat;
    width: 10px;
    height: 25px;
}

.boxheadertext
{
    font-family: MVLHeadlineOTSemibold;
    font-size: 1em;
    color: #000000; 
    text-align: left;
}

.MVLlink a
{
    text-decoration: none;
    font-weight: bold;
    color: #CC0000;
}

.MVLlink a:hover
{
    text-decoration: underline;
}
.FormTable
{
    width: 900px;
    border-top: none;
    border-right: 1px solid #dcdcdc;    
    border-bottom: 1px solid #dcdcdc;    
    border-left: 1px solid #dcdcdc;
}

.FormTable td
{
    padding: 1px;
}

.FormButton
{
    font-size: 11px;
    width: 80px;
    height: 22px;
} 

.FormNewButton
{
    font-size: 11px;
    width: 100px;
    height: 22px;
} 

.FormText
{
    font-family:MVLHeadlineOTBook;
    font-size:0.9em;
    height: 16px;
    color: #000000;
    background-color: #FFFFFF; /* White */
    text-align: left;
    vertical-align: middle;
    border: #B0C4DE 1px solid; /* lightsteelblue; */
}


.hr80
{
    width:80%; 
    border-bottom: solid 1px #999; 
    line-height: 5px; 
    margin-top: 5px; 
    margin-bottom: 5px; 
    vertical-align:middle;    
    text-align: center;
}

.hr90
{
    width:90%; 
    border-bottom: solid 1px #999; 
    line-height: 5px; 
    margin-top: 5px; 
    margin-bottom: 5px; 
    vertical-align:middle;    
    text-align: center;
}


.hr100
{
    width:100%; 
    border-bottom: solid 1px #999; 
    line-height: 5px; 
    margin-top: 5px; 
    margin-bottom: 5px; 
    vertical-align:middle;    
    text-align: center;
}


