﻿body {
}
/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/
/* Make all hyperlinks without underline */
a:link, a:visited {text-decoration: none;}

/* Main part of the page that holds contents */
#body
{
    width: 1000px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    /*position: relative; */
}

#columnright
{
}

.leftblock
{
    /*border: 1px solid #DBDB79;*/
    padding: 15px;
    margin-bottom: 10px;
    background: url(images/contentsBackground.bmp);
    vertical-align: top;
    width:400px;
    position: absolute;
    top: 0px;
    left: 0px;
}

 .rightblock
{
    padding: 15px;
    margin-bottom: 10px;
    background: url(images/contentsBackground.bmp);
    position: absolute;
    top: 0px;
    left: 400px;
    width:400px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

/* Dashboard contents page */
#dashBoard
{
	position: absolute;
}

.backGroundFrame
{
	position: absolute;
    width: 1000px;
    height: 600px;

}

/* Single contents page */
#singleContents
{
}

.buttonRow
{
	background: url(Images/sub_tab.gif);
	font-family: Arial;
	font-size: smaller;
}

.Title
{
	background: url(Images/whole_tab.gif);
	text-align: center;
}

#navigation a
{
color: #000;
background: lightblue url(images/left_tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
} 

#navigation a span
{
background: url(images/right_tab.gif) right top no-repeat;
padding-right: 10px

} 

#navigation a:hover {
color: #000;
background: url(images/left_tab.gif) left top no-repeat;
padding-left: 10px
} 

#navigation a:hover span
{
color: #000;
background: url(images/right_tab.gif) right top no-repeat;
padding-right: 10px
} 

#navigation2 a
{
color: #000;
background: lightblue url(images/left_tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
} 

#navigation2 a span
{
background: url(images/right_tab.gif) right top no-repeat;
padding-right: 10px

} 

#navigation2 a:hover {
color: #000;
background: url(images/left_tab.gif) left top no-repeat;
padding-left: 10px
} 

#navigation2 a:hover span
{
color: #000;
background: url(images/right_tab.gif) right top no-repeat;
padding-right: 10px
} 

#navigation3 a
{
color: #000;
background: lightblue url(images/left_tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
} 

#navigation3 a span
{
background: url(images/right_tab.gif) right top no-repeat;
padding-right: 10px

} 

#navigation3 a:hover {
color: #000;
background: url(images/left_tab.gif) left top no-repeat;
padding-left: 10px
} 

#navigation3 a:hover span
{
color: #000;
background: url(images/right_tab.gif) right top no-repeat;
padding-right: 10px
} 

#navigation4 a
{
color: #000;
background: lightblue url(images/left_tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
} 

#navigation4 a span
{
background: url(images/right_tab.gif) right top no-repeat;
padding-right: 10px

} 

#navigation4 a:hover {
color: #000;
background: url(images/left_tab.gif) left top no-repeat;
padding-left: 10px
} 

#navigation4 a:hover span
{
color: #000;
background: url(images/right_tab.gif) right top no-repeat;
padding-right: 10px
} 

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
}



