﻿/* ==================================== */
/*	LAYOUT								*/
/* ==================================== */

#skin_master
{
	text-align:center;
}

#header_master
{
	background-color:Black;
	background-image:url(images/top_bg.gif);
	background-repeat:no-repeat;
	width:960px;
	height:147px;
	margin:auto;
	text-align:left;
	position:relative;
}

#header_master_micro
{
	background-color:Black;
	background-image:url(images/micro_bg.gif);
	background-repeat:no-repeat;
	width:960px;
	height:147px;
	margin:auto;
	text-align:left;
	position:relative;
}

#breadcrumb
{
	width:200px;
	height:20px;
	left:243px;
	top:10px;
	position:absolute;
	color:White;
	font-weight:bold;
}

.breadcrumb
{

	color:White !important;
	font-weight:bold;
	font-size:12px;
	text-decoration:none !important;
}

#login
{
	width:5px;
	height:5px;
	left:944px;
	top:31px;
	position:absolute;
}

#top_navigation
{
	width:293px;
	height:20px;
	left:600px;
	top:10px;
	position:absolute;
	text-align:right;
	color:#999999 !important;
	font-weight:bold;
}

#top_navigation A
{
	color:White !important;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	margin-left:3px;
	margin-right:3px;
}

#button_navigation
{
	width:710px;
	height:80px;
	left:243px;
	top:50px;
	position:absolute;
}

.NavigationPane
{
	width:710px;
	height:80px;
	left:243px;
	top:50px;
	position:absolute;
}

.Logo
{
	width:230px;
	height:135px;
	left:0px;
	top:0px;
	position:absolute;
}


#content_master
{
	width:960px;
	margin:auto;
	text-align:left;
}

#left_content
{
	width:235px;
	min-height:800px;
	_height:800px;
	background-image:url(images/left_bg.gif);
	background-repeat:no-repeat;
	float:left;
}

#right_content
{
	width:715px;
	float:right;
}

.TopLeftPane
{
	float:left;
	width:470px;
}

.TopRightPane
{
	float:right;
	width:235px;
}

.BottomLeftPane
{
	float:left;
	width:470px;
}

.BottomRightPane
{
	float:right;
	width:235px;
}

#footer_master
{
	width:960px;
	margin:auto;
	text-align:left;
	clear:both;
	text-align:center;
	padding-bottom:20px;
	margin-top:20px;
	font-size:7px;
}

#AdminMenu
{
	clear:both;
}

.MiddlePane
{
	clear:both;
}

.EditPane
{
	text-align:left;
	background-color:White;
	border-style:ridge;
	padding:15px;
	width:960px;
}



/* ==================================== */
/*	GENERIC HTML						*/
/* ==================================== */

Body
{
    background-color: #f3f3f3;
    background-image:url(images/bg.gif);
    background-repeat:repeat-y;
    background-position:center;
    margin: 0px;
    font-family: Arial;
    font-size:12px;
}

TD, TR
{
	font-family: Arial;
    font-size:12px;
}

H1
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

H2
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

H3
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

H4
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

H5, DT
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

H6
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

TFOOT, THEAD
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

TH
{
    vertical-align: baseline;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
IMG
{
border-style: none;
}

A:link
{
    text-decoration: underline;
    color: #000000;
}

A:visited
{
    text-decoration: underline;
    color: #000000;
}

A:hover
{
      text-decoration: underline;
    color: #000000;
}

A:active
{
    text-decoration: underline;
    color: #000000;
}


SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}

UL
{
	margin-top:0px;
}

OL
{
	margin-top:0px;
}

UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}
OL UL LI
{
    list-style-type: disc;
}

HR
{
    color: #696969;
    height: 1pt;
    text-align: left;
}

P
{
	margin:0px;
	padding:0px;
}


/* ==================================== */
/*	CONTROL PANEL						*/
/* ==================================== */

.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border-right: #cccccc 1px dotted;
    border-top: #cccccc 1px dotted;
    border-left: #cccccc 1px dotted;
    border-bottom: #cccccc 1px dotted;
    padding:5px;
}

/* ==================================== */
/*	SKINOBJECT							*/
/* ==================================== */

.SkinObject
{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: underline;
    color: #000000;
}

