﻿/* Master Page Layout */
.masterheader
{
    width:820px;
    height:150px;
    background:White url(images/banner.gif) no-repeat center top;
}

.masterheadertitle
{
    font-size:0.8em;
    text-align:right;
    vertical-align:text-top;
}

.masterbody
{
    width:820px;
    height:500px;
    background-color:White;   
}

.mastersidebarleft
{
    width:50px;
    background:White url(images/10px.gif) no-repeat center center;
}

.mastersidebarright
{
    width:50px;
}

.masterbodycontent
{
    width:720px;
    vertical-align:top;
    text-align:left;
}

.masterfooter
{
    width:820px;
    height:90px;
    background:White;
    text-align:center;  
    font-size:0.7em;
    vertical-align:bottom;
}

.masterfooterleft
{
    width:55px;
    height:90px;
    background:White url(images/mshc_logo.gif) no-repeat left bottom;
}

.masterfooterright
{
    width:55px;
    height:90px;
    background:White url(images/melbuni_logo.gif) no-repeat left bottom;
}

body 
{
    /*background:#CCCCCC url(images/body_bg.gif) repeat left top;*/
    background-color: #542988;
	font-family:Arial, Sans-serif, Tahoma;
	font-size:0.9em;
	text-align:center;
}

a
{
	text-decoration: none;
}

.errormsg
{
    color: Red;
    /*font-size:1.3em;*/
}

.small_title
{
    font-size: 0.8em;
    font-style: italic;
}

.big_title
{
    font-size: 1.5em;
    font-weight: bold;
}

.menu_title
{
    font-size: 1.2em;
    font-weight: bold;
}

.alignright
{
    text-align:right;
}

/* Child Page Layout */
.logintable
{
    width:291px;
    height:301px;
    vertical-align:top;
    background-image:url(images/logo_enter.gif);
    text-align:center;
}

.bodytext
{
    font-family:Arial, Sans-serif, Tahoma;
	font-size:0.9em;
}

.maxtable
{
    width:100%;
}

.lefttable
{
    width:15%;
    text-align:right;
}

.centretable
{
    width:70%;
    text-align:center; 
}

.righttable
{
    width:15%;
    text-align:left;
}

.contentpanel
{	
	width:670px;	
	padding:30px;
}

.error
{
   color:Red;
}

.hidden
{
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hidetext
{
    color:White;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 25px;
    height: 25px;
    margin: 0px 10px 0px 10px;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    background-image: url(Images/star_yellow.gif);

}

.emptyRatingStar 
{
    background-image: url(Images/star_grey.gif);
}

.savedRatingStar 
{
    background-image: url(Images/star_red.gif);
}

.ratingText
{
    font-size:0.8em;
}

/* Textbox Watermark */
.unwatermarked 
{
    height:18px;
	width:148px;
	font-weight:bold;	
}

.watermarked 
{
    height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:Red;
}	