html
{
    margin: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
}

body
{
	margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;

	background-image:url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-postion: top left;
	background-color: #ffffff;

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #8A8A8A;
}

p
{
	background-color: transparent;
	text-align: justify;
	line-height: 25px;
	font-size: 13px;
}

a
{
	color: #10a2d5;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: #10a2d5;
	font-size: 28px;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 4px;
}

h2
{
	color: #10a2d5;
	font-weight: lighter;
	font-size: 18px;
}

.title
{
	color: #000000;
	font-weight: bolder;
	font-size: 12px;
}

ul
{
	margin: 0;
	margin-left: 25px;
	padding: 0;
	border-width: 0;
	line-height: 25px;
}

td
{
	font-size: 13px;
}

/******************************************************************************/
/* CLASSES																	  */
/******************************************************************************/

.image
{
	padding: 10px;
	border-width: 0;
}

.console
{
	background-color: #000000;
	color: #ffffff;
	
	padding: 3px;
	
	border-color: #10a2d5;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 2px;
}

.large_bg
{
	padding: 5px;
	padding-left: 10px;
	background-image:url(images/large_bg.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
}

.article
{
	font-size: 13px;
	padding: 10px;
	padding-top: 1px;
	padding-right: 30px;
	background-image:url(images/line.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.small_bg
{
	padding: 5px;
	background-image:url(images/small_bg.jpg);
	background-repeat: no-repeat;
}

.current_page
{
	font-weight: bolder;
	font-size: 16px;
}

.textfield
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 95%;
    height: 24px;
    
    padding: 3px;

    background-color: #FFFFFF;

    border-width: 1px;
    border-style: solid;
    border-color: #10a2d5;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #10a2d5;
}

.textarea
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 95%;
    
    padding: 3px;

    background-color: #FFFFFF;

    border-width: 1px;
    border-style: solid;
    border-color: #10a2d5;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #10a2d5;
}

.comment
{
	padding: 5px;
	margin-bottom: 5px;
	background-image:url(images/album_bg.jpg);
	background-repeat: no-repeat;
}

.submit
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 2px;
    
    color: #ffffff;
    background-color:  #10a2d5;

    border-width: 1px;
    border-style: solid;
    border-color:  #10a2d5;
}

.submit:hover
{
    background-color:  #6cbedc;
    text-decoration: none;
}

.error_link
{
    color: #DE4E4E;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #DE4E4E;
}

.error_link:hover
{
    border-bottom-style: solid;
}

.navigation
{
	margin: 0;
	margin-left: 25px;
	padding: 0;
	border-width: 0;
	line-height: 27px;
}

.container
{
	margin: 0 auto;
	margin-top: 66px;
	margin-bottom: 20px;
	border-width: 0;
	padding: 0;
	width: 923px;
}

.menu_container
{
	background-image:url(images/gradient_menu.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ffffff;
	width: 270px;
	vertical-align: top;
	padding: 0;
	border-width: 0px;

	text-align:center; 	/* IE hack */
}

.menu
{
	margin: 0px auto;
	margin-top: 16px;
	padding: 0;
	width: 233px;
	border-width: 0;
	text-align:left;
}

.menuitem
{
	background-image:url(images/menuitem_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px;
	height: 40px;
	margin-bottom: 5px;
}

.menu_link
{
	color: #555555;
	font-weight: bolder;
	font-size: 12px;
}

.page
{
	width: 597px;
	padding: 20px;
	padding-top: 5px;
	border-width: 0px;
	background-color: #ffffff;
	vertical-align: top;
}

.box
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 20px;
	background-image:url(images/line.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.album_container
{
	margin-top: 5px;
	padding: 5px;
	width: 97%;
	background-image:url(images/album_bg.jpg);
	background-repeat: no-repeat;
}

.user_container
{
	margin-top: 5px;
	padding: 5px;
	width: 97%;
	background-image:url(images/album_bg.jpg);
	background-repeat: no-repeat;
}

.settings_container
{
	margin-top: 5px;
	padding: 5px;
	width: 97%;
	background-image:url(images/album_bg.jpg);
	background-repeat: no-repeat;
}

.cell
{
	font-size: 11px;
}

.header
{
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	height: 184px;
}

.footer
{
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 67px;
	text-align: center;
	font-size: 12px;
}

.left
{
	background-image:url(images/left.jpg);
	background-repeat: repeat-y;
	background-postion: top left; 
	padding: 0;
	border-width: 0;
	width: 4px;
}

.right
{
	background-image:url(images/right.jpg);
	background-repeat: repeat-y;
	background-postion: top left; 
	padding: 0;
	border-width: 0;
	width: 3px;
}

.console
{
	background-color: #000000;
	color: #ffffff;
	
	padding: 3px;
	
	border-color: #10a2d5;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 2px;
}

.meta
{
	margin-left: 12px;
	color: #ACACAC;
	font-size: 11px;
	font-style: italic;
}

.thumb
{
	margin-left: 30px;
	margin-bottom: 0px;
	border-width: 0;
}

/******************************************************************************/
/* DEFINITIONS FOR PRINTTING 												  */
/******************************************************************************/

@media print {
	h1
	{
		color: #000000;
	}

	h2
	{
		color: #000000;
	}

	a
	{
		color: #000000;
	}

    .header
    {
        display: none;
    }

    .footer
    {
        display: none;
    }

    .left
    {
        display: none;
    }

    .right
    {
        display: none;
    }

    .menu_container
    {
        display: none;
    }
}