A.SkinObject:visited
{
    text-decoration: underline;
    color: #000000;
}

A.SkinObject:hover
{
    text-decoration: underline;
    color: #000000;
}

A.SkinObject:active
{
    text-decoration: underline;
    color: #000000;
}




/* ==================================== */
/*	DNN STYLES							*/
/* ==================================== */

.Head
{
    font-family: Arial;
    font-size: 17px;
    font-weight: normal;
    color: #000000;
}


.SubHead
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}


.SubSubHead
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: black;
}


.Normal, .NormalDisabled
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}


.NormalDisabled
{
    color: Silver;
}


.NormalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}


.NormalRed
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #d04a2b;
}


.NormalTextBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}


.Hidden
{
    display: none;
}


/* ==================================== */
/*	DATAGRID							*/
/* ==================================== */

.DataGrid_AlternatingItem
{
    background-color: White;
    color: Red;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
}
.DataGrid_Header
{
    background-color: Transparent;
    color: Black;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color: Transparent;
    color: Black;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

/* ==================================== */
/*	TREEMENU							*/
/* ==================================== */

.TreeMenu_Node
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
    text-decoration: none;
    color: #000000;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
    text-decoration: none;
    color: #000000;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
    text-decoration: none;
    color: #000000;
}

/* ==================================== */
/*	FILEMANAGER							*/
/* ==================================== */

.FileManager
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: black 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
    overflow: auto;
}

.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: White;
    padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
    margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
    text-decoration: none;
    color: #003366;
}
.c_head 
{
display:'none';
}


/* ==================================== */
/*	HELP								*/
/* ==================================== */

.Help
{
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: Arial;
    background-color: #ffff99;
}

/* ==================================== */
/*	BUTTONS								*/
/* ==================================== */

.CommandButton
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

A.PrevisiteButton {
	PADDING-RIGHT: 18px; DISPLAY: block; FONT: 12px arial, sans-serif; BACKGROUND: url(images/bg_button_a.gif) no-repeat right top; FLOAT: left; HEIGHT: 24px; COLOR: #444; MARGIN-RIGHT: 6px; TEXT-DECORATION: none
}
A.PrevisiteButton SPAN {
	PADDING-BOTTOM: 5px; LINE-HEIGHT: 14px; PADDING-LEFT: 18px; PADDING-RIGHT: 0px; DISPLAY: block;
	 BACKGROUND: url(images/bg_button_span.gif) no-repeat; PADDING-TOP: 5px
}
A.PrevisiteButton:active {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; BACKGROUND-POSITION: right bottom; COLOR: #000
}
A.PrevisiteButton:active SPAN {
	PADDING-BOTTOM: 4px; PADDING-LEFT: 18px; PADDING-RIGHT: 0px; BACKGROUND-POSITION: left bottom; PADDING-TOP: 6px
}



A.CommandButton:link
{
    text-decoration: underline;
    color: #000000;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #000000;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #000000;
}

.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 12px;
    background: #dddddd;
    color: #000000;
    font-family: Arial;
}




/* ==================================== */
/*	MODULE MENU							*/
/* ==================================== */

.ModuleTitle_MenuContainer {
		border-bottom: blue 0px solid;
		border-left: blue 0px solid;
		border-top: blue 0px solid;
		border-right: blue 0px solid;

}

.ModuleTitle_MenuBar {
		cursor: pointer;
		cursor: hand;
		height:16;
		background-color: Transparent;

}

.ModuleTitle_MenuItem {
		cursor: pointer;
		cursor: hand;
		color: black;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
		border-left: #e8e7e7 0px solid;
		border-bottom: #e8e7e7 1px solid;
		border-top: #e8e7e7 1px solid;
		border-right: #e8e7e7 0px solid;
		background-color: Transparent;
}


.ModuleTitle_MenuIcon {
		cursor: pointer;
		cursor: hand;
		background-color: #e8e7e7;
		border-left: #e8e7e7 1px solid;
		border-bottom: #e8e7e7 1px solid;
		border-top: #e8e7e7 1px solid;
		text-align: center;
		width: 15;
		height: 21;
}

