﻿/* General START */

html {
	height:100%;
}

a {
	color: #3333ff;
	text-decoration: none;
}

a:hover {
	color: #18178c;
	text-decoration: underline;
}

a img {
	border:none;
}

body {
	background-color:#E5E5CF;
	margin:0;
	height:100%;	
	font-family:Arial;
	line-height:18px;	
	font-size:12px;
	color:#000000;
}

pre {
	margin:0px;
	padding:0px;
	overflow:hidden;			
}

.ErrorMsg {color:Red;}

/* General END */

/* Main START */

#main_Container {
	display:table;
	width:953px;
	margin:auto;
	background-image:url(/images/main_Shaddow.png);	
	background-repeat:repeat-y;
	border:none;	
}

#main_Container_BottomShaddow {
	height: 26px;
	width: 953px;
	background-image:url(/images/main_bottom_Shaddow.png);
	background-repeat:no-repeat;
	margin:auto;
	}
								
#main_Content {
	display:table;
	width:925px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	white-space:nowrap;
}

#main_Bottom_InfoBox {
	width:925px;
	margin:auto;
	height:40px;
	color:#AAAAAA;
	text-align:center;
	font-size:10px;
}

/* Main END */

/* Top Container START */
#top_container {
	height:154px;
	white-space:nowrap;
	cursor:pointer;
}

#top_container #imageContainer 
{
	height:136px;
	background-image:url(/images/bg_Top.png);
	background-repeat:no-repeat;
	border-bottom:1px solid #898B8B;
}
#top_container #bottom_Shaddow 
{
	height:7px;
	background-image:url(/images/BG_Top_Shadow.gif);
	background-repeat:repeat-x;
	}

/* Top Container END */


/* Cols */
#Col_Container {
	display:table;
	width:925px;
	margin:auto;
}

#Col_Left {
	display: inline; /* Fixes IE doubled margin on left floats*/
	float:left;
	width:219px;
	margin-left:13px;
}

#Col_Center {
	display: inline; /* Fixes IE doubled margin on left floats*/
	float:left;
	width:445px;
	margin-left:8px;
}

/* Used if Col_Right is hidden*/
#Col_Center_wide {
	display: inline; /* Fixes IE doubled margin on left floats*/
	float:left;
	width:672px;
	margin-left:8px;
}

#Col_Right {
	display: inline; /* Fixes IE doubled margin on left floats*/
	float:left;
	width:219px;
	margin-left:8px;
}

/* Boxes general ******************************************************************/

.boxcontainer_small {
	width:219px;
	margin-bottom:8px;
	overflow:visible;
}

.boxcontainer_small div{
	width:219px;
}

.boxcontainer_Big {
	width:445px;
	margin-bottom:8px;
	overflow:hidden;
}

.boxcontainer_Big_wide {
	width:672px;
	margin-bottom:8px;
	overflow:hidden;
}

.boxTitle {
	margin-left:14px;
	margin-top:8px;
}

/* BOX: Left navigation box *************************************************************/

#box_menu_Header {
	height:31px;
	background-image:url(/images/BG_BoxHeader_Small.gif);
	background-repeat:no-repeat;
}

#box_menu_Content {
	background-image:url(/images/BG_BoxBg_Small.gif);
	background-repeat:repeat-y;
}


.box_menu_Item_Norm {
	height:24px;
	background-image:url(/images/BG_BoxBg_Small.gif);
	background-repeat:repeat-y;
	cursor:pointer;
}

.box_menu_Item_Norm .itemTitle {
	margin-left:15px;
	margin-top:2px;
}

