﻿html 
{
 font-family: Arial, Verdana;   }

body 
{
    padding-left: 20px;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.bodyMain 
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background: url(../images/bg_repeat.png) repeat-x;
}

/*Master Admin Page-------------------------------------------------------------------*/

.formMain
{
    width:100%;
    height:100%;
    margin: 0 auto 0 auto;
    clear:both;
    }

.logopic
{
    float:right;
    margin: 0 15px 0 65px;
    clear:right;
}
.content
{
    width:100%;
    height:100%;
    clear:both;
    margin-top: 10px;
    border: 1px solid #0051A1;
    background-color:#FFF;
}
.footer
{
    width: 100%;
    background-color:#0051A1;
    height:10px;
    clear:both;
    margin:0px;
    padding:2px 0 0 0;
    color:#ffffff;
    font-size:9px;
    text-align:center;

}

.footer a:link
{
    color:#ffffff;
    text-decoration: none;
    }
.footer a:hover
{
    color:#FF0033;
    text-decoration:none;
    }

.RadMenu a.rmLink
{
    padding-right: 10px;
    padding-left: 10px;
    	width: auto;
	display: block;
	height: 34px;
	color: #FBFBFB;
	text-decoration: none;
	line-height: 32px;
	text-align: center;
}
.rmItem
{
    background: url(../images/menu_mid.png) no-repeat;
  
}
.RadMenu .rmText 
{
    padding:10x;
}

.RadMenu a.rmLink:hover {
		color: #E7E7E7;
		text-decoration: underline;
	}

.rmFirst {

		background: url(../images/menu_left.png) no-repeat;
	}

		.menu a.sub {
		width: 200px;
		padding-left: 10px;
		color:#222222;
		text-align: left;
		border: solid 1px #2769A9; 
		border-top: 0px; 
		background-color: #4099F3;

	}
			.menu a.sub1 {
		width: 200px;
		padding-left: 10px;
		color:#222222;
		text-align: left;
		border: solid 1px #4099F3; 
		border-top: 0px; 
		background-color: #ffffff;

	}
	
.RadMenu ul.rmVertical, .rmRootGroup ul.rmHorizontal, .rmContextMenu ul.rmHorizontal  {
				 
		 background-image:none !important;
		 text-align: left;
	
	}
.RadMenu .rmVertical .rmItem {
		 background-color:#0051A1 !important; 
		 background-image:none !important;
		 text-align: left;
		 margin-top:1px;
		 border: solid 1px #4099F3;
		 color: #4099F3;

	
	}

.rmLast {

		background: url(../images/menu_right.png) no-repeat right top;
	}


/*login css-------------------------------------------------------------------------*/

.loginBox
{
    height:380px;
    width:380px;
    border: 5px solid #DDD;
    background-color: #FFF;
    margin: auto auto auto auto;
    padding: 0;
    clear:both;
}

.loginHead
{
    width:340px;
    height:80px;
    margin: 0 10px 0 10px;
    padding: 0 10px 10px 10px;
}

.loginBoxes
{
    width:320px;
    height:40px;
    margin: 0;
    padding: 20px 10px 0 10px;
    vertical-align:middle;
    border: 1px solid #DDD;
    font-size:14px;
    color: #555555;
}

.loginButtonBox
{
    width: 200px; 
    height: 40px;
    float: right;
    text-align:right;
    padding-right: 10px;
}
a.botbut:link
{
    text-transform:uppercase;
    text-decoration: none;
    color: #ff3300;
    }
.but
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #808080;
    background-repeat: no-repeat;
    background-image: url("../images/butBack.jpg");
    height:33px;
    padding-top:10px;
    float:right;
    width: 114px;
    text-align:center;
}
/*globalClasses------------------------------------------------------------------*/

h1
{
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#FFF;
    padding: 10px 0 10px 10px;
    background-color: #0051A1;

    }
h2
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#666666;
    padding: 0px 0 0 10px;
    }
h3
{
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#FFF;
    padding: 10px 0 10px 10px;
    background-color: #0051A1;
    width: 635px;
    }
    
.floatRH
{
    float: right;
    padding: 0;
    }
.floatLH
{
    float: left;
    padding: 0;
    }

.marginButtons
{
    margin: 0 20px 0 20px;
    }

.padDrop
{
    padding-top:4px;
    }

.cmshomecontent
{
    width:97%;
    float:none;
    clear:both;
    margin: 10px 0 10px 0;
    padding:10px;
    background-color:#FFF;
}

.marginCenter
{
    margin: 0 auto 0 auto;
    }
.smallText
{
    font-family:Arial;
    font-size: 12px;
    }
    
.radioButtons
{
    width:260px;
    padding:0px 10px 0px 50px;
    font:Arial;
    font-size:10px;
    float:left;
    text-align:left;
    margin:5px 0 0 0;
    color:#555555;
    }

.HomePGsettings
    {
    text-align:center;
    padding: 10px 0 0 0;
    margin: 0px 5px 20px 5px;
    width: 100%;
    height: 100%;
    clear: both;
    border-bottom: 1px solid #DDD;
}

.HomePGstatus
    {
    text-align:center;
    padding: 10px 0 10px 0;
    margin: 0px 5px 10px 5px;
    width: 100%;
    height: 50px;
    clear: both;
    border-bottom: 1px solid #DDD;
}


/*Content Pages___________________________________________________________________*/

.order 
{
    font-family:Arial;
    font-size: 10px;
    color: #777777;
    }

/*tableStyles___________________________________________________________________*/

.tableHome
{
    text-align:center;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    background-color:#DDD;
    text-decoration:none;
    }
    a.tableHome:link
{
    text-align:center;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    background-color:#DDD;
    text-decoration:none;
    }

.tdOne
{
    height: 40px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-family:Arial;
    font-size:9px;
    text-align:center;
    color:#666666;
    }
.defaultPage
{
    height: 80px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-family:Arial;
    font-size:12px;
    text-align:center;
    color:#666666;
    }
.formInput
{   
    
    padding: 0;
    margin: 0 0 0 5px;
    width:400px;
    text-align:center;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    }
   
select
{   
    
    padding: 0;
    margin: 0 0 0 5px;
    background-color:#eaeaea;
    color: #555555;
    border: 1px solid #DDD;
    }
   
    
    
/*CMSHomePageControl----------------------------------------------------------------*/
.HomePGmain
    {
    margin: 40px 0px 0 0px;
    width: 100%;
    height: 100%;
    clear: both;
    border-bottom: 1px solid #DDD;
}


/*CMSGalleryPageControl----------------------------------------------------------------*/

.galleryThumb
{
    padding: 3px; border: 1px solid #1259A1; display: block; width: 150px;
}

.galleryMainDiv
{
    padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #1259A1;
}
.galleryControls{float: left; padding-top: 25px; padding-left: 25px;}
.galleryTitle{float: left; font-size: 12px; font-family: Arial; color: #363636; padding-top: 5px; padding-bottom: 8px;}
.galleryInput
{border: 1px solid #1259A1;
 font-size: 20px;
 color: #363636;
 width: 678px;
}
a.simbut:link 
{
        text-align:center;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color: #ff6600;
    text-decoration:none;
    }