/*
 	CSS for all TIW
 	@create date: 29-Aug-2013 
 */

html, body, div{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-size: 100%; */
	/* vertical-align: baseline; */
	background: transparent;
}

html, BODY{
	font-family: Verdana, Trebuchet MS, "Lucida Sans Unicode", Arial,
		sans-serif;
	height:100%;
}

#tiw-body{
	min-height: 100%;
}

A{
	text-decoration: none;
	color:white;
		
}

input[type="button"]{
	border: 1px solid #3079ed;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
		to(#4787ed));
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
	/* margin-bottom: 10px;
	margin-top: 2px; */
	cursor:pointer;
	padding:3px 4px;
	font-weight:bold;
}	

#main-body{
	height:100%;
	/* width:100%; */
	/* padding:6px 50px 1px 60px; */
	padding:6px 50px 20px 60px;
	/* opacity:0.4; */
	/* min-height:100%;
	padding-bottom:50px; */
}

.mainbody{
	height:100%;
	padding:6px 5px 20px 5px;
}

#main-headmenu{
	top:0;
}

#footer-container{
	/* background: url(../images/footer_bg.gif) repeat-x; */	
	background-color:#858585;
	color:white;
	width:100%;
	height:29px;
	font-size:13px;
	text-align: center;
}

#main-footer{
	bottom:0;
	/* position:absolute; */
	position:fixed;
	width:100%;
}

#headmenu-container{
	height:100px;
	width:100%;
}

.logo{
	float:left;
	height:70px;
	padding:5px 30px 5px 15px;
}
.head-title{
	font-size: 19px;
	color:#f68121;
}

#menu{
	width:100%;
	height:25px;
	background-color: #f68121;
	font-size:13px;
	padding:3px 0px;
}
#menu span.menu-item:first-child{
	color:white;
	padding-left:3px;
	padding-bottom:16px;
}
.menu-item{
	color:white;
	padding-right:15px; 
}

.menu-item-active{
	color: #f68121;
	padding:0px 15px;
}

.clear{
	clear:both;
}
.hidden{
	display:none;
}

/* MENU DROPDOWN */
#menuitems {
	margin: 0;
	padding: 0;
	z-index: 30
}

#menuitems li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px arial;
}

#menuitems li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 25px 4px 3px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

#menuitems .dropdown a:hover {
	background: #49A3FF;
	background-image: url('../images/bg_global-sprites.png');
	background-position: 100% -204px;
	background-repeat: no-repeat;
}
#menuitems li a:hover {
	background: #49A3FF;
}

li#home{
	width: 30px;
	height: 30px;
	background-image: url('../images/bg_global-sprites.png');
	background-position: 50% -84px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right:10px;
}

#menuitems div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#menuitems div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 12px arial;
	font-weight: bold;
}


#menuitems li.dropdown div a:hover {
	background: #49A3FF;
	color: #FFF
}

.dropdown a{
	background-image: url('../images/bg_global-sprites.png');
	background-position: 100% -204px;
	background-repeat: no-repeat;
	/* background-position-x:7px; */
}

.signin-container {
    float: left;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top:-100px; 
    margin-left:-200px;
    
}

.signinout{
	float:right;
	padding:5px 14px;
	font-size:12px;
}

.signin-box{
	height: 100px;
	width:400px;
	background:#f68121;
	color:white;
	border-radius:6px;
	font-size:14px;
	padding: 5px 0px 80px 15px;
}

.signin-box input[type='text'], .signin-box input[type='password']{
	font-size:20px;
}

.body-empty{
	width:100%;
	height:100%;
	background-image: url(../images/image_not_found.jpg);
	background-repeat: repeat;
	/* opacity:0.7; */
}


/* FUNCTION */
.function-container{
	width:100%;
	height:100%;
	/* background-image: url(../images/image_not_found.jpg);
	background-repeat: repeat; */
	padding-top:10px;
}

