/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/************************************************************************************
 RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, header, hgroup, menu, nav, section { 
    display: block;
}
/************************************************************************************
 GENERAL STYLING
*************************************************************************************/
body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	/*color: #666;*/
	word-wrap:break-word;
	/*background:#f7f5ee;*/
}


.navigation
{
	margin:0 auto 5px;
	padding:0px;
	width:100%;
	background:#33313f;
	border-bottom-left-radius:.3em;
	-moz-border-bottom-left-radius:.3em;
	-webkit-border-bottom-left-radius:.3em;
	-o-border-bottom-left-radius:.3em;
	border-bottom-right-radius:.3em;
	-moz-border-bottom-right-radius:.3em;
	-webkit-border-bottom-right-radius:.3em;
	-o-border-bottom-right-radius:.3em;
	position:relative;
        float: left;
}

a { text-decoration:none; }
nav
{
    display: block;
    margin:0;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;box-sizing: border-box;
    position:relative;
    background: #33313f; /* Old browsers */
}
nav ul
{
    list-style:none;
    background:#33313f;
}
nav ul li
{
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    font-size:1em;
    float:left;
    line-height:2.8em;
}
nav ul li a
{
    color:#fff;
    text-decoration:none;
    padding:0 10px;
    display:block;
    /*text-shadow:#000 1px 1px 0px;*/
}
nav ul li a:hover
{
    color:#ca4e70;
    text-decoration:none;
    background:#e8e8e8;
    padding:0 10px;
    display:block;
    /*text-shadow:#000 1px 1px 0px;*/
}
nav ul > li:hover
{
    background:#1fbba5;
}
nav ul li:hover > a
{
    color:#fff;
    background:#1fbba5;
}
nav ul li > ul
{
    position:absolute;
    display:none;
    z-index: 1000;
}
nav ul li:hover > ul
{
    display: block;
    background:#1fbba5;
}
nav ul li:hover > ul ul
{
    left:100%;
    margin-top:-32px;
    border-left:#11a38e 2px solid;
}
nav ul li > ul li
{
    float:none;
    white-space:nowrap;
    border-bottom:#33313f 1px solid;
    line-height:2.2em;
}
nav ul li ul > li a:hover
{
    background:#ed5b4e;
    color:#fff;
    /*text-shadow:#43827a 1px 1px 0px;*/
}
nav ul ul li:hover > a
{
    background:#ed5b4e;
    color:#fff;
    /*text-shadow:#43827a 1px 1px 0px;*/
}
.menu_list
{
    margin:0 auto;
    clear:left;
}
.menu_list ul
{
    list-style:none;
}
.menu_list ul li
{
    font:normal 12px/20px Arial, Helvetica, sans-serif;
    color:#000;
}
.menu_list ul li a
{
    color:#fff;
    text-decoration:none;
}

/************************************************************************************
 table
*************************************************************************************/

.table
{
	margin:10px auto;
	width:100%;
	overflow:auto;
}
.table a
{
color:#d53e22;
text-decoration:none;
}
.table a:hover
{
color:#108f9a;
}
table
{
	margin:0 auto;
	width:100%;
}
table, td, th
{
	border-collapse:collapse;
	border:1px solid #e8e8e8;
}
table th
{
	background: #f7f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f8f9 0%, #eaedf1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f8f9), color-stop(100%,#eaedf1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f8f9 0%,#eaedf1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f8f9 0%,#eaedf1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f8f9 0%,#eaedf1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f8f9 0%,#eaedf1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f9', endColorstr='#eaedf1',GradientType=0 ); /* IE6-9 */
	font:bold 1.2em/26px Tahoma, Geneva, sans-serif;
	color:#333;
	text-shadow:#fff 1px 1px 0px;
text-align:left;
}
table td, th
{
	padding:5px 10px;
	-moz-box-shadow:    inset 0 0 1px #fff;
	-o-box-shadow:    inset 0 0 1px #fff;
   -webkit-box-shadow: inset 0 0 1px #fff;
   box-shadow:         inset 0 0 1px #fff;

}
table td
{
	font:normal 1.1em/26px Tahoma, Geneva, sans-serif;
	color:#666;
	/*text-shadow:#fff 1px 1px 0px;*/
	vertical-align:top;
}
table tr:nth-child(even)
{
	background: #fcfcfc; /* Old browsers */
}
table tr:nth-child(odd)
{
	background: #f9f9f9; /* Old browsers */
}

