body {
	background-image: url(../images/background/b_main_gradient.jpg);
	background-repeat: repeat-x;
	height: 2000px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
    font-family: arial;
    color: #68676b;
}

/**
 * Framework: Default Form Elements
 * 
 */
form input.default,
form textarea.default,
form select.default {
    font-family:arial;
    font-size:13px;
    border: 1px solid;
    border-color: #999999;
    width:235px;
}

/**
 * Framework: Error Form Elements
 * 
 */
form ul.error {
    
    font-weight: bold;
    color: #f00;
    
}

form input.error,
form select.error {
    
    border: 1px solid #F00;
}

form input.checkboxError {
    
    border: none !important;
}

form label.error {
    
    color: #f00;
}

form .description.error {
    
}

input.login.text {
    font-family:arial;
    font-size:13px;
    border: 1px solid;
    border-color: #999999;
    width:235px;
}

input.login.password {
    font-family:arial;
    font-size:13px;
    border: 1px solid;
    border-color: #999999;
    width:235px;
}

.navigation_content A:link {
    color: #68676b;
    text-decoration:none; 
}

.navigation_content A:visited {
    color: #68676b;
    text-decoration:none; 
} 

.navigation_content A:active {
    color: #047b61;
    text-decoration:none; 
} 

.navigation_content A:hover {
    color: #047b61;
    text-decoration:none; 
}


A:link {
    color: #68676b;
    text-decoration:underline; 
}

A:visited {
    color: #68676b;
    text-decoration:underline; 
} 

A:active {
    color: #047b61;
    text-decoration:underline; 
} 

A:hover {
    color: #047b61;
    text-decoration:underline; 
}

a:active, a:focus{ outline:none; }

.navigation {
    background-image: url(../images/background/b_navigation.jpg);
    background-repeat: no-repeat;
    height: 800px;
    width: 175px;
    float: left;
}

.navigation_content {
	font-weight: bold;
	padding-top: 200px;
	padding-left: 30px;
}

.navigation_line {
	background-image: url(../images/background/b_navigation_border.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main {
	float: left;
}

.header {
    background-image: url(../images/background/b_header.jpg);
    background-repeat: no-repeat;
    height: 139px;
    width: 726px;
    display: block;
    font-weight:normal;
    line-height:15px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
}

.maincontent {
    background-image: url(../images/background/b_content_gradient_main.jpg);
    background-repeat: repeat-y;
    height: 677px;
}

.footer {
    background-image: url(../images/background/b_content_footer.jpg);
    background-repeat: no-repeat;
    width: 734px;
    height: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.headline {
    color: #047b61;
    font-size: 14px;
    font-weight: bold;
}

 .gridadd{
    background-image: url(../images/grid/gray/toolbar/add.gif) !important;
    padding-right: 6px !important;
 }
 
 .flashMessenger {
    width: 500px;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    color:#FF0000;
    font-weight:bold;
}

.flashMessangerClose {
    background-image:url(../images/layout/ico_close.gif);
    cursor:pointer;
    float:right;
    height:11px;
    margin:1px;
    padding:0;
    top:1px;
    width:11px;
    z-index:1;
}
