/* CSS Document for  www.3faccommodations.com © 2009 ingence.co.uk. Created on May 25, 2009 */

body
{
	color: #000000;
	/*background: #1e1e1e;*/
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans Serif;font-family:
	line-height:15px;
	margin-left: 0px;
	margin-top:17px;
	margin-right:0px;
	margin-bottom:20px;
	padding:0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	background: url(images/3f_02.gif) #e4e5e0 repeat-x top;
}

*{outline:none;}
h1{font: bold 16px Arial, Helvetica, sans-serif;color:#1b81c9;margin:0px;padding:0px;}
h2{font: bold 14px Arial, Helvetica, sans-serif;color:#1b81c9;margin:0px;padding:0px;}

a:link {color: #146aa7; text-decoration: none;}
a:visited {color: #146aa7; text-decoration: none;}
a:active {color: #146aa7; text-decoration: none;}
a:hover {color: #146aa7; text-decoration:underline;}

.footerSep{color:#146aa7; padding:0 6px;}
.footerSepSml{color:#146aa7; padding:0 4px; font-size:11px;}
.footerTxt{font-size:11px; color:#616262;}

.footerLnk:link {color: #146aa7; text-decoration: none; font-size:11px;}
.footerLnk:visited {color: #146aa7; text-decoration: none; font-size:11px;}
.footerLnk:active {color: #146aa7; text-decoration: none; font-size:11px;}
.footerLnk:hover {color: #146aa7; text-decoration:underline; font-size:11px;}

p {
	margin-bottom:1em;
	margin-top: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 12px;
	line-height:15px;
}

.mnuBG{background:url(images/3f_15.gif) repeat-x;}
.mnuLeft{background:url(images/3f_14.gif) no-repeat left;}
.mnuRite{background:url(images/3f_17.gif) no-repeat right;}
.mnuPad{padding:0 14px;}

.footer:link {color: #fff; text-decoration: none;}
.footer:visited {color: #fff; text-decoration: none;}
.footer:active {color: #fff; text-decoration: none;}
.footer:hover {color: #fff; text-decoration: underline;}
.redText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
}

.clsBox{
	border: 1px solid #646464;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:16px;
	padding-left:4px;
	padding-right:4px;
}
.clsButton{
	border: 1px outset #B6CC6B;
	background-color:#B6CC6B;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	height:20px;
	padding-left:4px;
	padding-right:4px;
}
.redText{
	font-size:11px;
	color:#FF0000;
}

/*message*/
.success {
	background-color: #d6e4c5;
	border: 1px solid #9ECE9E;
	padding:5px;
	padding-left:40px;
	color:#336633;
}

.error{
	background-color: #FFEDEF;
	border: 1px solid #FFC5CC;
	padding:5px;
	padding-left:40px;
}
/*end*/


/* -------------------------------------------- */
/* 		Pagination:Style start			*/
/* -------------------------------------------- */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

<!--

#tnt_pagination {
	display:block;
	text-align:center;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#0072BC;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
-->
/* -------------------------------------------- */
/* 		Pagination: Style	end				*/
/* -------------------------------------------- */



/* ====================== */
/* Action Buttons         */
/* ====================== */
.edit,
.delete {
	display: block;
	padding: 1px 8px;
	color: #fff;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin: 0px 2px;
	text-transform: uppercase;
	font-size: 0.7em;
}
	
.edit { background: #8AC3D4; }
	.edit:hover { background: #66ABBF; color: #fff; }
.delete { background: #DC6A6A; }
	.delete:hover { background: #C64747; color: #fff; }
	
/* ====================== */
/* Pagination             */
/* ====================== */

/* ====================== */
/* Tables                 */
/* ====================== */

.table {
	width: 100%;
	border-bottom: 3px solid #666;
}

/* Header */

.thead tr th {
	font-weight: bold;
	background: #fff url('../images/bg_box.gif') repeat-x top left;
	border-bottom: 1px solid #eee;
	padding: 4px 5px;
}

/* Body */

.tbody tr td {
	border-top: 1px solid #ccc;
	padding: 6px 5px;
	background: #f9f9f9;
}
.tbody tr.alt td { background: #fff; }

.tbody tr:hover td { background: #FDF9F3; }

.success {
	background: #d6e4c5 url('images/accept.gif') no-repeat 10px;	
	border: 1px solid #9ECE9E;
	padding:5px;
	padding-left:40px;
	color:#336633;
}

.error{
	background: #FFEDEF url('images/stop.gif') no-repeat 10px;	
	border: 1px solid #FFC5CC;
	padding:5px;
	padding-left:40px;
}
/* ====================== */
/* Forms                  */
/* ====================== */

fieldset {
	border: 1px solid #aaa;
	padding: 14px;
}
	fieldset legend { font-weight: bold; padding: 6px; }
	

.input_field {
	background: #f9f9f9;
	padding: 3px 6px;
	margin: 0px 0px 4px 0px;
}

.input_field label {
	display:block;
	text-align:right;
	width:100px;
	float:left;
	position: relative;
	top:6px;
	padding-right: 6px;
}
.field_desc { padding-left: 6px; font-style: italic; color: #868176; }
.field_desc:hover { color: #59544A; }

input.smallfield { width: 100px; }
input.mediumfield { width: 200px; }
input.bigfield { width: 400px; }

input[type=text],
input[type=password],
textarea {
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px 5px;
	margin: 2px 0px;
}
select{
	background: #fff;
	border: 1px solid #ddd;
}

/* Buttons */


.submit,
.button {
	background: #000 url('images/btn_bg.gif') repeat-x bottom left;
	text-align: center;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-transform: uppercase;
	border:none;
	height:25px;
}
.submit:hover,
.button:hover {
	background: #000 url('images/btn_bg.gif') repeat-x bottom left;
	text-align: center;
	color: #23bb2d;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-transform: uppercase;
	border:none;
	height:25px;
}	
/* ====================== */
/* Notice Boxes           */
/* ====================== */

/* ====================== */
/* Pagination             */
/* ====================== */
.paginator { 
	margin: 0px; padding: 0px;  list-style: none; 
	display: block;
	clear: both;
	border-top: 1px solid #eee;
	padding: 8px 0px 0px;
}
.paginator li { display: inline; }

.paginator li a {
	color: #aaa;
	border: 1px solid #eee;
	padding: 3px 5px;
}
.paginator li a:hover, .paginator li.current a {
	color: #545454;
	border: 1px solid #BEB7A9;
	background: #F2EADD;
}
/* ====================== */
/* Validation Notices     */
/* ====================== */

.true
{
	color: #009933;
}

.false
{
	color: #990000;
}


/*blog desing*/
.post-com-count {
	height: 1.3em;
	line-height: 1.1em;
	display: block;
	text-decoration: none;
	padding: 0 0 6px;
	cursor: pointer;
	background-position: center -78px;
	background-repeat: no-repeat;
}

.post-com-count span {
	height: 1.3em;
	line-height: 1.2em;
	padding: 0 0.5em;
	background-color: #bbb;
	display: inline-block;
	cursor: pointer;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.post-com-count {
	background-image: url("images/bubble_bg.gif");
	color: #fff;
}

.post-com-count:hover span {
	color:#fff;
	background-color: #d54e21;
}
.post-com-count:hover{
	background-position: center 0px;
}
/*end*/

.true
{
	color: #009933;
}

.false
{
	color: #990000;
}
/* admin design end*/

