/* fix for ie : reset all */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*/
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end fix for ie : reset all */

/* Style for Sitemap */
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}

/* Normal, standard links. */
a:link
{
	color: #494949;
	text-decoration: none;
}
a:visited
{
	color: #494949;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav a:link, .nav a:visited
{
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
a.nav:hover, .nav a:hover
{
	/*
	color: #ffffff;
	text-decoration: underline;
	*/
	background:#00AEEF;
	color:#FFFFFF;
	text-decoration:none;
}

img { 
	behavior: url(iepngfix.htc); 
}
 
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: 12px;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #bfbfbf;
	/*background-image:url(images/arkaplan.gif);*/
	/*background-image:url(images/main_bg_1.jpg);*/
	/*background-repeat: no-repeat;*/
	margin: 0 auto;
	padding: 0px 30px 5px 30px;	
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote, 
.quote .quote .quote, 
.quote .quote .quote .quote .quote, 
.quote .quote .quote .quote .quote .quote .quote,
.quote .quote .quote .quote .quote .quote .quote .quote .quote
{
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	/*font-family: Courier, Courier New, Verdana, Arial;*/
	margin: 0 10px 10px 10px;
	padding: 2px;
}
 
.quote .quote, 
.quote .quote .quote .quote, 
.quote .quote .quote .quote .quote .quote,
.quote .quote .quote .quote .quote .quote .quote .quote,
.quote .quote .quote .quote .quote .quote .quote .quote .quote .quote
{

	background: #D7DAEC;
	border: 1px dotted #000;
	color: #465584;
	/*font-family: Courier, Courier New, Verdana, Arial;*/
	margin: 0 10px 10px 10px;
	padding: 2px;
	
}

/* A code block - maybe even PHP ;). */
.code,
.code .code .code
{
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 10px 10px 10px;
	padding: 2px;
}

.code .code,
.code .code .code .code
{
	background: #D7DAEC;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;	
	margin: 0 10px 10px 10px;
	padding: 2px;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	background: #FDDBCC;
	color: #000;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
	padding: 3px;
}
.codeheader
{
	
	background: #E4EAF2;
	color: #000;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
	padding: 3px;

}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
	
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background-color: #F2F2F2;
	padding: 5px 10px 5px 15px;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
	padding: 5px 10px 5px 15px;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
	padding: 5px 10px 5px 15px;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
	vertical-align: middle;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.png) repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	behavior: url(iepngfix.htc);
}

.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ffffff;
	padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 11px;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 12px;
}
.normaltext
{
	font-size: 14px;
}
.largetext
{
	font-size: 16px;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  13px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	/*
	color: #e0e0ff;
	text-decoration: underline;
	*/
	background:#00AEEF;
	color:#FFFFFF;
	text-decoration:none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 13px;
	vertical-align: bottom;
	padding: 6px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
	padding:0 5px 0 5px;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	/*
	color: #e0e0ff;
	text-decoration: underline;
	*/
	background:#00AEEF;
	color:#FFFFFF;
	text-decoration:none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#cerceve
{
	background-color: #bfbfbf;
   /*background-color: #000000;*/
   /*background-image: url(images/arkaplan.gif);*/
   /*background-image:url(images/main_bg_1.jpg);*/
}
.ustsag
{
	padding-right:20px;
}
.windowsbg, #preview_body
{
background-image:url(images/windowsbg.gif);
}
.windowsbg2
{
background-image:url(images/windowsbg.gif);
}
.windowsbg3
{
background-image:url(images/windowsbg.gif);
}
#menucontainer{
	position:relative;
	color:#ffffff;
	width:100%;
	/*font-family:Helvetica,Arial,Verdana,sans-serif;*/
	
}
#menunav{
	position:relative;
	height:34px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background: url(images/menu.gif) #ffffff repeat-x;
	border-top: 1px solid #f6f6f6;
	padding:0 0 0 10px;
}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;
}

#menunav ul li a{
	display:block;
	float:left;
	color: #ffffff;
	text-decoration:none;
	padding:0 0 0 20px;
	height:34px;
}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;	
}