/************************************************************************************
 CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.clear
{
	clear:both;
}

.general_list
{
	margin:5px;
	padding:0;
        /*width:30%;*/
        
}
.general_list ul
{
	list-style:none;
	padding:0 5px;
}
.general_list ul li
{
	font:normal 14px/18px Tahoma, Geneva, sans-serif;
	color:#666;
	margin:10px 5px;
        padding: 0 20px;
        word-wrap: break-word;
        /*word-break: break-all;*/
        background: url(../images/arw.png) 0 0 no-repeat;
}
.general_list ul li a
{
	color:#666;
	text-decoration:none;
}
.general_list ul li a:hover
{
	color:#09F;
	text-decoration:underline;
}
/* page_navigation */
.page_navigation
{
	margin:10px auto;
	padding:0px;
	text-align:center;
}
.page_navigation ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-block;
}
.page_navigation ul li
{
	float:left;
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#000;
	margin:1px;
}
.page_navigation ul li a
{
	float:left;
	color:#000;
	background:#f5f7f8;
	display:block;
	padding:2px 7px;
	text-decoration:none;
	border:#dae1e5 1px solid;
}
.page_navigation ul li a:hover
{
	float:left;
	color:#2a3744;
	background: #d7dfe3; /* Old browsers */
	display:block;
	padding:2px 7px;
	text-decoration:none;
	border:#c4d0d6 1px solid;
}
.page_navigation_active
{
	float:left;
	color:#fff;
	background: #da614d; /* Old browsers */
	display:block;
	padding:2px 7px;
	text-decoration:none;
	border:#b5422f 1px solid;
	cursor:pointer;
}
.red_alert
{
    color:#d53e22;
    padding-left: 5px;
}
.green_alert
{
    color:green;
    padding-left: 5px;
}
.big_font
{
    font-size: 1.3em;
}
label.error
{
    display: block;
    color: #9F6055;
}
.following
{
	margin:2px auto;
	padding:4px;
	background: #1FBBA5; /* Old browsers */
	font:bold 11px/22px Tahoma, Geneva, sans-serif;
	color:#fff !important;
	height:22px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	/*display:block;*/
	-moz-box-shadow:    inset 0 0 1px #fff;
	-o-box-shadow:    inset 0 0 1px #fff;
        -webkit-box-shadow: inset 0 0 1px #fff;
        box-shadow:         inset 0 0 1px #fff;
        border:#8e3d0c 1px solid;
        cursor: pointer;
        text-align: center;

}
.follow
{
	margin:2px auto;
	padding:0px;
	background: #90bf31; /* Old browsers */
	font:bold 11px/22px Tahoma, Geneva, sans-serif;
	color:#fff !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	/*display:block;*/
	-moz-box-shadow:    inset 0 0 1px #fff;
	-o-box-shadow:    inset 0 0 1px #fff;
   -webkit-box-shadow: inset 0 0 1px #fff;
   box-shadow:         inset 0 0 1px #fff;
   border:#486117 1px solid;
    cursor: pointer;
    text-align: center;
}
.footer
{
	margin:0 auto;
	padding:10px 0;
	padding-bottom: 40px;
	width:1000px;
	border-top:#fff 1px solid;
	-webkit-box-shadow: 0px -1px 0px 0px rgba(238,234,221,1);
	-moz-box-shadow: 0px -1px 0px 0px rgba(238,234,221,1);
	box-shadow: 0px -1px 0px 0px rgba(238,234,221,1);
}
.footer ul
{
	list-style:none;
	padding:1px 0;
}
.footer ul li
{
	font:normal 11px/16px Tahoma, Geneva, sans-serif;
	color:#5a5a5a;
	padding:0 10px;
	float:left;
}
.footer ul li a
{
	color:#5a5a5a;
	text-decoration:none;
}
.footer ul li a:hover
{
	color:#000;
	text-decoration:underline;
}



