* {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
img {
	border:0;
}
img.img-rgt {
	float:right;
	margin-left:10px;
}
img.img-lft {
	float:left;
	margin-right:10px;
}
table {
	border-collapse:collapse;
}
table td {
	vertical-align:top;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
body {
	/*background:#cde1ff;
	font:13px Arial;*/
   /* background:#eeeeee ;*/
   /* background: url(../images/body-bg.png) ;*/
    font-family: "Libre Baskerville", serif;
    background: #f4f4f4;
    
    
}
#container {
	margin:0 auto;
	width:80%;
	overflow:hidden;
	text-align:left;
	background:#f4f4f4;
    margin-top: 25px;
}
#header {
	width:100%;
	float:left;
	border-bottom:4px solid #be3333;
	margin-bottom:15px;
}
#content {
	width:100%;
	float:left;
    background: #ffffff;
}
.head-inner img
{
    width: 100%;
}

.ft
{
    background: #25403b;
    padding: 20px;
    color: #fff;
    text-align: center;
    
}


#footer {
	float:left;
	width:100%;
	background:url(../imagez/footerBg.jpg) no-repeat;
	color:#fff;
	margin-top:10px;
}
a.rMore {
	font:bold 12px Arial;
	color: #65409f;
	text-decoration:none;
}
a.rMore:hover {
	text-decoration:underline;
}
div.homeTitle {
	margin-top:10px;
	margin-bottom: 14px;
	font: bold 16px Arial;
	color: #4e2c82;
}
#leftMenu li {
	padding-left:20px;
	background:url(../imagez/hBullet.jpg) 0px 4px no-repeat;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #CDCDCD;
}
#leftMenu li a {
	/* color: #ff8459;
	text-decoration:none; */
	color: #eea443;
    text-decoration: none;
    font-weight: bold;
}
#leftMenu li a:hover {
	text-decoration:underline;
}
#leftMenu table {
	margin-top:5px;
}
#leftMenu table a {
	padding-left:15px;
	margin-left:20px;
	background:url(../imagez/4.gif) 0px 3px no-repeat;
	margin-bottom:10px;
	border-bottom:none
}
div.homeTitle2 {
	font: bold 16px Arial;
	color: #fff;
	background:#eea443;
	padding:10px 8px;
	width:204px;
}
#helpBox {
	background:#f2edea;
	padding:15px 10px;
	width:198px;
	border-left:1px solid #e7e2df;
	border-right:1px solid #e7e2df;
}
.mTable td{
	padding:5px;
}
a.ovalbutton {
	background: transparent url('../images/oval-red-left.gif') no-repeat top left;
	display: block;
	float: left;
	margin:0px 5px;
	font: bold 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #494949; /*button text color*/
}
a.ovalbutton
{
    background: #d5544f;
    padding: 7px 15px 0px 15px;
    float: left;
    color: #fff;
    font-size: 15px;
    margin: 10px;
    border: 1px solid #d5544f;
    transition: .5s ease;
}
a.ovalbutton:hover
{
    background: #922c28;
    float: left;
    color: #fff;
    font-size: 15px;
    margin: 10px;
    border: 1px solid #922c28;
}


.txtBox {
	width:250px;
	padding: 2px 4px;
	border: 1px solid #9d2121;
}

.txtBox-album {
	width:120px;
	padding: 2px 4px;
	border: 1px solid #9d2121;
}

.txtBox-date {
	width:90px;
	padding: 2px 4px;
	border: 1px solid #9d2121;
}
.date {
	width:200px;
	padding: 2px 4px;
	border: 1px solid #eea443;
}

.txtBox1 {
	width:200px;
	padding: 2px 4px;
	border: 1px solid #eea443;
}
/*    table class   */
.cnt3
{
	width:100%
}

.cnt3 td {
	padding:3px 5px;
	border-collapse:collapse;
	border:1px solid #fff;
	border-collapse:collapse;
	font-size:12px;
	vertical-align:top;
	text-align:left;
}

.cnt3 th {
	padding:3px 5px;
	border-collapse:collapse;
	border:1px solid #fff;
	border-collapse:collapse;
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
	text-align:left;
}
.hour{border: 1px solid #e4b973;}
.min{border: 1px solid #e4b973;}
.dif{border: 1px solid #e4b973;}
textarea{
	width:250px;
	border: 1px solid #9d2121;
	}
input[type="text"] {

   width: 65%;
    padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 33px;
    color: #595959;
}
input[type="text"]:focus
{
	-webkit-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
-moz-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
}

input[type="select"] {

   width: 70%;
    padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 33px;
    color: #595959;
}

select{
   padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 33px;
    color: #595959;
	}
select:focus{
   -webkit-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
-moz-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
	}

.hour {
   padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 33px;
    color: #595959;
}
.hour:focus{
   -webkit-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
    box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
	}
.min {
   padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 33px;
    color: #595959;
}
.min:focus{
   -webkit-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
    box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
	}
.dif {
   padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 33px;
    color: #595959;
}
.dif:focus{
   -webkit-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
    box-shadow: 0px 0px 10px -1px rgba(76,180,255,1);
	}

.mTable
{

}

.contnt_body
{
    padding: 30px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 20px;
}

#demo
{
    padding: 30px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 20px;
}
#example_wrapper input[type="text"] 
{
   width: 40%;
    padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 25px;
    color: #595959;
}

#example_wrapper select{
   padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 25px;
    color: #595959;
	}

.dataTables_wrapperinput[type="text"] 
{
   width: 40%;
    padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 25px;
    color: #595959;
}
.dataTables_wrapper select{
   padding: 5px 5px;
    border: 1px solid #d8d8d8;
    height: 25px;
    color: #595959;
	}

input[type="submit"]
{
    /* background: linear-gradient(to bottom right, #ffdf40, #ff8359); */
	    background-color: #eea443;
    padding: 8px 20px 8px 20px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    border: 1px solid #eea443;
    cursor: pointer;
    margin: 10px;
    transition: .5s ease;
    margin: auto;
    text-align: center;
}

input[type="submit"]:hover
{
    background: transparent;
    color: #25403b;
    border: 1px solid #25403b;
}
input[type="button"]
{
    /* background: linear-gradient(to bottom right, #ffdf40, #ff8359); */
	 background-color: #eea443;
    padding: 8px 20px 8px 20px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    border: 1px solid #eea443;
    cursor: pointer;
    margin: 10px;
    transition: .5s ease;
    margin: auto;
    text-align: center;
}

input[type="button"]:hover
{
    background: transparent;
    color: #25403b;
    border: 1px solid #25403b;
}

input[type="reset"]
{
    background: #d5544f;
    padding: 8px 20px 8px 20px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    border: 1px solid #d5544f;
    cursor: pointer;
    margin: 10px;
    transition: .5s ease;
    margin: auto;
    text-align: center;
}

input[type="reset"]:hover
{
    background: transparent;
    color: #ff8359;
    border: 1px solid #d5544f;
}




.headbox
{
    background: linear-gradient(to bottom right, #020100, #eea443);
/* background: #25403b; */
    height: 20px;
    width: 100%;
    -webkit-box-shadow: 0px 11px 20px -8px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 11px 20px -8px rgba(0,0,0,0.53);
    box-shadow: 0px 11px 20px -8px rgba(0,0,0,0.66);
}







