﻿
/*	These are base widget styles do not change unless absolutely necessary
	Override them if you can
	They can be overridden by using the parent container or providing a 
	widget name
*/	


/* General Widget Styles ------------------------------------------------- */
.widget_collection_item
{
    margin-bottom: 20px;
}

.widget_collection_edit .widget_collection_item
{
   /* border: solid 1px #CCC;
    background-color: #f5f5f5;*/
    margin-bottom: 10px;
    padding: 10px;
}

.widget_edit_controls
{
    margin-top: 10px;
    text-align: right;
}

.widget_collection_edit label
{
    font-weight: bold;
}

.widget_collection_edit
{
    border: solid 1px black;
    padding: 10px;
    margin-bottom: 20px;
}

.widget_collection_edit td
{
    padding: 0px 5px 3px 0px;
}

.widget_collection_left .widget_collection_item_last, 
.widget_collection_right .widget_collection_item_last
{
	margin-bottom:0px;
}

.widget_collection .header_text
{
    font-weight: bold;
    font-size: 12pt;    
}

.widget
{
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius:5px;
	border: 0px solid #ccc;
	
}

.widget_collection_content .widget
{
	border:none 0px;
	padding:0px;
}

.widget .grid
{
	width:100%;
}

.widget_parameter, .widget_parameter_label, .widget_parameter_input 
{
	float:left;
}

.widget_parameter
{
	margin-bottom:10px;
	margin-right:56px;
}

.widget_parameter_label
{
	font-weight:bold;
	margin-right:5px;
	min-width:108px;
	width:auto !important;
	width:108px;
	
	
}

.widget_instruction
{
	font-style:italic;
	clear:both;
}

.widget_header
{
	background-color: #eeeeee;
	padding:5px;
	
	border-bottom:solid 1px #ccc;
	
	
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	border-radius-topleft:5px;
	border-radius-topright:5px;
}
.widget_body
{
	padding:5px;
}

.widget_collection_content .widget_body
{
	padding-left:0px;
	padding-right:0px;
}

.widget_collection_content .widget_header
{
	border:solid 1px #ccc;
}


/* Related Items ---------------------------------------------------------- */

.related_items
{
 
 
}
.widget_collection_edit .related_items
{
    width: auto;
}


/* Category Featured Items ------------------------------------------------ */
.category_featured_items
{
 
}

.widget_collection_edit .category_featured_items
{
    width: auto;
}


/* Search ----------------------------------------------------------------- */
.search .search_button
{
	background-image: url("/images/search_icon.png");
	background-color: Transparent;
	height: 26px;
	width: 27px;
	display: inline-block;
	
	vertical-align:middle;


}

.search .search_text 
{
	height:18px;
}




.widget search input
{
  width:166px;
}


/* Quick Menu ------------------------------------------------------------ */



.quick_menu a.quickmenu_link
{
    
    text-decoration: none;
    padding-left: 0px;
    margin: 6px 0px 6px 0px;
}


.quick_menu a.quickmenu_link:hover
{
	text-decoration: underline;
}

.quick_menu .selected a
{
	text-decoration:underline;
        
}


.quick_menu ul.menu_list
{
	list-style-type:none;
	margin:0;
	
	
}	

.admin_menu  ul.menu_list li
{
	margin-bottom:10px;
}




/* Side Navigation ----------------------------------------------------- */
.side_navigation ul, #page_body .side_navigation ul
{
    list-style-type: none;
 
}

.side_navigation a
{
    display: block;
}

.side_navigation ul li, #page_body .side_navigation ul li
{
    margin-bottom: 5px;

}

.side_navigation ul li ul li, #page_body .side_navigation ul li ul li
{
    margin-bottom: 0px;
}

.side_navigation ul ul, #page_body .side_navigation ul ul
{
    margin-left: 20px;
    margin-bottom: 5px;
}

.side_navigation ul a
{
 
}

.side_navigation ul ul a
{
    font-weight: normal;
}

.side_navigation li.selected a
{
    text-decoration: underline;
}


/* Channel ----------------------------------------------------------------- */

.channel .view_all
{
    border-top: 1px dotted #000;
    display: block;
    text-align: right;
    padding-right: 5px;
}

.channel .grid
{
    width: 100%;
    clear: both;
}

.article_title, .article_date
{
    font-weight: bold;
}

.channel .controls
{
    
    padding-right: 5px;
    text-align: right;
}

.channel .rss
{
    text-align: right;
    padding-right: 5px;
    float: right;
    padding-top:6px;
}


/* RSS Feed ----------------------------------------------------------- */

.rss_feed .view_all
{
    border-top: 1px dotted #000;
    display: block;
    text-align: right;
    padding-right: 5px;
}

.rss_feed .grid
{
    width: 100%;
    clear: both;
}

.rss_feed .article_title, .rss_feed .article_date
{
    font-weight: bold;
}

.rss_feed .controls
{
    
    padding-right: 5px;
    text-align: right;
}

.rss_feed .rss
{
    text-align: right;
    padding-right: 5px;
    float: right;
    padding-top:6px;
}





/* Event List --------------------------------------------------------- */



/* Login Widget -------------------------------------------------------- */
.widget_collection_right .login .login_button, 
.widget_collection_left .login .login_button
{
	float:right;
	margin-top:10px;
	margin-right:5px;
}

.login input[type="text"], .login input[type="password"]
{
	width:142px;
}
.login input[type="checkbox"]
{
	margin-top:4px;
}

.login .edit_profile
{
	display:block;
	text-align:left;
}