﻿html{
    font-family: Arial, Helvetica, sans-serif;
} 

body{
    padding:0 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.bodyMain{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555;
	padding: 0 20px;
    background: #44277f;
}
.fdLoader{
	margin: 3px auto 3px auto !important;
	text-align: center;
}

/*Master Admin Page-------------------------------------------------------------------*/

.adminHeaderBar{
	width: 100%; 
	margin: 0px; 
	clear: both;
	height: 80px;
}

.formMain{
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    clear: both;
}

.logopic{
    float: left;
    margin: 0px;
	width: 200px;
	height: 50px;
	display: block;
}
.adminMenuContainer{
	float: right;
    margin: 0px;
	height: 34px;
	padding: 46px 15px 0 0;
	display: block;
}
.content{
    width: 100%;
    height: 100%;
    clear: both;
    margin: 0px;
    border: 1px solid #c1b1ee;
    background-color: #FFF;
}


/*FOOTER STYLES___________________________________________________________________*/
.footer{
    width: 100%;
    background-color: #501fa4;
    height: 10px;
    clear: both;
    margin: 0px;
    padding: 2px 0 3px 0;
}
.footerText{
	color: #c1b1ee;
    font-size: 9px;
	text-transform: uppercase;
}

.footerLink{
    color: #c1b1ee;
    text-decoration: none;
}
.footerLink:visited, .footerLink:selected, .footerLink:active{
    color: #c1b1ee;
    text-decoration: none;
}
a.footerLink:hover{
    color: #FFF;
    text-decoration: none;
}

/*ADMIN MENU STYLES___________________________________________________________________*/
.RadMenu a.rmLink{
	padding-right: 20px;
	padding-left: 20px;
	width: auto;
	display: block;
	height: 34px;
	color: #424242;
	text-decoration: none;
	line-height: 32px;
	
}
.rmItem{
	background: url(../images/menu_mid.png) no-repeat;
	height: 34px;
}
.RadMenu .rmText{
	padding: 10px;
	text-align: left;
}

.RadMenu a.rmLink:hover{
	color: #f7240d;
	text-decoration: none;
}

.rmFirst{
	background: url(../images/menu_left.png) no-repeat;
	background-position: left top;
}
.rmLast{
	background: url(../images/menu_right.png) no-repeat;
	background-position: right;
}

.menu a.sub{
	width: 200px;
	padding-left: 10px;
	color: #424242;
	text-align: left;
	border: solid 1px #c8c8c8;
	border-top: 0px;
	background-color: #e8e8e8;
}
.menu a.sub1{
	width: 200px;
	padding-left: 10px;
	color: #424242;
	text-align: left;
	border: solid 1px #ffffff;
	border-top: 0px;
	background-color: #e8e8e8;
}

.RadMenu .rmGroup .rmText{
	margin-left: 10px !important;
	margin-right: 15px !important;
}

.RadMenu .rmGroup .rmItem{
	height: 20px;
}

.RadMenu .rmGroup a.rmLink{
	line-height: 20px;
}

.RadMenu ul.rmVertical, .rmRootGroup ul.rmHorizontal, .rmContextMenu ul.rmHorizontal{
	background-image: none !important;
	text-align: left;
}
.RadMenu .rmVertical .rmItem{
	background-color: #e8e8e8 !important;
	background-image: none !important;
	text-align: left;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #c2c2c2;
	color: #424242;
}

.rmLast{
	background: url(../images/menu_right.png) no-repeat;
	background-position: right top;
}

.RadTreeView_Telerik .rtHover .rtIn, .RadTreeView_Telerik .rtSelected .rtIn{
	background-image: none !important;
	background-color: transparent !important;
	border: 0px !important;
	cursor: pointer;
}

.RadMenu .rmText{
	cursor: pointer;
}

.RadMenu .rmHorizontal .rmText{
	padding: 0px !important;
}

.rmVertical{
	-moz-box-shadow: 2px 2px 3px #555;
	-webkit-box-shadow: 2px 2px 3px #555;
	box-shadow: 2px 2px 3px #555;
}
.RadMenu .rmRootGroup .rmItem .rmGroup {
    padding-bottom: 0px !important;
}


/*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: #120031;
}
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: #120031;
    width: 635px;
}
.floatRH{
    float: right;
    padding: 0;
}
.floatLH{
    float: left;
    padding: 0;
}

.marginButtons{
    margin: 0 20px 0 20px;
}

.padDrop{
    padding-top: 4px;
}

.cmshomecontent{
    width: 100%;
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    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 #120031;
}

.HomePGstatus{
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0px 5px 10px 5px;
    width: 100%;
    height: 50px;
    clear: both;
    border-bottom: 1px solid #120031;
}


/*Content Pages___________________________________________________________________*/

.order
{
    font-family: Arial;
    font-size: 10px;
    color: #777777;
}

.leftPaneHeader{
	padding: 10px 0 0 10px !important;
}

/*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;*/
}

.errorMessageText
{
    color: Red;
}

/*CMSHomePageControl----------------------------------------------------------------*/
.HomePGmain{
    margin: 40px 0px 0 0px;
    width: 100%;
    height: 100%;
    clear: both;
    border-bottom: 1px solid #120031;
}


/*CMSGalleryPageControl----------------------------------------------------------------*/

.galleryThumb{
    padding: 3px;
    border: 1px solid #120031;
    display: block;
    width: 150px;
}

.galleryMainDiv{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #120031;
}
.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 #120031;
    font-size: 20px;
    color: #363636;
    width: 678px;
}
a.simbut:link{
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #f7240d;
    text-decoration: none;
}
.table{
    width: 100%;
}

.smallerButton2{
	background: url(../images/buttons/smallbutton.gif) no-repeat 0 -25px;
	text-decoration: none;
	text-align: center;
	color: #120031; 
	font-size: 14px; 
	padding: 3px 2px 0 2px;
	display: block;
	width: 120px;
	height: 22px;
}
.smallerButton2:hover{
	background: url(../images/buttons/smallbutton.gif) no-repeat 0 0px;
	color: #f7240d;
}
.smallerButton2:active, .smallerButton2:selected{
	background: url(../images/buttons/smallbutton.gif) no-repeat 0 -50px;
	color: #120031;
}
.smallerButtonText2{
	float: left;
	margin: 0 3px;
	padding-top: 5px !important;
	font-size: 11px;
	height: 20px !important;
}
