/* @override 
	http://localhost/aim/css/aim/default.css
	http://localhost/inktype/css/aim/default.css
	http://192.168.0.10/aim/css/aim/default.css
*/

/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	padding: 0;
	font-size: .75em;
	text-align: center;
	}






															/** MAIN CONTAINERS **/
div#container {
	width: 900px;
	/*min-width: 900px;*/
	margin: 0 auto;
	text-align: left;
	border: 1px solid #c8c8c8;
	background-color: white;

	border-top-style: none;
	border-bottom: 3px solid #b3b3b3;
}

div#container-login {
	margin: 0 auto 0em;
		width: 400px;
	/*min-width: 900px;*/
	margin: 0 auto;
	text-align: left;
	border: 1px solid #c8c8c8;
	background-color: white;

	border-top-style: none;
	border-bottom: 3px solid #b3b3b3;
	padding: 10px;
	}

#container-login h1 {
	background-color: #e6e6e6;
	margin-bottom: 10px;
}



div#banner {
	padding: 10px;
	text-align: right;

}



	
	


	body.fullwidth div#container { 
	/*width: 100%;
	max-width: 940px; */
	}
	div#header {
		
		}
		div#header-in {
			
			}

	div#content-wrap {
		
		}
		div.content {
			
			}
		 div.content 	{  margin-left:201px; margin-right:141px;
	
}			/* three column */
			div.rlcol{}
			div.content-in {
				
				}
		div.column {
			width: 200px;
			}
			
		div.rlcol div.cleft 	{ float: left; 	width: 200px; }				/* three column left */
		div.rlcol div.cright 	{ float: right; 	width: 140px;}				/* three column right */
			div.column-in {
				
				}
	div#footer {
		
		}
		div#footer-in {
			
			}







															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }





.icon_pdf{
	display: block;
	padding: 5px 5px 5px 25px;
	background: transparent url(images/icons/icon_pdf.gif) no-repeat center left;
}
.icon_pdf:hover{
	display: block;
	padding: 5px 5px 5px 25px;
	background: transparent url(images/icons/icon_pdf.gif) no-repeat center left;
}
.icon_doc{
	padding: 5px 5px 5px 25px;
	background: transparent url(images/icons/icon_doc.gif) no-repeat center left;
}

.icon_msword{
	padding: 5px 5px 5px 25px;
	background: transparent url(images/icons/icon_doc.gif) no-repeat center left;
}

.icon_external{
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_external.gif) no-repeat center right;
}

.icon_rss{
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_rss.gif) no-repeat center right;
}

.icon_help{
	padding: 10px 10px 10px 40px;
	background: transparent url(images/icons/icon_help.gif) no-repeat center left;
}

.icon_aim{
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_aim.gif) no-repeat center right;
}








															/** FORMS **/
* { }

input {
		margin-bottom: 5px;
		border:1px solid #bdc7d8;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-size:11px;
		padding: 2px 4px;
}

select {
	margin-bottom: 5px;
}


#button {
	
	background-color: #00728D;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	border-width: 1px;
	border-color: white;
}






															/** END **/