.box_menu_Item_Sel {
	height:24px;
	background-image:url(/images/BG_BoxBg_Small_Sel.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.box_menu_Item_Sel .itemTitle {
	margin-left:15px;
	margin-top:2px;
}

.box_menu_Item_Hover {
	height:24px;
	background-color:#dcdcdb;
	background-image:url(/images/BG_BoxBg_Small_T.gif);
	background-repeat:repeat-y;
	cursor:pointer;
}

.box_menu_Item_Hover .itemTitle {
	margin-left:15px;
	margin-top:2px;
}

#box_menu_bottom {
	height:9px;
	background-image:url(/images/BG_BoxBottom_Small.gif);
	background-repeat:no-repeat;
}

/* BOX: Main content box *************************************************************/

.boxcontainer_Big .box_content_Header {
	height:31px;
	background-image:url(/images/BG_BoxHeader_Big.gif);
	background-repeat:no-repeat;
}

.boxcontainer_Big .box_content_Content {
	background-image:url(/images/BG_BoxBg_Big.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:15px;
}

.boxcontainer_Big .box_content_Content .ContentBody {
	margin-left:20px;
	margin-right:20px;
	padding-bottom:20px;
	overflow:hidden;
	white-space:normal;
}

.boxcontainer_Big .box_content_Content .ContentList {
	margin-left:7px;
	margin-right:7px;
	overflow:hidden;
	white-space:normal;
}

.boxcontainer_Big .box_content_bottom {
	height:18px;
	background-image:url(/images/BG_BoxBottom_Big.gif);
	background-repeat:no-repeat;
}

/* BOX: Main content box WIDE *************************************************************/

.boxcontainer_Big_wide .box_content_Header {
	height:31px;
	background-image:url(/images/BG_BoxHeader_Big_wide.gif);
	background-repeat:no-repeat;
}

.boxcontainer_Big_wide .box_content_Content {
	background-image:url(/images/BG_BoxBg_Big_wide.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:15px;	
}

.boxcontainer_Big_wide .box_content_Content .ContentBody {
	margin-left:20px;
	margin-right:20px;
	overflow:hidden;
	white-space:normal;
}

.boxcontainer_Big_wide .box_content_Content .ContentList {
	margin-left:7px;
	margin-right:7px;
	overflow:hidden;
	white-space:normal;
}

.boxcontainer_Big_wide .box_content_bottom {
	height:18px;
	background-image:url(/images/BG_BoxBottom_Big_wide.gif);
	background-repeat:no-repeat;
}

/* BOX: Small *************************************************************/

.box_small_Header_Blue {
	height:31px;
	background-image:url(/images/BG_BoxHeader1_Small.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.box_small_Header_Orange {
	height:31px;
	background-image:url(/images/BG_BoxHeader2_Small.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.box_small_Header_Green {
	height:31px;
	background-image:url(/images/BG_BoxHeader3_Small.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.box_small_Content {
	background-image:url(/images/BG_BoxBg_Small.gif);
	background-repeat:repeat-y;
}

#box_small_Content_body {
	padding-top:10px;
	width:185px;
	margin:auto;
	overflow:hidden;
	white-space:normal;
	}


.box_small_bottom {
	height:17px;
	background-image:url(/images/BG_BoxBottom1_Small.gif);
	background-repeat:no-repeat;
}

/* Form elements *************************************************************/

form {
	margin:0px;
}

input {
	border: 1px solid #808080;
	height:18px;
	width:200px;
	background-color:#FFFFFF;
	margin-top:0px;
	padding:2px;
	line-height:18px;
}

input.Login {
	width:175px;
}
	
input.formbutton_pri {
	height:18px;
	width:70px;
	background-color:#94DD36;
	font-size:11px;
	line-height:15px;
	padding:0;
}

input.formbutton_sec {
	height:18px;
	width:70px;
	background-color:#CCCCCC;
	padding:0;
}

.loginform {
	margin-top:5px;
}

.UserDataForm .FormElements {
	width:380px;
}

table.FormElements tr{
	height:30px;
}

table.FormElements .FormInput {
	height:16px;
	line-height:16px;
}

table.FormElements .label {
	font-weight:bold;
	padding-left:3px;
}

table.FormElements .SectionHeader {
	border-bottom:1px solid #DDDDDD;
}

.RequiredFieldInformation {
	color:Red;
	
}

.RequiredField {
	color:Red;
	margin-left:5px;
	font-weight:bold;
}

/* DOWNLOADS */

.downloadBox_closed {
	height:64px;
	background-image:url(/images/BG_Download_Item.gif);
	background-repeat:repeat-x;
	margin-top:3px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
}

.downloadBox_open {
	height:264px;
	background:#e5e5e5 url(/images/BG_Download_Item_Open.gif);
	background-repeat:repeat-x;
	margin-top:3px;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
}

.downloadBox_closed_Hover {
	height:64px;
	background-image:url(/images/BG_Download_Item.gif);
	background-repeat:repeat-x;
	margin-top:3px;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	cursor:pointer;
}

.downloadBoxIcon {
	float:left;
	height:64px;
	width:38px;
	margin-left:8px;
	background-image:url(/images/DownloadIcon1.gif);
	background-repeat:no-repeat;
}

.downloadBox_open .downloadBoxIcon {
	background-image:url(/images/DownloadIcon2.gif);
}

.downloadBoxHeader {
	margin-top:14px;
	margin-left:10px;
	float:left;
	height:30px;
}

.downloadTitle {	
	height:20px;
}

.downloadSubTitle {	
	height:20px;
}

.downloadFileList {
	width:360px;
}

.downloadCategoryBox {
	height:30px;
	background-image:url(/images/BG_Download_Cat.gif);
	background-repeat:repeat-x;
	margin-top:3px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
}

.downloadCategoryBox_Hover {
	height:30px;
	background-image:url(/images/BG_Download_Cat.gif);
	background-repeat:repeat-x;
	margin-top:3px;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	cursor:pointer;
}

.cateCoryTitle {
	margin: 5px 0px 0px 10px;	
	}


/* ARTICLES */

.articleBox {
	height: 160px;
	background-image:url(/images/BG_Article.gif);
	background-repeat:repeat-x;
	margin-top:3px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	}

.articleTitle {
	height:20px;
	margin:10px 0px 0px 10px;
	width:180px;	
	}

.articleSubTitle {
	height:30px;
	width:280px;
	margin-left:12px;
	color:#606060;
	font-size:10px;
	}

.articleDescription {
	height:70px;
	width:280px;
	margin-left:12px;
	overflow:hidden;
	}

.authorImage {
	float:right;
	border:1px solid #bababa;
	background-color:#FFFFFF;
	margin-right:15px;
	margin-top:15px;
	text-align:center;
	}

.authorImage img {
display: block;
	margin:3px;
	padding:0;
	}
	
.readArticleLink {
	height:20px;
	width:280px;
	margin-left:12px;
}

.article {
	padding: 10px;
}

.article .top {
	padding: 0px 6px 6px 6px;
}

.article .body {
	padding: 5px 10px 10px 10px;
}

.article .title {
	margin-left:10px;
}

.article .subtitle {	
	margin-left:14px;
	color:#606060;
	font-size:11px;
}

.article .links {	
	margin-left:14px;
	margin-top:5px;
}

/* Rrounded corners */

.roundcont {
	width: 100%;
	background-color: #EDECEB;
	color: #000000;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/images/C1_tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/C1_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
