html, body {
	height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: rgba(0,0,0,0);
    font-family: 'Source Sans Pro' , sans-serif;
    font-size: 11pt;
    font-weight: 300;
    color: #363636;
}

table {
    margin:0 auto;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 190%;
}

strong {
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #006699;
}

a img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 71px;
    width: 82px;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr {
	display: none;
}
.infoLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #336600;
}

.Headline {
    font-family: sans-serif, Helvetica, Arial ;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.CaptionLabel {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #777777;
    font-weight: bold;
    
}

.CaptionDark {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #273647;
    font-weight: bold;
    
}

.Gridview_Header {
	background-color: #B0B08A;
	font-family: 'Book Antiqua';
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.Gridview_Header_sticky {
	background-color: #B0B08A;
	font-family: 'Book Antiqua';
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: sticky;
	top: 0;
	word-break: break-word;
	white-space: normal;
}

.Gridview_Row {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F7F6F3;
    color: #333333;
}
.Gridview_EditRow {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CCCCCC;
    color: #333333;
}

.Gridview_SelectedRow {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffd800;
    color: #333333;
}

.Gridview_AlternatingRow {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #E3EEF4;
    color: #333333;
}

.main_table {
    border-spacing: 2px;
    vertical-align: top;
    padding: 5px;
    width: 100%;
}
.caption_table {
    border: 1px solid #C0C0C0;
    border-spacing: 1px;
    vertical-align: top;
    padding: 5px;
    width: 95%;
}
.menu_title {
	border: 2px none #666633;
	background-color: #666633;
	color: white;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	font-family: 'Book Antiqua', Times, serif;
	font-size: 22px;
	font-weight: bold;
	background-image: url('../images/header_bg.gif');
	height: 40px;
}

.menu_title_system {
	border: 2px none #666633;
	background-color: #666633;
	color: white;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	font-family: 'Book Antiqua', Times, serif;
	font-size: 22px;
	font-weight: bold;
	/*background-image: url('../images/header_bg.gif');*/
	height: 40px;
}

.menu_lebel {
    font-size: large;
    font-weight: bold;
    color: #420000;
    font-family: 'Book Antiqua' , Times, serif;
    font-style: italic;
    font-variant: small-caps;
    line-height: 40px;
}
.menu_link {
    font-size: medium;
    font-weight: bold;
    color: #273647;
    font-family: 'Calibri Light';
    font-variant: normal;
}

li {
    padding:5px;
}


.sectionBody {
    border: 0px solid #B0B08A;
    width: 95%;
    margin: 0 auto;
    table-layout: fixed;
}

.headerbutton {
    text-align: right;
   width:95%;
 }

h2.section {
    background-color: #B0B08A;
    color: white;
    text-align: left;
    padding: 5px;
    font-style: normal;
}


/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style1 li
	{
		border-top: 1px solid rgba(0,0,0,.1);
		padding: 0.80em 0;
	}
	
	ul.style1 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: 1px solid rgba(0,0,0,.1);
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

    .li_bullet
{
    MARGIN-TOP: 1em;
    MARGIN-BOTTOM: -0.1em;
    LIST-STYLE-IMAGE: url(../images/rel_top.gif)
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 1.5em 0em 2.5em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }


/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 2em;
		text-transform: uppercase;
	}

	.title h2
	{
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 2em;
		color: #2F94A8;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

/** WRAPPER */

#wrapper {
		border-bottom: 1px solid rgba(0,0,0,.1);
	background: #FFFFFF url(images/bg01.png) repeat;
}

#footer-wrapper
{
		border-bottom: 1px solid rgba(0,0,0,.1);
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}


/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	overflow: hidden;
	background: #252832;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header 
	{
		position: relative;
		overflow: hidden;
		text-align: center;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo 
	{
		width: 800px;
		margin: 0 auto;
		text-transform: uppercase;
	}
	
	#logo h1
	{
		letter-spacing: 0.10em;
		font-size: 3em;
		color: #2F94A8;
	}
	
	#logo p 
	{
		letter-spacing: 0.10em;
		color: #2F94A8;
	}
	
	#logo a 
	{
		text-decoration: none;
		color: #2F94A8;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner 
	{
		position: absolute;
		left: 0;
		overflow: hidden;
		z-index: 1;
	}
	
	#banner .image
	{
		border: 5px solid #FFFFFF;
	}
	

/** MENU */

#menu-wrapper
{
	background: #2F94A8;
}

#menu {
	overflow: hidden;
	height: 100px;
}

#menu ul {
	margin: 0;
	padding: 30px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	font-weight: 600;
	border: none;
	color: #FFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	border-radius: 20px;
	background: #77C4D3;
}

/** PAGE */

#page
{
	position: relative;
	overflow: hidden;
	padding: 6em 0em 5em 0em;
}

/** CONTENT */

#content
{
	float: right;
	width: 790px;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: left;
		width: 345px;
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em;
	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		text-align: center;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #6F6F6F;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		padding: 5em 0em;
		border-bottom: 1px solid #E5E5E5;
		text-align: center;
	}
	
	#welcome h2
	{
		letter-spacing: 0.20em;
		text-transform: uppercase;
		font-size: 2.6em;
	}
	
	#welcome p
	{
		font-size: 1.3em;
	}

	#welcome .byline
	{
		display: block;
		padding: 0em 0em 1.5em 0em;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.2em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		padding: 6em 0em;
		text-align: center;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	
	#portfolio
	{
		overflow: hidden;
	}
	
	#portfolio .title h2
	{
		font-size: 1.2em;
		color: #2F94A8;
	}

	#portfolio .byline
	{
		font-size: 1em;
		color: #EEA7C1;
	}
	
	#column1,
	#column2,
	#column3,
	#column4
	{
		width: 282px;
	}
	
	#column1,
	#column2
	{
		float: left;
		margin-right: 24px;
	}
	
	#column3
	{
		float: left;
	}
	
	#column4
	{
		float: right;
	}
	
/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.buttonInLine {
    height: 20px;
}

	.button {
    margin: 0em;
    display: inline-block;
    padding: 0em .5em 0em .5em;
    background: #333300;
    letter-spacing: 0.20em;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    border-radius: 30px;
    font-size: small;
    color: #FFF;
}
	
		.button:before
		{
			display: inline-block;
			width: 40px;
			height: 20px;
			line-height: 20px;
			border-radius: 20px;
			text-align: center;
			color: #FFF;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(0,0,0,.1);
	}

	#footer
	{
		color: #ADADAD;
	}
	
	#footer .title h2
	{
		font-weight: 400;
		font-size: 1.2em;
		color: #FFF;
	}

	#footer .title
	{
		border-color: #2D2926 !important;
	}
	
	#footer .style1 li
	{
		border-color: #2D2926 !important;
	}
	
	#footer .style1 a
	{
		letter-spacing: 0.10em;
		font-size:1em;
		color: #B1B1B1;
	}
	
	#box1
	{
		float: left;
		width: 354px;
		margin-right: 24px;
		padding-right: 30px;
	}
	
	#box2
	{
		float: left;
		width: 354px;
		margin-left: 24px;
		padding-right: 30px;
	}
	
	#box3
	{
		float: right;
		width: 344px;
		padding-left: 40px;
	}


.tableLeft {
    margin:0px !important;
}





/*********************************************************************************/
/* Barcode                                                                       */
/*********************************************************************************/

		@font-face {
		  font-family: 'IDAutomationSC128XS DEMO';
		  src: url('IDAutomation Code128 Demo Font.ttf');
		}

        .barcodeFont{
            font-family:'IDAutomationSC128XS DEMO'
        }



        
.menu_link2 {
    /*font-size: 20px;
    font-weight: bold;*/
    color: #273647;
    font-family: 'Calibri Light';
    font-variant: normal;
    line-height:32px;
    padding-left:25px;
}

.menu_link2 a {
    color: blue;
    text-decoration: none;
}