.ModuleTitle_SubMenu {
		z-index: 1000;
		cursor: pointer;
		cursor: hand;
		background-color: #e8e7e7;
		filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
		border-bottom: #e8e7e7 0px solid;
		border-left: #e8e7e7 0px solid;
		border-top: #e8e7e7 0px solid;
		border-right: #e8e7e7 0px solid;
}

.ModuleTitle_MenuBreak {
		border-bottom: #e8e7e7 0px solid;
		border-left: #e8e7e7 0px solid;
		border-top: #e8e7e7 0px solid;
		border-right: #e8e7e7 0px solid;
		background-color: #e8e7e7;
		height: 0px;
}

.ModuleTitle_MenuItemSel {
		cursor: pointer;
		cursor: hand;
		color: #bb8d6e;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
		background-color: Transparent;
}

.ModuleTitle_MenuArrow {
		font-family: webdings;
		font-size: 10pt;
		cursor: pointer;
		cursor: hand;
		border-right: #e8e7e7 1px solid;
		border-bottom: #e8e7e7 1px solid;
		border-top: #e8e7e7 0px solid;
}

.ModuleTitle_RootMenuArrow {
		font-family: webdings;
		font-size: 10pt;
		cursor: pointer;
		cursor: hand;
}

.ModuleTitle_MenuItem 
{
	background-color:#e8e7e7;
	color:#000000;
}



/* ==================================== */
/*	EIP									*/
/* ==================================== */

.eipbackimg
{
    border: #e8e7e7 outset 1px; 
    position: absolute; 
    margin-top: -22px; 
    white-space: nowrap; 
    background: url(images/eip_toolbar.gif);
    background-color: #e8e7e7;
    background-repeat: repeat-x;
    height: 22px;
    margin-left:30px;
}

.eipbuttonbackimg
{
    width: 21px;
    height: 21px;
    cursor: pointer; 
    float: left;
}

