/* Digital Brushstrokes LLC CSS document */
/* global styles */

html { height: 100%; }

body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
	background-color: #000000;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 108%;
	letter-spacing: .1em;
}

h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 1.2em;
	color: #92C9CF;
	font-weight: bold;
}

img { border: 0px; }

a { outline: none; }

/* container */
#container {
	width: 804px;
	background-image: url(../Images/tubac-entrantrance2010.jpg);
	background-repeat: no-repeat;
	background-color: #0C3279;
}

/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 8px 0px 0px;
}

.right {
	float: right;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}

/* unordered list */
ul {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}

ul li {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}

ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#container, #links, #footer, #logo, #menu, #content {
	margin-left: auto;
	margin-right: auto;
}

/* links above the logo / footer */
#links, #footer {
	width: 726px;
	height: 24px;
	font-size: 88%;
	text-transform: uppercase;
	padding: 12px 21px 0px 19px;
}

#links { text-align: right; }

#footer {
	text-align: center;
	border-top: 2px solid;
	background-image: url(../Images/base.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 760px;
	color: #FCFCFE;
}

#links a {
	text-decoration: none;
	color: #333333;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#links a:hover, #footer a:hover {
	text-decoration: underline;
	color: #009462;
}

/* logo */
#logo {
	width: 766px;
	height: 378px;
}

#logo h1 {
	margin: 0px;
	letter-spacing: .2em;
	padding: 41px 0px 0px 19px;
	font-size: 160%;
}

/* navigation menu */
#menu {
	height: 30px;
	width: 766px;
	margin-top: -30px;
	position: relative;
}

#menu ul { margin: 0px auto; }

#menu li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menu li a {
	display: block;
	float: left;
	height: 22px;
	text-decoration: none;
	padding: 6px 19px 2px 19px;
}

/* container content */
#content {
	width: 766px;
	overflow: hidden;
}

/* column 1 - contains sidebar items */
#column1 {
	width: 198px;
	float: left;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 19px;
	padding-right: 28px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.sidebaritem {
	text-align: left;
	width: 168px;
	float: left;
	margin: 0px 0px 23px 0px;
	border: 1px solid;
	padding: 14px 8px 14px 19px;
	background-image: url(../Images/sidebarImage.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #3E71AA;
}

.noMarginsidebaritem {
	width: 168px;
	float: left;
	border: 1px solid;
	background-image: url(../Images/sidebarImage.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #3E71AA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 11px;
}

.sidebaritem h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.sidebaritem p {
	line-height: 16px;
	padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.sbilinks { padding: 0px }

.sbilinks ul { margin: 0px auto; }

.sbilinks li {
	margin: 0px;
	float: left;
	list-style: none;
}

.sbilinks li a, .sbilinks li a:hover {
	float: left;
	height: 16px;
	text-decoration: none;
	padding: 5px 0px 4px 19px;
	width: 149px;
}

/* column 2 - page content */
#column2 {
	text-align: justify;
	width: 518px;
	float: right;
	background-color: #0C3279;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FCFCFE;
}

#column2 p { color: #CCCCCC; }

#column2 h1 {
	font-family: arial, sans-serif;
	padding: 16px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}

#column2 a, #column2 a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#column2 a:hover { border-bottom: 1px solid; }

/* contact page - form layout */
form { margin-top: 0px; }

div.row {
	clear: both;
	width: 448px;
}

div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}

div.row span.forminput {
	float: right;
	text-align: right;
}

div.spacer {
	clear: both;
	width: 80px;
}

input, textarea {
	width: 259px;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	border: 1px solid;
	margin: 2px;
}

.submit {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	border: 1px solid;
	width: 70px;
	height: 22px;
	cursor: pointer;
}

/*
Calendar small look CSS

*/


.calendar_days {
	color: #ffffff;
	TEXT-DECORATION: none;
	font-size : 10px;
	width:14.3%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	}
	
.calendar_week {
   	color: #cccccc; TEXT-DECORATION: none; font-size : 9px;
	font-weight: bold; 
	border: 1px outset #666666;
  	}
	
.calendar_nodays {
	color: #000000; TEXT-DECORATION: none; font-size : 9px;
	border: 1px outset #000000;
   	width:14.3%;
	background: black;
}
	
.calendar_eventdays {
	COLOR: #000000; TEXT-DECORATION: none; font-size : 9px;
	border: 1px solid #ffffff;
   	background: url(../../images/box_shadow.gif);
	}
	
