body {
	font-family:Arial, Helvetica, sans-serif;
}

ul, li, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


.fl{
	float: left;
}


a:link {
	color: #93268f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #93268f;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.artHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 28px;
}


iframe.login
{
    width:100%;
    height:360px;
}


.bodyText {
}



/*----------------------------------
 Admin Drop Down Navigation
------------------------------------*/




/*  LOGIN BOX  */

#login_wrapper #logo { 
    width: 400px;
    margin: 0 auto;
    margin-top:40px;
    text-align:center;
    }

#login_wrapper #login_box { 
	width: 413px;
	height: 361px;
	margin: 0 auto;
	text-align: center;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);    
	background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}

#login_wrapper .error_text {
	width:346px !important;
}

#login_wrapper #login_box h1 {

	color: #999;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	text-align: center;
}
#login_wrapper #login_box label {
	float: left;
	width: 300px;
	color: #000;
	font-size: 14px;
	font-weight:bold;
	margin-left: 15px;
	text-align: left;
}

#login_wrapper #login_box input {
	float: left;
	color: #333;
	font-size: 14px;
	padding: 4px 0;
	margin: 10px 15px;
	cursor: pointer;
}

#login_wrapper #login_box input[type=submit] {
	width: 270px;
	border: 0 none;
	height: 48px;
	background: transparent url(art/login-button.png) no-repeat;
	margin-left: 71px;
}

#login_wrapper #login_box input[type=submit]:hover {
	background: transparent url(art/login-button-hover.png) no-repeat;
}


#login_wrapper #login_box input[type=text], #login_wrapper #login_box input[type=password] {
	width: 350px;
	cursor: text; 
}

#login_wrapper #footer {
	
	width:87px;
	margin:0 auto;
	margin-top:-57px; 
	
}

	.subnav {
		background-color:#8c8c8c;
		padding:0px;
		float:left;
		font-size:14px;
		height:48px;
		margin-top:1px;
		text-align:center;
		width:100%;
		color: #fff;
		font-family: Arial, Helvetica, 'Muli', sans-serif;
	}
	
	.subnav ul { 
		margin-left: 15px;
	}

	.subnav ul li { 
		float: left; 
		list-style:none;
		}

	.subnav ul li a {
		border:none;
		padding: 15px 25px 14px 25px; 
		margin-left: 1px;
		margin-top: 0px;
		color: #fff; 
		text-decoration: none; 
		float: left;
	}

	.subnav ul li a:hover {
		background-color:#777;
		color: #FFF;
	}

	.subnav ul li a.active { 
		background-color: #777; 
		color: #FFF;
	}

	.actions{
		text-align: right;
	}
		


	button { cursor: pointer; background: transparent; border: none 0;}
		button:hover { background-color: #f1f1f1;}
	
	
	button.add{
		float: right;
		width: 88px;
		height: 27px;	
		background: url(art/matrix.png) -134px -12px; 
		margin:26px 0 -8px;
	}
	
	button.one_bar{
		margin:-6px 0 -8px; 
	}


	#div_Image_Loc {
		display:inline-block;
		padding:0px 5px 0px 0px;
	}

	.img_edit {
		border:#999 thick solid;
		padding:2px;
	}
	
	
	.edit_button {
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		cursor:pointer;
	}


.wrapper_full {
    display: none;
    vertical-align: middle;
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 999;
    text-align: center;
    background: transparent url(art/bg-50-transparent-black.png);
    background-repeat: repeat;
    background-position: top;
    box-sizing: border-box;
}


        .wrapper_full div {
            vertical-align: middle;
            background-color: #fff;
            padding: 7px;
            width: 100px;
            color: #000;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-top: 150px;
            font-size: 11px;
            font-family: Arial, Helvetica, sans-serif;
            border-bottom: #c8cdd0 thin solid;
            border-radius: 9px 9px 9px 9px;
            -moz-border-radius: 9px 9px 9px 9px;
            -webkit-border-radius: 9px 9px 9px 9px;
            box-sizing:border-box;
        }


	.error_text {
		display:block;
		background-color:#FF9;
		margin: 5px 0px 5px 0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#C00;
		padding:15px 15px 15px 55px;
		border-radius: 9px 9px 9px 9px; 
		-moz-border-radius: 9px 9px 9px 9px;  
		-webkit-border-radius: 9px 9px 9px 9px; 
		border:#999 thin solid;
		background-image:url(art/ico-alert.png);
		background-position:15px 10px;
		background-repeat:no-repeat;
	}
	
	.label_text {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}

#tbl_EventRegistration 
{
    width:100%;
    
    }

#tbl_EventRegistration th 
{
    background-color:#4e9d64;
    color:#fff;
    padding:5px;
    
    }

#tbl_EventRegistration td 
{
    background-color:#fff;
    color:#000;
    padding:5px;
    border: solid 1px #999999;
    
    }

    
    

#pager { 
float: none;
height: 17px;
margin-top: 5px !important;
position: static !important;
top: 0px !important;
}


.checkbox_box{
float: left;
width:600px;
}
.checkbox{
float: left;
width: 100%;
}

.spec_value{
clear: both;
float: left;
margin: 1px 0px 13px 32px;
width: 500px;
}

#related_list li{ 
    padding:5px;
    list-style-type:none;
    background-color:#ddd;
    width:300px;
    height:23px;
    margin:5px;
}

.gallery_related_list li {
    height: 35px !important;
}

.calendar {
    box-sizing:border-box;
    font-size:0;
    border-collapse:collapse;
}

.calendar .cal_cell {
    box-sizing:border-box;
    border:1px solid #999;
    display:inline-block;
    width:14.2%;
    font-size:14px;
    padding:10px;
    border-collapse:collapse;
}

.calendar .cal_dgname {
}

.calendar .cal_currentDay {
    border:1px solid #4E9D64;
    box-sizing:border-box;
}

.calendar .cal_otherDay {
    box-sizing:border-box;
}

.calendar .cal_notDay {
    box-sizing:border-box;
}

.calendar .month_selector {
    box-sizing:border-box;
    width:33.3%;
    text-align:center;
}

.calendar .allowed {
    background-color:#b3ff52;
}

.calendar .blocked_soft {
    background-color:#fef190;
}

.calendar .blocked_hard {
    background-color:#ff3b3b;
}

.calendar .holiday {
    background-color:#e178ff;
}


#image_result_list {
    box-sizing:border-box;
    overflow-y:scroll;
	vertical-align:middle;
	background-color:#fff;
	padding:7px;
	width:auto;
	color:#000;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:#c8cdd0 thin solid;
	border-radius: 0px; 
	-moz-border-radius: 0px;  
	-webkit-border-radius: 0px; 
    max-height:500px;
}

    #image_result_list div {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        width: 20%;
        margin-top: 10px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        overflow:hidden;
        border:none;
    }

.search_box {
    box-sizing: border-box;
    display: block;
    width: auto !important;
    vertical-align: top;
    border: 1px dotted #f0f;
    margin-top: 10px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: none !important;
}

.btn_add_image {
    padding: 10px;
    background-color: #4f6984;
    font-size: 15px;
    color: #fff !important;
    display: inline-block;
    width: 120px;
    text-align: center;
    margin-top: 20px;
}

    .btn_add_image:hover {
        background-color: #000;
    }

/* On Demand Training */
.ondemandtraining_edit .txt_input {
	padding: 10px;
	font-size: 1.3rem;
}

.ondemandtraining_edit textarea {
	padding-bottom: 50px;
	padding-left: 1px;
	padding-right: 3px;
}

