/***********************************************/
/* CSS used for the mobile web                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
.LeftMenuBox
{
	 width: 60px;
	 height: 60px;
	 text-align:left;
}

.RightMenuBox
{
	 width: 60px;
	 height: 60px;
	 text-align:right;
}

.MainTable
{
	width: 366px;
}


.LargeTextBox
{
	width:70%;
	height:38px;
	text-align:left;
	font-size:xx-large;
	color:black;
	border-radius: 4px;
}

.MedTextBox
{
	font-size:medium;
	color:black;
	border-radius: 6px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    margin-left: 0px;
    border-style:solid;
    border-width:1px;
    border-color:#006699;
    height:25px;
}

.SmallTextBox
{
	font-size:small;
	color:black;
	border-radius: 1px;
    -webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    margin-left: 0px;
    border-style: groove;
}

.DashboardObject
{
	border-radius: 20px;
  	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    color:blue;
}

.XSmallTextBox
{
	font-size:x-small;
	color:black;
	border-radius: 6px;
}

.MenuTextBox
{
	font-size:small;
	color:black;
	border-radius: 6px;
}



.RoundedImage
{
    background-color:transparent;
	width: 50px;
	height:50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.SquareImage
{
    background-color:transparent;
	width: 70px;
	height:70px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}		
.LargeTextBox1
{
	width:70%;
	height:38px;
	text-align:left;
	font-size:xx-large;
	color:#006699;
}	

.MenuHeaderLabel
{
	font-weight:bold;
	font-family:Verdana;
	font-size:large;
	color:Orange;
}
  
.HeaderImage
{
	width: 300px;
	text-align: left;
	height: 167px;
}

.ErrorMessage
{
}

.FieldLabel
{
	text-align: left;
	font-size:small;
	font-style:normal;
	font-variant:normal;
	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
}

.HeaderLabel
{
	text-align: left;
	font-size:small;
	font-style:normal;
    font-weight:bold;
	font-variant:normal;
	color:Blue;
	font-family:Arial, Helvetica, sans-serif;
}

.PlaceHolder
{
	width: 26px;
	height: 21px;
}

.MainLayout
{
	width:330px;
	height:56%;
	background-repeat:repeat;
}

.ph1
{
   width: 103px;
   margin-bottom:50px;
}
.ph2
{
	width: 41px;
	height: 175px;
}
.ph3
{
	width: 357px;
	height: 175px;
}
.ph4
{
	width: 103px;
	height: 175px;
}
.ph5
{
	width: 103px;
	height: 167px;
}