/******************************/
/**Styling information specific to individual content pages**/

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/controls/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(images/controls/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(images/controls/SavedStar.png);
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color: White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	/*position: relative;*/
	background-color: #55ffff;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*AutoComplete flyout for add question */

.autocomplete_completionListElement_addQuestion 
{  
	position: relative;
	margin : 0px!important;
	background-color: White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item for add question */

.autocomplete_highlightedListItem_addQuestion
{
	position: relative;
	background-color: #55ffff;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem_addQuestion 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.modalPopup
{
	background-color:white;
	width: 500px;
	height: 700px;
}

.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


/*Reorder List*/
.dragHandle {
	width:20px;
	height:20px;
	background-color:#99cccc;
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-repeat:repeat-x;
	color:#99cccc;
}

.reorderListDemo li a {color:#99cccc !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

.bigTextbox
{
	width: 500px;
	height: 25px;
	border-color: #7F9DB9;
	border-style: solid;
	border-width: 1px;
}

/*Buttons with gradient */
.tabButton_green
{
	width: 135px;
	height: 30px;
	background-color: #7AC3C3;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#C7FFFF',EndColorStr='#3EB2B2');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#C7FFFF', EndColorStr='#3EB2B2');
    background: -webkit-gradient(linear, left top, left bottom, from(#C7FFFF), to(#3EB2B2));
    background: -moz-linear-gradient(top, #C7FFFF, #3EB2B2);

	border-style: none;
}
.tabButton_green:hover
{
	width: 135px;
	height: 30px;
	background-color: #9CE5E5;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#C7FFFF',EndColorStr='#C7FFFF');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#C7FFFF', EndColorStr='#C7FFFF');
    background: -webkit-gradient(linear, left top, left bottom, from(#C7FFFF), to(#C7FFFF));
    background: -moz-linear-gradient(top, #C7FFFF, #C7FFFF);

	border-style: none;
}

.tabButton_gray
{
	width: 135px;
	height: 30px;
	background-color: #AAAAAA;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#EEEEEE',EndColorStr='#777777');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#EEEEEE', EndColorStr='#777777');
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#777777));
    background: -moz-linear-gradient(top, #EEEEEE, #777777);	
	border-style: none;
}

.tabButton_gray:hover
{
	width: 135px;
	height: 30px;
	background-color: #AAAAAA;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#EEEEEE',EndColorStr='#BBBBBB');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#EEEEEE', EndColorStr='#BBBBBB');
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#BBBBBB));
    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);	
	border-style: none;
}
.tabLinkButton_Normal
{
	border-style:none;
	text-align: center;
    background-image: url(Images/Contents/NormalButton.jpg);
    /*background-color: #C0C0C0;*/
	width: 135px;
	height: 30px;
	font-size: medium;
	color: Black;
    outline-style: none;
}
.tabLinkButton_Normal:hover
{
	text-align: center;
	vertical-align: bottom;
    background-image: url(Images/Contents/HoveredButton.jpg);
    /*background-color: #94BA26;*/
    background-repeat: no-repeat;
	width: 135px;
	height: 30px;
	font-size: medium;
	color: White;

}
.tabLinkButton_Blue
{
	border-style:none;
	text-align: center;
    background-image: url(Images/Contents/NormalButton.jpg);
    /*background-color: #C0C0C0;*/
	width: 120px;
	height: 30px;
	font-size: medium;
	color: Blue;
    outline-style: none;
}

.tabLinkButton_Blue:hover
{
	border-style:none;
	text-align: center;
    background-image: url(Images/Contents/HoveredButton.jpg);
    /*background-color: #C0C0C0;*/
	width: 120px;
	height: 30px;
	font-size: medium;
	color: White;
    outline-style: none;
}

.tabButtonsmall_green
{
	width: 75px;
	height: 25px;
	background-color: #7AC3C3;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#C7FFFF',EndColorStr='#3EB2B2');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#C7FFFF', EndColorStr='#3EB2B2');
    background: -webkit-gradient(linear, left top, left bottom, from(#C7FFFF), to(#3EB2B2));
    background: -moz-linear-gradient(top, #C7FFFF, #3EB2B2);

	border-style: none;
}
.tabButtonsmall_green:hover
{
	width: 75px;
	height: 25px;
	background-color: #9CE5E5;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#C7FFFF',EndColorStr='#C7FFFF');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#C7FFFF', EndColorStr='#C7FFFF');
    background: -webkit-gradient(linear, left top, left bottom, from(#C7FFFF), to(#C7FFFF));
    background: -moz-linear-gradient(top, #C7FFFF, #C7FFFF);

	border-style: none;
}
.SearchTextBoxBackground
{
	border-style: none;
	background-repeat: no-repeat;
    background-image: url(Images/Contents/SearchBackground.jpg);
    width: 135px;
	font-size: medium;
	color: Black;
    outline-style: none;
}

.SearchButton
{
	background-color: #CCFFFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#CCFFFF',EndColorStr='#55A0FF');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#C7FFFF', EndColorStr='#55A0FF');
    background: -webkit-gradient(linear, left top, left bottom, from(#C7FFFF), to(#55A0FF));
    background: -moz-linear-gradient(top, #C7FFFF, #55A0FF);	
	border-style: none;
}

.BigSearchTextBox
{
	border-style: none;
	background-repeat: no-repeat;
	/*background-color: #DDDDDD;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#EEEEEE',EndColorStr='#999999');*/
    background-image: url(Images/Contents/BigSearchBackground.jpg);
    width: 700px;
	font-size: medium;
	color: Black;
    outline-style: none;
}

.SLButton_gray
{
	width: 75px;
	height: 25px;
	background-color: #A0A0A0;
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#A0A0A0',EndColorStr='#DFE1E3', GradientType=1);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A0A0A0', EndColorStr='#DFE1E3');
    background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#DFE1E3));
    background: -moz-linear-gradient(top, #A0A0A0, #DFE1E3);		
	border-style: outset;
}
.SLButton_gray:hover
{
	width: 75px;
	height: 25px;
	background-color: #3D3F40;
	color: White;
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#555555',EndColorStr='#333333', GradientType=1);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#555555',EndColorStr='#333333', GradientType=1);
	/* For WebKit (Safari, Google Chrome etc) */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); 
	/* For Mozilla/Gecko (Firefox etc) */ 
	background: -moz-linear-gradient(top, #555, #333); 
	border-style: none;
}

.SLButton_gray_longer
{
	width: 100px;
	height: 25px;
	background-color: #A0A0A0;
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#A0A0A0',EndColorStr='#DFE1E3', GradientType=1);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A0A0A0', EndColorStr='#DFE1E3');
    background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#DFE1E3));
    background: -moz-linear-gradient(top, #A0A0A0, #DFE1E3);		
	border-style: outset;
}
.SLButton_gray_longer:hover
{
	width: 100px;
	height: 25px;
	background-color: #3D3F40;
	color: White;
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#555555',EndColorStr='#333333', GradientType=1);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#555555',EndColorStr='#333333', GradientType=1);
	/* For WebKit (Safari, Google Chrome etc) */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); 
	/* For Mozilla/Gecko (Firefox etc) */ 
	background: -moz-linear-gradient(top, #555, #333); 
	border-style: none;
}


.FeaturedPanel
{
	border-style: none;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#EEEEEE');*/
	/*background-image: url(Images/Contents/FeaturedPanel.png);
	background-color: Transparent;*/
    width: 200px;
    height: 200px;
	font-size: medium;
	color: Black;
    outline-style: none;
    margin-left: 5px;
    padding: 10px;
}

/* Style for featured survey links when hovered */
.FeaturedLink
{
	color: Gray;
}

.FeaturedLink:hover
{
	color: Blue;
}

/*Area around a question in the survey*/
.itemArea
{
	border-width: 2px;
	border-color: InactiveBorder;
	border-style: outset;
	margin-left: 1%;
	margin-bottom: 10px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
	color: black;
	padding: 5px;
	
}

/*Area inside of the itemArea to provide more padding*/
.internaItemArea
{
	margin-left:15px;
    margin-bottom:15px;

}

/*Color picker*/
.ajax__colorPicker
{
}
.ajax__cp_container
{
	background-color:#fff;
	position:absolute;
	width:201px;
	overflow:hidden;
}
.ajax__cp_container table
{
	border:1px solid #646464;
}
.ajax__cp_container table td div
{
	width:10px;
	height:11px;
	cursor:crosshair;
}
.ajax__cp_hover
{
}

/*Grid View*/
.header_style
{
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: #555555;
	background-color: #DDDDDD;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#DDDDDD');
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);		
	color: Black;
	font-family: Arial;
    font-weight: bold;
    height: 40px;
}

.column_style
{
	border-style: none;
	background-color: White;
	font-family: Arial;
}

.row_style
{
	padding: 20px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE;
	/*background-color: #EEFFFF;*/
	background-color: White;
	text-align: center;
	height: 40px;
}

.selected_style
{
	background-color: Highlight;
}

.alternating_style
{
	padding: 20px;
	vertical-align: middle;
	border-style: none;
	background-color: #EEEEEE;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#DDDDDD');
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);			
	text-align: center;
	height: 40px;
}

.footer_style
{
	padding: 20px;
	vertical-align: middle;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: #555555;
	background-color: #DDDDDD;
	text-align: center;
	height: 40px;
    font-weight: bold;
    color: Gray;
}

/* Search result grid view */
/*Grid View*/
.search_header_style
{
	color: #00549F;
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE;
	background-color: #DCEAF5;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#DDDDDD');
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);*/		
    font-weight: bold;
	font-family: Arial;
    font-weight: bold;
    height: 50px;
}

.search_column_style
{
	border-style: none;
	background-color: White;
	font-family: Arial;
}

.search_row_style
{
	padding: 20px;
	vertical-align: middle;
	/*background-color: #EEFFFF;*/
	background-color: White;
	text-align: center;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE;
}

.search_alternating_style
{
	padding: 20px;
	vertical-align: middle;
	background-color: #EEEEEE;
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#EEEEEE');
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);			
	text-align: center;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: InactiveBorder;
}

.search_footer_style
{
	padding: 20px;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: InactiveBorder;
	background-color: #DDDDDD;
	text-align: center;
	height: 40px;
    font-weight: bold;
}

/* related topics grid view */

.related_header_style
{
	color: #00549F;
	border-width: 1px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#DDDDDD');
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);		   
    */
	font-weight: bold;
	font-family: Arial;
    font-weight: bold;
    height: 50px;
    font-size: small;
}

.related_row_style
{
	padding: 20px;
	vertical-align: middle;
	/*background-color: #EEFFFF;*/
	text-align: center;
	height: 40px;
	border-width: 1px;
	margin-left: 20px;
}

/* search tabs */
.pressed-linked-button
{
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	width: 160px;
	height: 30px;
	font-size: 11pt;
	text-align: center;
	vertical-align: middle;
	color: #00549F;
	background-color: #DCEAF5;
	padding: 5px;
    font-weight: bold;
}

.unpressed-linked-button
{
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	width: 160px;
	height: 30px;
	font-size: 11pt;
	text-align: center;
	vertical-align: middle;
	color: #00549F;
	background-color: #FFFFFF;
	padding: 5px;
    font-weight: bold;
}

.pitch_row_style
{
	padding: 20px;
	vertical-align: middle;
	/*background-color: #EEFFFF;*/
	text-align: center;
	height: 40px;
	border-width: 1px;
	margin-left: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #7AC3C3;
	color: Black;
}

/* HR style */
.hr_style
{
	border-width: 1px; 
	border-color: #DCEAF5; 
	border-style: solid;
}

/* Rounded corners */
.rc{display:block}
.rc *{
  display:block;
  height:1px;
  overflow:hidden;
  background:#DDDDDD}
.rc1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f0f0f0;
  border-right:1px solid #f0f0f0;
  background:#e5e5e5}
.rc2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fbfbfb;
  border-right:1px solid #fbfbfb;
  background:#e3e3e3}
.rc3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e3e3e3;
  border-right:1px solid #e3e3e3;}
.rc4{
  border-left:1px solid #f0f0f0;
  border-right:1px solid #f0f0f0}
.rc5{
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5}
.rcfg{
  }

/* Fancy text box */
.fancy-textbox 
{
	border-style: inset;
	border-bottom-color: InactiveBorder;
	background-color: #EEEEEE;
}

/* Fancy text box */
.fancy-checkbox
{
}