.function-form{
	border-radius:5px;
	border:1px solid #f68121;
	width:100%;
	height:auto;
	min-height:270px;
	padding-bottom:30px;
}
.fnform{
	padding:20px;
}
.function-list{
	padding:20px 0px 40px;
}
.table-top{
	 width:100%;
	 cellspacing: 0; 
	 cellpadding:0;
	 border:0;
	 vertical-align: top;
	 margin:0px;
	 border-collapse:collapse;
}
table thead tr td {
	border-bottom: 1px #DADADA solid;
	border-right: 1px white solid;
}
table thead tr td:first-child {
	border-bottom: 1px #DADADA solid;
	min-width: 90px;
	white-space: nowrap;
	border-right: 1px white solid;
}

table tbody tr{
	cursor:pointer;
	background-color:#F0F8FF;
	color:gray;
	font-family:"Times New Roman",Georgia,Serif;
	font-size:16px;
	border-bottom:1px white solid;
}
table tbody tr:hover{
	cursor:pointer;
	background-color:#FFE4C4;
	color:gray;
	font-family:"Times New Roman",Georgia,Serif;
	font-size:16px;
}

#container {
    width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
}
.paging-link{
	margin:2px 5px; 
}

.pagination {
    /* background: #f2f2f2; */
    background:#FFE4C4;
    padding: 10px;
    /* cursor: pointer; */
    /* margin-bottom: 20px; */
}

.pagination .page{
	color:#f68121;
}
.page {
    display: inline-block;
    padding: 4px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #f68121;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page .active {
    border: none;
    background: #FFE4C4;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page .gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.success-msg{
	font-family:"Times New Roman",Georgia,Serif;
	font-size:16px;
	min-height:20px;
	color:gray;
	background-color:#FFE4C4 ;/* #f68121; */
	text-align:center;
	font-weight: bold;
	vertical-align:bottom;
	display:none;
	height:auto;
	margin-bottom:10px;
	padding-bottom:20px;
}

input.disabled{
	border: 1px solid gray;
	color: gray;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #FFE4C4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE4C4),
		to(#FFE4C4));
	background-image: -webkit-linear-gradient(top, #FFE4C4, #FFE4C4);
	background-image: -moz-linear-gradient(top, #FFE4C4, #FFE4C4);
	background-image: -ms-linear-gradient(top, #FFE4C4, #FFE4C4);
	background-image: -o-linear-gradient(top, #FFE4C4, #FFE4C4);
	background-image: linear-gradient(top, #FFE4C4, #FFE4C4);
	padding:3px 4px;
	cursor: default;
	font-weight:bold;
}

input[type='text'], select, input[type='password']{
	height:28px;
}

.makepoint-odd{
	background-color:#F0F8FF;
}

.makepoint-event{
	background-color:#E6F0FF;
}

/* COOKIE ENABLED WARNING */
.content1{
	color:#f68121;
	font-size:13px;
	line-height:17px;
}
#dialog-warn-cookies ol li{
	font-size:14px;
	line-height:22px;
}
#dialog-warn-cookies, #dialog-inprocess,#global-prevent-duplicate{
	position:fixed;
    top: 50%;
    left: 50%;
    width:600px;
    height:320px;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -20em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    padding:20px;
    z-index: 1001;
    display:none; 
}

#deactive-page, #forgot-pwd-deactive-page, #global-lock{  
      background: orange;
	  filter:alpha(opacity=30);
	  -moz-opacity:0.3;
	  -khtml-opacity: 0.3;
	  opacity: 0.8;
      width: 100%;
      height: 100%;
      min-height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      display:none;
}


/* MANAGE OUTLET PROFILE */
.outlet-list{
	padding:20px 0px 40px;
}
.global-search{
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
	border: 1px solid #3079ed;
	color: #fff!important;
	margin: 0 0;	
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
	display: inline-block;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	
}
.global-search-item{
	background-position: -33px 0;
	display: inline-block;
	height: 13px;
	margin: 7px 19px;
	width: 14px;
	background-image: url('../images/gsearch.png');
	background-size: 294px 45px;
}
.outlet-form{
	border-radius:5px;
	border:1px solid #f68121;
	width:100%;
	height:auto;
	min-height:100px;
}

#userbox{
	float:right;
	font-size:12px;
	clear:both;
	position:absolute;
	display:none;
	width:auto;
	min-width:150px;
	height:auto;
	min-height:30px;
	background:orange;
}

#userbox p:hover{
	background:#49A3FF;
}

#userbox p{
	/* padding:2px 0px; */
	list-style: none;
	margin:0;
	padding:7px 2px 7px 8px;
}

