
/* does not use template values on purpose */
#phorum #post, #phorum #thread-options, #phorum .nav, #phorum .message-options, #phorum .message-moderation {
display: none;
}
#phorum div.generic {
background-color: #ffffff;
border: 1px solid #000000;
}
#phorum div.message-body {
border: 1px solid #000000;
background: transparent;
}
#phorum div.message-body br {
clear:both;
}
#phorum table.list th  {
background: transparent;
color: #000000;
}
#phorum table.list td.current {
background-color: #ffffff;
}
#phorum a,#phorum a:hover {
color: #000000;
}



/* Added by module "bbcode_spoiler", template "bbcode_spoiler::css" */
#phorum div.bbcode_spoiler {
border: 1px solid #999;
background-color: #f5f5f5;
color: black;
padding: 5px;
margin: 5px 0px;
}
#phorum a.bbcode_spoiler_link {
font-size: 12px;
padding-left: 25px;
background-image: url(http://www.u2eastlink.com/foro/mods/bbcode_spoiler/templates/spoiler.gif);
background-repeat: no-repeat;
background-position: 0px -3px;
}
#phorum a.bbcode_spoiler_link_loading {
font-size: 12px;
padding-left: 25px;
background-image: url(http://www.u2eastlink.com/foro/mods/bbcode_spoiler/templates/ajax_loading.gif);
background-repeat: no-repeat;
background-position: 0px 1px;
}
#phorum a.bbcode_spoiler_link_view {
font-size: 12px;
padding-left: 25px;
background-image: url(http://www.u2eastlink.com/foro/mods/bbcode_spoiler/templates/spoiler_view.gif);
background-repeat: no-repeat;
background-position: 0px -3px;
}
#phorum a.bbcode_spoiler_link_close {
font-size: 12px;
padding-left: 25px;
background-image: url(http://www.u2eastlink.com/foro/mods/bbcode_spoiler/templates/close.gif);
background-repeat: no-repeat;
background-position: 0px -3px;
border: 0;
}
#phorum div.bbcode_spoiler_inner,
#phorum div.bbcode_spoiler_close {
background-color: #f5f5f5;
margin-top: 10px;
padding: 0;
border: 0;
}
#phorum div.bbcode_spoiler_inner {
padding-left: 5px;
overflow: hidden;
}


/* Added by module "embed_images", template "embed_images::css" */
/* The style to use for standard images */
#phorum div.mod_embed_images {
float: left;
margin-right: 10px;
margin-bottom: 10px;
font-size: 10px;
}
/* Extended is used in case an image is scaled down or inside a URL */
#phorum div.mod_embed_images_extended {
float: left;
margin-right: 10px;
margin-bottom: 10px;
font-size: 10px;
border: 1px solid #b0b0b0;
background-color: #f5f5f5;
}
#phorum div.mod_embed_images_image {
}
#phorum div.mod_embed_images_image a,
#phorum div.mod_embed_images_info a {
text-decoration: none;
color: black;
}
#phorum div.mod_embed_images_image a:hover,
#phorum div.mod_embed_images_info a:hover {
text-decoration: underline;
}
#phorum div.mod_embed_images_loading {
font-size: 10px;
padding: 5px 5px 3px 22px;
height: 16px;
background-position: 3px 3px;
background-repeat: no-repeat;
background-image: url(http://www.u2eastlink.com/foro/mods/embed_images/templates/ajax_loading.gif);
}
#phorum div.mod_embed_images_info {
border-top: 1px solid #b0b0b0;
height: 18px;
padding: 3px 0px 0px 21px;
white-space: nowrap;
overflow: hidden;
background-position: 3px 5px;
background-repeat: no-repeat;
background-image: url(http://www.u2eastlink.com/foro/mods/embed_images/templates/magnify_icon.gif);
/* Will be made visible if extended viewing is triggered */
display: none;
}
#phorum div.mod_embed_images_info_link
{
padding-left: 22px;
background-image: url(http://www.u2eastlink.com/foro/mods/embed_images/templates/link_icon.png);
}
#phorum div.mod_embed_images_error
{
color: #a00000;
border: 1px solid #a00000;
padding: 5px 5px 5px 43px;
background-image: url(http://www.u2eastlink.com/foro/mods/embed_images/templates/broken_image.gif);
background-position: 5px 5px;
background-repeat: no-repeat;
}
#phorum div.mod_embed_images_error strong
{
font-size: 12px;
}
#phorum div.mod_embed_images_attachments
{
margin-top: 20px;
}
/* Should be in the main Phorum CSS too, but let's make sure. */
#phorum div.message-body br {
clear: both;
}


/* Added by module "embed_images/viewer:slimbox", file "mods/embed_images/viewers/slimbox/code/css/slimbox.css" */
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* Added by module "embed_mp3", template "embed_mp3::css" */
div.mod_embed_mp3
{
font-size: 10px;
width: 290px;
background-color: #f5f5f5;
border: 1px solid #bbbbbb;
}
div.mod_embed_mp3_info
{
white-space: nowrap;
margin: 5px 5px 5px 5px;
padding: 0px 0px 0px 39px;
height: 15px;
overflow: hidden;
background-image: url(http://www.u2eastlink.com/foro/mods/embed_mp3/templates/icon.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
}


/* Added by module "onlineusers", template "onlineusers::css" */
#phorum .mod_onlineusers {
margin-top: 5px;
}
#phorum .mod_onlineusers h1 {
font-size: 1.2em;
padding: 0;
margin: 0;
}
#phorum .mod_onlineusers .onlineusers_users {
font-size: 80%;
}
#phorum .mod_onlineusers .onlineusers_users a {
}
#phorum .mod_onlineusers .onlineusers_guests {
font-size: 80%;
}
#phorum .mod_onlineusers .onlineusers_records {
margin-top: 0.5em;
font-size: 80%;
}
#phorum .mod_onlineusers .onlineusers_record {
}
#phorum .onlineusers_readers {
margin-bottom: 1em;
margin-top: 1em;
display: block;
font-size: 90%;
}