/*New update*/
.msg
{
	color:#77C03E;
	font:normal 11px/16px Tahoma, Geneva, sans-serif;
}
.hiox_popup_container
{
    position:fixed;display: none;
    background:rgba(0,0,0,.3);
    width:100%;
    height:100%;
    z-index:1000;
    top:0%;
    left:0%;
}
.hiox_popup
{
    position:absolute;
    width:55%;
    border:5px solid #74675F;
    /*height:60%;*/
    background:#fff;
    box-shadow:rgba(0,0,0,.2) 0 0 5px;
    left:0;
    right:0;
    top:5%;
    /*bottom:10%;*/
    margin:auto;
    padding:10px;
    z-index: 1000;    
}
.hiox_popup_close
{
    position:relative;
    width:30px;
    height:30px;
    background:#C00;
    border-radius:50%;
    border:#fff 1px solid;
    box-shadow:rgba(0,0,0,1) 0 0 2px;
    color:#fff;
    text-align:center;
    line-height:30px;
    margin-left:100%;
    margin-top:-20px;
}
.hiox_popup_close a
{
    display:block;
    color:#fff;
    text-decoration:none;
}
.inner_child_div1
{
    background: none repeat scroll 0 0 #DEE0E0;
    color: #565656;
    font-weight: bold;
    padding: 5px 0;
    width: 100%;
}
.content_left
{
	float:left;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width:50%;
	border-radius:.3em;
	-o-border-radius:.3em;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	background:#fff;
	-webkit-box-shadow: 10px 0px 16px -15px rgba(206,206,206,1);
	-moz-box-shadow: 10px 0px 16px -15px rgba(206,206,206,1);
	box-shadow: 10px 0px 16px -15px rgba(206,206,206,1);
	position:relative;
	padding:10px 15px;
}
.content_right
{
	float:left;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width:50%;
	border-radius:.3em;
	-o-border-radius:.3em;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	background:#fff;
	-webkit-box-shadow: 10px 0px 16px -15px rgba(206,206,206,1);
	-moz-box-shadow: 10px 0px 16px -15px rgba(206,206,206,1);
	box-shadow: 10px 0px 16px -15px rgba(206,206,206,1);
	position:relative;	
	padding:10px 15px;
}
.fontonly
{
	font-size: 1.5em;
}
.imgdivs
{	
	position: absolute;	
	width:400px;
	z-index: 100000;
	padding-top: 30px;
	float: right;
}

/* --------------------------------- */
		
#wrap {
	width: 100%;
	margin: 0 auto;
}
	
#external-events {
	/*float: left;*/
	padding: 0 1px;
	/*border: 1px solid #ccc;*/
	text-align: left;
}
	
#external-events h4 {
	font-size: 16px;
	margin-top: 0;
	padding-top: 1em;
}
	
.external-event { /* try to mimick the look of a real event */
	margin: 1px 0;
	padding: 2px 4px;
	background: #E0ECFF;
	cursor: pointer;
}
	
#external-events p {
	margin: 1.5em 0;
	font-size: 11px;
	color: #666;
}
	
#external-events p input {
	margin: 0;
	vertical-align: middle;
}

#calendar {
	float: center;		
}
	.inner_page_links
{
	margin:10px auto;
	padding:0;
}
.inner_page_links ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.inner_page_links ul li
{
	margin:0 1px;
	padding:3px 10px;
	float:left;
	font:bold 14px/20px Tahoma, Geneva, sans-serif;
	color:#d96a5d;
	font-style:italic;
	color:#33313F;
	text-decoration:none;
	border-bottom:#33313F 3px solid;
	cursor: pointer;
}
.inner_page_links_active
{
	padding:3px 10px;
	color:#fff;
	text-decoration:none;
	border-bottom:#33313F 3px solid;
	cursor:pointer;
	background:#33313F;
}
.intable
{
	border-collapse: none;
}
/* notify */
.symbol {
    font-size: 1em;
    font-family: Times New Roman;
    border-radius: 1em;
    padding: .1em .6em .1em .6em;
    font-weight: bolder;
    color: white;
    background-color: #4E5A56;
}