#menunav ul li a:hover{
	/*
	color:#C2DE07;
	*/
	background:#00AEEF;
	color:#FFFFFF;
	text-decoration:none;
	
}
#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}
.login
{
	color:#FFFFFF;
}
.alt {
	text-align: center;
	font-size: x-small;
	font-family: verdana, sans-serif;
	border-top: 1px solid #ADADAD;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
	color: #212121;
	background:  #F2F2F2;
	/*height: 30px;*/
	padding-top: 15px;
	padding-bottom: 15px;
}
.alt a:link, .alt a:visited 
{
	color: #494949;
	text-decoration: none;
}
.alt a:hover
{
	color: #9B0909;
}
.iconsbg
{
background-color:#F2F2F2;
}
.loginbg
{ 
	/*background: url(images/haeder/login.png) ; width: 268px; height:95px; )*/
	text-align: right;
	padding-right: 15px;
}
.searchbg
{ 
	/*background: url(images/haeder/search.png) ; width: 268px; height:31px; */
	vertical-align:top;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
}
.modbg
{
	background-image:url(images/windowsbg.gif);
}
.header-bg
{
	background-color: #000000;
	/*background: url(images/haeder/head-bg.png) repeat-x;*/
	/*height:170px; */
}
.header-bg
{
	behavior: url(iepngfix.htc);
}

/* Footnotes mod by Nao */
table.footnotes {
	border-top: 1px solid #888;
	margin-top: 20px;
	padding-top: 4px;
}
blockquote table.footnotes {
	margin: 8px 0 4px 0;
}
table.footnotes td {
	font-size: smaller;
	padding: 0 2px;
}
td.footnum {
	vertical-align: top;
	text-align: right;
	width: 30px;
}
td.footnum a { text-decoration: none }
a.fnotel {
	text-decoration: none;
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}
td.footnum a:target, a.fnotel:target { background-color: #ddeeff !important }
/* Footnotes End */


.pathway-wrap {
	margin: 0;
	font-size:12px;
	padding: 2px 10px 6px 4px;
	font-family: tahoma, sans-serif;

}

span.ds-pathway {
	color: #444;
	margin: 0 3px 0 0;
}

span.pathway {
	color: #fff;
	font-weight: bold;
}

span.pathway a:link, span.pathway a:visited {
	color: #fff;
	text-transform: none;
	font-weight: normal;
	padding: 0 5px 0 5px;
}

span.pathway a:hover {
	/*
	text-decoration: underline;
	*/
	background:#00AEEF;
	color:#FFFFFF;
	text-decoration:none;
}

.popuptext {
	color: #fff;
}

.popuptext a{
	color: #fff;
	text-decoration:underline;	
}

.popuptext a:visited{
	color: #fff;
	text-decoration:underline;	
}

.popuptext a:hover{
	color: #FF0090;
	text-decoration:underline;
}

.paging
{
	color: #fff;
	text-transform:uppercase;
	font-size: 13px;
	vertical-align: top;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.paging a:link, .paging a:visited {
	color: #fff;
	font-weight: normal;
	padding: 0 5px 0 5px;
}
.paging a:hover {
	/*
	text-decoration: underline;
	*/
	background:#00AEEF;
	color:#FFFFFF;
	text-decoration:none;
}

.info {
	padding: 5px 2% 5px 10%;
	margin-bottom: 5;
	background-color: #ffeb90;
	border: solid 3px;
	border-color: #ffd100;
	color: #000;
	text-align: right;
	vertical-align: middle;
	display:block;
}
.info a:link {
	/*color: #7c9aae;*/
	color: #000;
}
.info a:hover {
	text-decoration: underline;
}

/* MOD New Style Message Icon */
#newstyleMI { width: 94%; border: 1px solid #7f9db9 }
#newstyleMI input { margin: 5px 10px 5px 15px }

.redondeado:before {
   margin-bottom: -10px;
   height: 14px;
   display: block;
   border: none;
   content: url(images/arr-izq.png);
   padding: 0;
   line-height: 0.1;
   font-size: 1px;
	
}

.redondeado:after {
   display: block;
   line-height: 0.1;
   font-size: 1px;
   /*content: url(images/aba-izq.png);*/
   /*margin: 2px 0 0 0;*/
   /*height: 14px;
   background: transparent url(images/aba-der.png) scroll no-repeat bottom right;*/
   padding: 0;
}


.redondeado * {
   /*padding-left: 25px;
   padding-right: 25px;
   padding: 0px 2% 0px 10%;*/
}

.redondeado {
	padding: 0;
	margin-bottom: 5;
	background-color: #ffeb90;
	border: solid 3px;
	border-color: #ffd100;
	color: #000;
	text-align: right;
	vertical-align: middle;
	display:block;
	height: 14px;

}

/* The quick buttons */
ul.reset, ul.reset li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.quickbuttons
{
	margin: 0.9em 11px 0 0;
	position:relative;
}
ul.quickbuttons li
{
	float: left;
	display: inline;
	margin: 0 0 0 11px;

}
ul.quickbuttons li a
{
	padding: 0 0 0 20px;
	display: block;
	height: 20px;
	line-height: 18px;
	float: left;

}

ul.quickbuttons li.icon
{
	/*background: url(../Themes/Colors_Theme/images/socials/24x24/facebook.png) no-repeat 0 -90px;*/
}

.logged{
	border: 1px;
	margin-top: 20px;
	vertical-align: bottom;
}

.jump_menu{
	width: 100%;
	padding: 5px;
	text-align: right;
}

.admin_section
{
	border-spacing: 5px;
	vertical-align: top;
}

.admin_section_align_center
{
	text-align: center;
}
.admin_section_align_left
{
	text-align: left;
}
.admin_section_align_right
{
	text-align: right;
}

.sharedownloadseo_hx {
display: inline; 
color: inherit; 
border: none; 
font-size: 14px; 
padding: 0px; 
margin: 0px; 
}

.addthis_toolbox 
{
	display: block; 
	padding: 5px 15px 5px 15px; 
	margin: 0px;
	margin-bottom: 5px;
}

.addthis_default_style
{
	background-color: #F2F2F2;
	border: solid 3px;
	border-color: #F50065;
}

a.top_bot {	
	color:#FFFFFF;
	text-decoration:none;
}

a.top_bot:hover{
	color:#FFFFFF;
	text-decoration:none;
}

a.top_bot:visited{
 	color:#FFFFFF;
	text-decoration:none;
}

.tooltip
{

	

padding: 1px;

	

border: 0px;

	

background: transparent;
}

.titletip, tr.titletip th, tr.titletip td
{
	color: #fff;
	font-style: normal;
	/*background-image: url(images/tooltip.png);*/
	background-color: blue;
	border: none;
	padding: 5px;
}

#left_menunav{
	position:relative;
	font-size:11px;
	text-transform:uppercase;
	/*font-weight:bold;*/
	vertical-align:middle;
	border-top: 1px dotted gray;
	padding:0 0 5px 0px;
	display:block;
	
}
	
#left_menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	vertical-align:middle;

}