.calendar_eventdays_over {
	BORDER-RIGHT: #ffffff 1px groove; 
	BACKGROUND-POSITION: center; BORDER-TOP: #ffffff 1px groove; 
	FONT-WEIGHT: bold; FONT-SIZE: 9px; BORDER-LEFT: #ffffff 1px groove; 
	COLOR: #FFFFFF; BORDER-BOTTOM: #cccccc  1px groove; 
	BACKGROUND-COLOR: #ffffff;
   	background: url(../../images/box_shadow1.gif);
}
	
.calendar_eventdayso {
   	COLOR: #000000; TEXT-DECORATION: none; font-size : 9px;
	border: 1px solid #ffffff;
}
	

	
		/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License
 * (http://www.opensource.org/licenses/lgpl-license.php)
 *
 * For further information go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * fck_editor.css: Styles used by the editor structure (toolbar, etc).
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */


SELECT, INPUT
{
	vertical-align: middle;
}

.Toolbar
{
   COLOR: black;
	background-color: #ffffff;
   background: url(../../images/box_shadow.gif);
}

.ButtonOut
{
	filter: alpha(opacity=100);
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
   	background: url(../../images/box_shadow.gif);
}

.ButtonOver
{
   filter: alpha(opacity=80);
   BACKGROUND-COLOR: #ffffff;
	border-right: #000000 0px solid;
	border-top: #000000  1px solid;
	border-left: #000000  1px solid;
	border-bottom: #ffffff  0px solid;

}

.ButtonOff
{
	filter: gray() alpha(opacity=30);
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #ccccccc 1px solid;
	border-bottom: #cccccc 1px solid;
   background: url(../../images/box_shadow.gif);
}

.ButtonHidden
{
	visibility: hidden;
}

.EditorBody
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.EditorArea
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	height: 100%;
}


.navu {
	BORDER-RIGHT: #ffffff 1px solid; BACKGROUND-POSITION: center; BORDER-TOP: #ffffff   1px solid; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #ffffff   1px solid; COLOR: #cccccc; BORDER-BOTTOM: #cccccc  1px solid; FONT-FAMILY: Arial; 
	xbackground: url(../../images/xbox_shadow_black_opp.gif);
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.title {
	COLOR: #000000; TEXT-DECORATION: underline; font-size : 14px;
	font: bolder Arial Black;
}

.fields {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 11px;
	BACKGROUND-ATTACHMENT: fixed;
	xbackground: url(../../images/xbox_shadow_black_opp.gif);
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #ffffff;
	BORDER-BOTTOM: #cccccc 1px solid;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #000000;
	padding-left: 4px;
}

.logo {
	background: url(../../images/box_shadow_black.gif);
   	border: 1px solid #cccccc;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
   	border: 1px solid #cccccc;
}

.buttons {
	BORDER-RIGHT: #ffffff 2px groove; BACKGROUND-POSITION: center; BORDER-TOP: #ffffff   2px groove; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #ffffff   1px groove; COLOR: black; BORDER-BOTTOM: #cccccc  1px groove; FONT-FAMILY: Arial; BACKGROUND-COLOR: #ffffff;
	background: url(../../images/box_shadow1.gif);
}

.cellover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	Color: #333333;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
   	border: 1px solid #cccccc;
}

.cell {
	BORDER-RIGHT: 0px solid Black;
	BORDER-TOP: 0px solid Black;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER-LEFT: 0px solid Black;
	COLOR: white;
	BORDER-BOTTOM: 0px solid Black;
	FONT-FAMILY: Arial;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0px inset black;
	background: url(../../images/box_shadow.gif);
	background-repeat: repeat-x;
	background-color: #663366;
}
	
.headline  {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial; 
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.headline2  {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial; 
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.headline3  {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial; 
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
	
.details {
	BORDER-RIGHT: 1px solid Black; 
	BORDER-TOP: 1px solid Black; 
	FONT-WEIGHT: normal; FONT-SIZE: 11px; 
	BORDER-LEFT: 1px solid Black; COLOR: black; 
	BORDER-BOTTOM: 1px solid Black; 
	FONT-FAMILY: Arial; 
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: White;
}
	
.bold-text {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial; 
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	
}
	
.editor-text {
   	COLOR: #000000; TEXT-DECORATION: none; font-size : 9px;
	font-weight: bold; 
	border: 1px outset #666666;
	background: url(../../images/box_shadow1.gif);
}

.editor-table {
   	background: url(../../images/box_shadow.gif);
	border: 1px solid #cccccc;
}