.icon-info { background-color: #CEF39A; color: black;}
.icon-error { background: #e64943; font-family: Consolas; }
.icon-tick { background: #13c823; }
.icon-excl { background: #ffd54b; color: black; }

.icon-info:before { content: 'i'; }
.icon-error:before { content: 'x'; }
.icon-tick:before { content: '\002713'; }
.icon-excl:before { content: '!'; }
.alert
{
   text-align: center;
   padding:5px;   
   font-family:Arial;
   font-weight:bold;
   font-size:15pt;
   color: #000;
   margin-top: 50px;
}
.alert_small
{
   text-align: center;
   padding:5px;   
   font-family:Arial;
   font-weight:bold;
   font-size:10pt;
   color: #000;   
}
.aln_left
{
	text-align: left;
}
.highlightme {
	font-weight:bold;
	font-size:10pt;
	background-color:#FFFF00;
	padding: 10px;
}
.smallsize
{
	width:200px;
}
.noborder {
	border:none ! important;
}
.vtextarea
{
	min-height:320px;
}
.headerSortUp {
	background: url(../images/asc.gif) 0 0 no-repeat;
}
.headerSortDown {
	background: url(../images/desc.gif) 0 0 no-repeat;
}
.headerSort {
	background: url(../images/bg.gif) 0 0 no-repeat;
}
.alert_number
{
   text-align: center;
   padding:5px;   
   font-family:Arial;
   font-weight:bold;
   font-size:10pt;
   color: #FF0000;   
}
.hiox_popup_cal
{
    position:fixed;
    width:75%;
    border:5px solid #74675F;
    /*height:60%;*/
    background:#fff;
    box-shadow:rgba(0,0,0,.2) 0 0 5px;
    left:0;
    right:0;
    top:25%;
    /*bottom:10%;*/
    margin-left: 20%;
    padding:10px;
    z-index: 1000;
	
}
.hiox_popup_todo
{   
    border:5px solid #74675F;
    /*height:60%;*/
    background:#fff;
    box-shadow:rgba(0,0,0,.2) 0 0 5px;    
    z-index: 1000;
	position:absolute;
    left:65%;    
    margin:-50% 0 0 -2%;
    border-radius:5px;
	height:600px;
	overflow:auto;
}
.cimg
{
	border-radius: 50%;
	border: 2px solid #74B4E0;
	padding: 1px;
	text-align: center;
}
.buydomain {
	font-weight:bold;
	font-size:8pt;
	background-color:#FFFF00;
	padding: 1px 7px;
	float: right;
	cursor: pointer;
}
 .draggable
{
	background:gray;
	height: 27px;
    width: 100%;
	color:white;
	/*position:fixed;*/
	right:0;
}
.dragspan
{
	display:block;
    background-color: #e0ecff;
    border: 1px solid #86B4F9;
    color: fff;    
    width: 100%;
}
.fevent
{
	border-bottom-left-radius: 3px;
    border-left-width: 1px;
    border-top-left-radius: 3px;	
	border-bottom-right-radius: 3px;
    border-right-width: 1px;
    border-top-right-radius: 3px;
	background-color: #e0ecff;
	border: 1px solid #86B4F9;
	min-height: 20px;
	margin:-2px;
	word-wrap: break-word;
	display: table-cell;
	overflow: hidden;
}
.green_fevent
{
	border-bottom-left-radius: 3px;
    border-left-width: 1px;
    border-top-left-radius: 3px;	
	border-bottom-right-radius: 3px;
    border-right-width: 1px;
    border-top-right-radius: 3px;
	background-color: #C1FFC1;
	border: 1px solid #74F86D;
	min-height: 20px;
	margin:-2px;
	word-wrap: break-word;
	display: table-cell;
	overflow: hidden;
}
.red_fevent
{
	border-bottom-left-radius: 3px;
    border-left-width: 1px;
    border-top-left-radius: 3px;	
	border-bottom-right-radius: 3px;
    border-right-width: 1px;
    border-top-right-radius: 3px;
	background-color: #FFEFEF;
	border: 1px solid #FC8989;
	min-height: 20px;
	margin:-2px;
	word-wrap: break-word;
	display: table-cell;
	overflow: hidden;
}
.yellow_fevent
{
	border-bottom-left-radius: 3px;
    border-left-width: 1px;
    border-top-left-radius: 3px;	
	border-bottom-right-radius: 3px;
    border-right-width: 1px;
    border-top-right-radius: 3px;
	background-color: #FBE7AA;
	border: 1px solid #FFD54B;
	min-height: 20px;
	margin:-2px;
	word-wrap: break-word;
	display: table-cell;
	overflow: hidden;
}
.common table
{
	width: 100%;
	/*height: 100%;*/
	table-layout: fixed;
}
.common table td
{
	table-layout: fixed;
	position: relative;
    width: 100px;
	height: 100px;
	font-size: 0.7em;
	overflow: visible;
	word-break: break-all;
}
.remain{
	padding:5px;
	color:red;
	font-size:bold;
	cursor:pointer;
}
#hiox_calendar
{
	z-index: 9999;
}