/*
 * SmallPortal by Anzuhan
 * ----------------------
 * 
 * This is the CSS file containing mostly layout and text styling/positioning.
 * Colours can be found in colours.css.
 *
 */


/* General layout */
body {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	margin: 0px /* 0px 0px 10px;*/
	padding: 0px;
}
#logo {
	font-size: 1.5em;
	font-weight: bold;
    height: 72px;
	text-align: left;
	/*vertical-align: middle;*/
	letter-spacing: 0.1em;
	margin: 0.5cm 0px 0.5cm 0px; /* used for spacing */
}

img{border:none;}
#logo img {
    border: none;
}

#logo a:link, #logo a:active, #logo a:visited { 
    color: navy;
    text-decoration: none;
}

#logo a:hover {
    color: navy;
    text-decoration: underline;
}


#mainlinkbar {
	font-size: 1em;
	font-weight: bold;
	height: 20px;
	padding-left: 180px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding-top: 5px;
}

#mainlinkbar a {
	text-decoration: none;
}

#mainlinkbar a:hover {
	text-decoration: underline;
}

#main {
	width: 100%;
}

#content {
    font-size:1em; 
    margin:0px 220px 50px;
    padding:10px;
    /* float: left; */
    /* margin-left: 250px; */
    margin-left: 252px;
    text-align:justify; 
    z-index:3; 
} 

#content>p {
	line-height: 20px;
}



/* Now comes the tricky part - sidebars */

/* left */


#leftsidebar {
	float: left;
	width: 200px;
	z-index: 2;
	border-right: 1px dashed #ccc;
    padding: 10px;
    margin-right: 35px;
	border-bottom: 1px dashed #ccc;
}

#leftsidebar a.menulink {
	padding-left: 20px;
	font-size: 1.0em;
	text-decoration: none;
}

#leftsidebar a.menulink:hover {
	text-decoration: underline;
}

#leftsidebar .topmost {
	padding: 5px;
	font-size: 1.3em;
	display: block;
	text-decoration: none;
    color: #000;
}


#leftsidebar .subtitle {
	padding-left: 20px;
	font-size: 1em;
    color: #0000cd; /*#0000ff;*/
 	display: block;
	/*font-weight: bold;*/
}

#leftsidebar .subtitle strong {
    color: #000;
}

#leftsidebar input {
	border: 1px solid #ccc;
	width: 135px;
	background-color: #fff;
	margin-left: 5px;
}

#leftsidebar hr {
	width: 135px;
	height: 1px;
}

#leftsidebar span.normal {
	font-size: 0.85em;
	color: #333;
	margin-left: 5px;
	width: 140px;
	text-align: justify;
}

#leftsidebar span.small {
	font-weight: bold; 
	font-size: 0.8em;
	margin-left: 5px;
	padding-left: 0px;
}

/* right */

#rightsidebar {
	float: right;
	width: 250px;
	z-index: 1;
    padding: 10px;
    padding-left: 35px;
}

#rightsidebar img {
    border: none;
}

#rightsidebar .box {
	width: 250px;
	padding: 0px;
	margin-top: 10px;
	text-align: justify;
}

#rightsidebar .title {
	font-weight: bold;
	padding: 0px;
	border-bottom: 1px dashed #777;
	padding: 3px;
	text-align: left;
}

#rightsidebar .boxbody {
	padding: 3px;
	border: 1px solid #777;
}

/* Other stuff */

li { margin-top: 15px; }
/* Doesn't work on IE6. */
input[type~="text"] {
	width: 140px;
	border: 1px solid #ccc;
}

input[type~="submit"] {
	padding: 2px;
	border: 1px solid #ccc;
}

#filas {
    margin-left: -30px;
}

#filas td {
    text-align: center;
    padding: 5px;
}

.fila img {
    border: 1px solid #ccc;
    padding: 2px;
}

#main-container {
    /* /\* width: 600px; *\/ */
    /* width: 100%; */
    /* /\* background: #DDD; *\/ */
    /* position: relative; */
    /* min-height: 100%; */
    /* /\* height: auto !important; *\/ */
    /* /\* height: 100%; *\/ */
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#content-container {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 6em;
    text-align: left;
    /* padding-bottom: 40px; */
}

#footer {
    clear: both;
    float: left;
    width: 100%;
    height: 5em;
    margin-top: -5em;
    text-align: center;
}

#footer img { 
    border: 0;
    padding: 10px;
}