#left_menunav ul li{
	display:block;
	margin:0 0px;
	padding:0px 0px 0px 5px;
	vertical-align:middle;
	border-bottom: 1px dotted gray;
}

#left_menunav ul li a{
	display:block;
	color: #000;
	text-decoration:none;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align:middle;
	padding:10px 0px 10px 0px;
}

#left_menunav ul li a:visited{
	display:block;
	color: #000;
	text-decoration:none;
	vertical-align:middle;
}

#left_menunav ul li a span{
}

#left_menunav ul li a:hover{
	/*
	color:#C2DE07;
	*/
	background:#00AEEF;
	color:#FFFFFF;
	text-decoration: underline;
	vertical-align:middle;
	
}
#left_menunav ul li a:hover span{
	display:block;
	width:100%;
	cursor:pointer;
	vertical-align:middle;
}


/* Box BBCode */
.box_bbcode { 
	/*margin: 10px 50px 10px 50px; */
	/*border: 1px dotted #ADADAD; */
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	/*font-family: Courier, Courier New, Verdana, Arial;*/
	margin: 10px 50px 10px 50px;
	padding: 5px;
}
.box_bbcode legend {color: #476C8E }


.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
	margin-bottom: 5px;
}
#example1 ul { /*CSS specific to demo 1*/
	list-style-image: url("/megaphone.gif");
	list-style-type: square;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color: #D80101;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}


.feednews ul{
	/*margin-left: 5px;*/
	list-style-image: url("./images/megaphone.gif");
	/*list-style-type: square;*/
}

.feednews ul li{
	/*margin-left: 5px;*/
	list-style-image: url("./images/megaphone.gif");
	
}

.feednews li{
	margin-bottom: 5px;
}