.eipbutton_edit
{
    background: url(images/eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(images/eip_save.gif) no-repeat 100% center;
    float: left;
}
.eipborderhover
{
    border: outset 1px;
}



/* ==================================== */
/*	EMPTY PANE							*/
/* ==================================== */
.DNNEmptyPane
{
    height: 0px !important;
    margin:0px !important;
    padding:0px !important;
    line-height:0px !important;
    font-size:0px !important;
}

/* ==================================== */
/*	CONTAINERS							*/
/* ==================================== */

.MarginBottom
{
	margin-bottom:10px;
}

.Gradient
{
	top:0px;
	position:absolute;
}

.BannerMaster
{
	position :relative;
	overflow:hidden;
	width:100%;
}

#BannerBottom
{
	height:5px;
	background-image:url('images/bg2.gif');
	background-repeat:repeat-y;
}
.searchmodule
    {
     background-image: url(/images/topsearchNew.gif);
     background-repeat:no-repeat;
}
.cssshowresults
{
background: url("images/ie/button_background.gif") no-repeat;
}
.cssshowresultsAdv
{
background: url("images/ie/button_backgroundadv.gif") no-repeat;
}
.dll{
width: 160px;
border-right: #3366cc 1px solid;
	padding-right: 5px;
	border-top: #3366cc 1px solid;
	padding-left: 5px;
	font-size: 12px;
	background-image: url(cssImg/btn_rest.gif);
	border-left: #3366cc 1px solid;
	width: 160px;
	cursor: pointer;
	line-height: 18px;
	border-bottom: #3366cc 1px solid;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 20px;
	background-color: #cee7ff;
	text-align: center;
	
	overflow: visible;
	width: 84px;

}
.textboxClass{
    border: #6699cc 1px solid;
	background-color: White;

}
.listboxClass{
    width:156px;
	height:175px;
	background:white;
	font-size:12px;
	list-style:none;
	overflow:auto;
	vertical-align:center;
}

.ButtonClass{
 background: url("images/ie/button.gif") no-repeat;
 background-color:Transparent;
    width: 114px;
	height:20px;
    text-align:center;    
    color:#ffffff;
	font-family:Arial;
    font-size:12px;
	font-style: regular;
	border-right: #3366cc 1px solid;
	padding-right: 5px;
	border-top: #3366cc 1px solid;
	padding-left: 5px;
	line-height: 18px;
	border-bottom: #3366cc 1px solid;
/*	background-repeat: repeat-x;*/
	overflow: visible;
	border:none;
}

.ButtonBigClass{
 background: url("images/ie/bigbutton.gif") no-repeat;
 background-color:Transparent;
    width: 114px;
	height:26px;
    text-align:center;    
    color:#ffffff;
	font-family:Arial;
    font-size:16px;
	font-style: regular;
	border-right: #3366cc 1px solid;
	padding-right: 5px;
	border-top: #3366cc 1px solid;
	padding-left: 5px;
	line-height: 18px;
	border-bottom: #3366cc 1px solid;
/*	background-repeat: repeat-x;*/
	overflow: visible;
	border:none;
}

.SmallButtonClass{
	background: url("images/ie/button.gif") no-repeat;
	background-color:Transparent;
    width: 40px;
	height:20px;
    text-align:center;    
    color:#ffffff;
	font-family:Arial;
    font-size:12px;

	border-right: #3366cc 1px solid;
	padding-right: 5px;
	border-top: #3366cc 1px solid;
	padding-left: 5px;
	line-height: 18px;
	border-bottom: #3366cc 1px solid;
	overflow: visible;
	border:none;
}


.ajax__tab_ie-theme .ajax__tab_outer
{
	/* 2 pixel horizontal space between tabs */
	margin-right:2px;
	
}
/* ajax__tab_ie-theme theme */
.ajax__tab_ie-theme .ajax__tab_header 
{
    padding-left:0px;
     background-image: url(/images/topsearch2.gif);
     background-repeat:no-repeat;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab
{
    margin-right:0px;
    background:url(images/ie/tab_unselected.gif);
    width:115px;
    height:16px;
    padding:0px 0px 0px 0px;
    text-align:center;    
    color:#ffffff;
    font-family:arial;
    font-size:10px;
    display:block;
    vertical-align:bottom;
}
.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab 
{
    padding:0px 0px 0px 0px;
	color:#000000;
    background:url(images/ie/tab_selected3.gif);
}
.ajax__tab_ie-theme .ajax__tab_body 
{
    background:url(images/ie/background.gif) no-repeat;
    font-size:11px;
    font-family:verdana;

}
.ajax__tab_ie-theme .ajax__tab_body div
{
     padding:0px;
}
.ajax__tab_ie-theme .ajax__tab_hover .ajax__tab_tab 
{
    padding:0px 0px 0px 0px;
    color:#000000;
    background:url(images/ie/tab_selected3.gif);
}
.ajax__multi_slider_custom .outer_rail_horizontal
{
    position:absolute;
    background:url('images/ie/rail_dark.gif') no-repeat;
    width:200px;
    height:10px;
    z-index:100;
}

.ajax__multi_slider_custom .inner_rail_horizontal
{
    position:absolute;
    background: url('images/ie/rail_light.gif') no-repeat;
    width:200px;
    height:10px;
    z-index:100;
	
}

.ajax__multi_slider_custom .handle_horizontal_left
{
    position:absolute;
    background:url('images/ie/handle_left.gif') no-repeat;
    width:15px;
    height:18px;
    z-index:200;
	
    
}

.ajax__multi_slider_custom .handle_horizontal_right
{
    position:absolute;
    background:url('images/ie/handle_right.gif') no-repeat;
    width:15px;
    height:18px;
    z-index:200;
    cursor:w-resize;
}

.Grid {
margin: 50px 50px 50px 50px;
margin-bottom:10px;
  }
.Grid tr
{
border: solid 10px #000000;
margin: 1px 1px 1px 1px;
padding: 5px 5px 5px 5px;
text-align: center;
color:black;
margin-bottom:10px;
}
.Grid td
{
border: solid 1px #00000;
margin: 10px 10px 10px 10px;
padding: 5px 5px 5px 5px;
text-align: center;
margin-bottom:10px;
}
.GridHeader
{
font-weight: bold;
background-color: #8b8dbb;
}
.GridItem
{
background-color: #e6e6e6;
}

.GridAltItem
{
background-color: white;
}
.GridViewRow
{
background-color: white;

border: solid 1px #000000;
width: 175px;
height:170px;

margin-top: 5px;
text-align: center;
color: #000000;
/*
margin-right: 9px;
padding: 5px 5px 5px 5px;
margin-bottom: 10px;
*/



}
.CssSelection
{
font-family: webdings;
font-size: 12pt;
background-image: url(images/selection.gif);
background-repeat:no-repeat;
/*
width:715px;
*/
height:66px;
}
.CssHiden
{

}
.CssradioButtonList3{
   margin:0;
   border-top: hidden;
   border-collapse:collapse;
   
}
.CssradioButtonList3 tr{
   border-top: solid 1px #000000; 
   margin:0;

}
.CssradioButtonList3 td{
border-top: solid 1px #000000;
   width:120px;
  
}
.CssradioButtonList4{
   margin:0;
   border-collapse:collapse;
   
}
.CssradioButtonList4 tr{
   border-bottom: solid 1px #000000; 
  
      height:30px;
}
.CssradioButtonList4 td{
border-bottom: solid 1px #000000;
   width:120px;
  
}
.CssradioButtonList2{
   margin:0;
   border-top: hidden;
   border-collapse:collapse;
   
}
.CssradioButtonList2 tr{
   border-top: solid 1px #000000; 
   margin:0;
}
.CssradioButtonList2 td{
border-top: solid 1px #000000;
   width:120px;
  
}

.CssradioButtonList1{
   margin:0;
   border-top: hidden;
   border-collapse:collapse;
   
}
.CssradioButtonList1 tr{
   border-top: solid 1px #000000; 
   margin:0;
}
.CssradioButtonList1 td{
   width:120px;
  
}
.CssTitle{
background-image: url(images/title.gif);
background-repeat:no-repeat;
}

.GridViewPicture
{

vertical-align:middle;
}
.cssTree
{
	list-style-position: inside;
	display: list-item;
	list-style-image: url('images/bullet.png');
	width: 210px;
	
	border-bottom: solid 1px #F0B400;
	list-style-type: square;

		margin-left:5px;
	margin-bottom:3px;
	list-style-position:inside;
	
	

	
}


.cssTreeGeoProv
{
      border-bottom: solid 1px #F0B400;
      width: 200px;
      margin-right:5px;
      vertical-align:top;
}
.cssTreeGeoDistr
{
      border-bottom: solid 1px #F0B400;
      width: 190px;
      margin-right:5px;
      vertical-align:top;
}
.cssTreeGeoCity
{
      border-bottom: solid 1px #F0B400;
      width: 180px;
      margin-right:5px;
      vertical-align:top;
}
/*bestaat reeds (dus vervangen)*/
.cssTreeTitle
{
      text-transform: uppercase;
      font-weight: 900;
      vertical-align:top;
}


        TABLE.listingGrid {
	    
	       
        }
        TABLE.listingGrid TR {
	   
        }
        TABLE.listingGrid TH
{

	visibility: hidden;
}
        TABLE.listingGrid TD {
	     
        }
        
.listingGridViewRow
{
background-color: white;

border: solid 1px #000000;
/*
padding: 5px 5px 5px 5px;

margin-right: 10px;
*/
margin-bottom: 10px;

text-align: left;
}

.GridViewRowOffices
{
background-color: white;

border: solid 1px #000000;
width: 100%;
height:100%;
margin-bottom: 10px;
/*
margin-right: 10px;
text-align: left;
padding: 5px 5px 5px 5px;
*/

}
.DeleteButtonClass{
 background: url("images/delete.gif") no-repeat;
 background-color:Transparent;
    width: 114px;
	height:20px;
    text-align:center;    
    color:#ffffff;
	font-family:Arial;
    font-size:12px;
	font-style: regular;
	border-right: #3366cc 1px solid;
	padding-right: 5px;
	border-top: #3366cc 1px solid;
	padding-left: 5px;
	line-height: 18px;
	border-bottom: #3366cc 1px solid;
	background-repeat: repeat-x;
	overflow: visible;
	border:none;
}

.tableMyC21
{
border-left: solid 1px #000000;
border-right: solid 1px #000000;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
height:280px;
width:240px;
}
.tableMyC21Reg
{
border-left: solid 1px #000000;
border-right: solid 1px #000000;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
height:280px;
width:400px;
}