@charset "utf-8";
/* CSS Document */
body {margin: 0; padding: 0; align:center; background-color:#F9F9F9;}

textarea#styled {font-family: Arial;}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial;
	text-decoration: none;
	/*color: #777;  headline_txt_color */
	margin: 0px 0px 0px 0px;

	/*line-height: 18px; */
}
h1 { font-size: 20px; color: #444; }
h2 { font-size: 18px; color: #444; }
h3 {
	font-size: 13px;
	color: #555;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-size: 14px;
	color: #777;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-variant: normal;
}
h5 {
	font-size: 12px;
	color: #777;
}
h6 {
	font-size: 14px;
	color: navy;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-variant: normal;
}
h7 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}


#headerbox  {
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../search/header.png);
	background-repeat: repeat-x;
	height:32px;
}

#headerbg {
	background-image: url(../search/header.png);
	background-repeat: repeat-x;
	height:80px;
}

.textoverimg{
	border: 0;
	border-style: none;
	left: auto;
	right: auto;
	position:relative;
	top: 15px;
}

.imgovertext{
	background-image:  url(https://thomasbalaguer.com/search/DefaultIcon.png);
	background-repeat: no-repeat;
	border: 0;
	border-style: none;
}
ul#imgovertext {
	background-image:  url(https://thomasbalaguer.com/search/DefaultIcon.png);
	background-repeat: no-repeat;
	border: 0;
	border-style: none;
}

.line {
	border: 1px solid #eee;
	margin: -17px 0 17px;
}

#searchwrapper {
width:385px;
height:25px;
padding:0px;
margin:0px;
position:relative;
background-color:#FFF;
/*border:1px solid #000;*/
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
}

#searchwrapper2 {
width:385px; /*follow your image's size*/
height:25px;/*follow your image's size*/
padding:0px;
margin:0px;
position:relative; /*important*/
background-color:#F3F3F3;
border:1px solid #999;

-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;

-moz-box-shadow:inset 0px 1px 5px #ccc;
box-shadow:inset 0px 1px 5px #ccc;
}

#searchwrapper form { display:inline ; }

.searchbox {
border:0px; /*important*/
position:absolute; /*important*/
background-color:transparent;
top:3px;
left:14px;
width:335px;
height:18px;
border:0px;
text-decoration: none;
border-style: none;
line-height: 14px;
outline: none;
}

.searchbox2 {
border:0px; /*important*/
position:absolute; /*important*/
background-color:transparent;
top:3px;
left:14px;
width:335px;
height:18px;
border:0px;
text-decoration: none;
border-style: none;
line-height: 14px;
outline: none;
align:center;
margin-left:auto;
margin-right:auto;
}

.searchbox_submit {
-moz-border-radius: 12px;
border-radius: 12px;
position:absolute; /*important*/
top:1px;
left:355px;
width:22px;
height:22px;
}

#contentbox  {
	width: 800px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border: 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	list-style-type: none;
	-moz-box-shadow: 0px 2px 6px #CCC;
	-webkit-box-shadow: 0px 2px 6px #CCC;
	box-shadow: 0px 2px 6px #CCC;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=2),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=3),
        progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=5),
		progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=225,strength=3),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=2),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=315,strength=1);
}

#line1  {
	background:#eee;
	width: 1px;
	border: 0;
}

.addBtn {
	background-color: #CCC;
	height: 25px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 10px 3px 10px;
	color: #000;
	/*border: thin solid #009; */
	text-decoration: none;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.loginBtn {
	background-color: #009; /*#34373C*/
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 8px 3px 8px;
	color: #FFF;
	border: thin solid #009;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	cursor: hand;
}
.submitBtn {
	background-color: #009; /*#34373C*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:70px;
	padding: 3px 8px 3px 8px;
	color: #FFF;
	border: thin solid #009;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	cursor: hand;
}
.loginfields {
	background-color: #46494E;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #FFF;
	border: thin solid #34373C;
}
.deleteBtn {
	background-color: #CF1510;
	height: 25px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px 8px 2px 8px;
	color: #FFF;
	border: thin solid #CF1510;
	text-decoration: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* //////////////////////////////////// POST STYLE //////////////////////////////////// */
.post_01{
	width: 750px;
	padding: 5px 25px 5px 25px;
	background-color: #46494E;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #FFF;
}
.post_02{
	width: 750px;
	padding: 5px 25px 5px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* //////////////////////////////////// POST STYLE //////////////////////////////////// */

.headertab  {
	position:absolute;
	align: right;
	margin-top: 5px;
	margin-right: 2px;
	top: 3px;
	right: 3px;
}

#links {
	font-family: Arial;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 14px;
	overflow: hidden;
	top: 0px;
	color: #009;
}

/* //////////////////////////////////// PAGER //////////////////////////////////// */
.pager* {font-family: Arial; font-weight: bold; font-size: 12px; text-decoration: none;}
.pager, .p-pager { width: 500px; height:auto; clear: both; position: relative; margin: 0;}
.pager a {display:inline; padding: 4px 6px; color: navy; font-weight: bold; text-decoration: none;} /* COLOR (#da1a1c)*/
.pager > a { position: absolute; left: 0; top: -4px;}
.pager ul + a { left: auto; right: 0px;}
.pager a:hover, .pager a.current { display: inline; background: #03C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #FFF; font-weight: bold;} /* COLOR background: #e65454;*/
.pager ul { width: 460px; text-align: center;}
.pager li { display: inline; margin: 0 2px;}

.highlighttab { font-size: 24px; display: inline; padding: 4px 6px; background: #03C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #FFF; margin: 0;}
.highlighttab a {
background: #FF00FF; width: 460px;
}