#userbox p:hover{
	cursor:pointer;
}

#userbox-point{
	  
	/* background-image: url('../images/bg_global-sprites.png'); */
	/* background-position: 100% -208px;*/
	/* background-repeat: no-repeat; */
	color: #f68121;
	padding-right: 40px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
}

input[type="checkbox"]{
	 /* -ms-transform: scale(2); IE
  -moz-transform: scale(2); FF
  -webkit-transform: scale(2); Safari and Chrome
  -o-transform: scale(1); Opera
  padding: 10px; */
}

#general-msg-content{
	padding:10px 0px 10px 15px;
}
.msg-close-icon{
	float:right;cursor:pointer;vertical-align:middle;padding-top:10px;
}

table.t-profile{
	 width:100%;
	 cellspacing: 0; 
	 cellpadding:0;
	 border:0;
	 vertical-align: middle;
	 margin:0px;
	 border-collapse:collapse;
	 /* font-size:20px; */
	 /* font-weight:bold; */
	 font-family:"Times New Roman",Georgia,Serif;
}
table.t-profile tbody.tb-profile td {
	border-bottom: 1px #DADADA solid;
	border-right: 1px white solid;
	background-color:#F0F8FF;
	min-width:150px;
}

table.t-profile tbody.tb-profile td:first-child {
	border-bottom: 1px #DADADA solid;
	border-top: 1px #DADADA solid;
	border-right: 1px white solid;
	/* background-color:#F0F8FF; */
	min-width:150px;
}

td.tdtitle{
	border-top: 1px #DADADA solid;
	border-bottom: 1px #DADADA solid;
	border-right: 1px white solid;
	background-color:#F0F8FF;
	min-width:150px;
	padding-left:15px;	
	width:20%;
}
tbody.tb-profile tr{
	height:40px;
	color:gray;
	border-bottom:1px white solid;
}
.up-text{
	font-size:17px;
	color:#f68121;	
	cursor:pointer;	
	padding-right:20px;
	background-image: url('../images/edit16x16.png') ;
	background-repeat: no-repeat;
	background-position: right;
	list-style: none;
}
.up-text-none{
	font-size:17px;
	color:#f68121;	
	cursor:pointer;	
	padding-right:15px;
}

input.up-input{
	width:350px;
	height:28px;
	color:#f68121;;
	display:none;
	margin-left:20px;
	font-size:21px;
	 /* font-weight:bold; */
	 font-family:"Comic Sans",Georgia,Serif;
	 border:1px solid orange;
}

img#do-cancel-updatemode{
	text-decoration:underline;cursor:pointer;padding-left:20px;
	vertical-align: middle;
}


/* MANAGE USER PERMISSION */
.mngperm-container{
	padding: 15px 0px;
	white-space: nowrap;
}

.mngperm-box{
	border:1px solid #f68121;
	border-radius:8px;
	min-height:300px;
	max-width:600px;
	width:550px;
 	font-size:15px;
 	color:#ff8800;
 	height:auto;
 	
}
.boxtitle{
	border-top:1px solid #f68121;
	border-left:1px solid #f68121;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
	height:30px;
	width:auto;
	background: #33b5e5;
	color:white;
	vertical-align: middle;
	font-size:18px;
	padding:7px 10px 0px;;
}

/* Editor custom */
iframe#policy_content___Frame{
	border: 1px solid rgb(139, 131, 124);
	border-radius: 8px;
}

.captcha-container{
	white-space:wrap;
	padding:5px 10px 0px 300px;
	
}
#change-captcha{
	color:#f68121;
	font-size:11px;
	text-decoration:underline;
	vertical-align:top;
	padding-top:10px;
}